• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

From Weblogic To Websphere?

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Did any body has done a migration from weblogic to websphere?
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes, my group at IBM (WebSphere Services) has done dozens. What in particular do you want to know about the process?
Kyle
P.S. There is a redbook upcoming on this process...
 
kita
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How to move CMP beans from weblogic to websphere.
I have my beans and my tables. I want to know how to do the "Meet-In-Midlle"? Do I have to use Visual Age to do that? I have been working on this thing for a month, but no success.
 
Ranch Hand
Posts: 217
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to rely on VAJ or WSAD to migrate this OR mapping. WAS use VAJ Persistence Builder as PM in EJB container.
If you use TopLink for WLS OR mapping, then you can consider TopLink for WAS for this migration.
 
Kyle Brown
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Actually, no WAS does not use the VAJ Persistence Builder for its CMP. The container implementations are totally different -- it's just that the tools are similar in V 3.5 and previous...
My advice is to use WSAD 4.0 to map to your tables. Failing that, the best way to learn about how the all-important XML binding files work in WAS 4.0 is to read my articles here and here
Kyle
 
kita
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I tried to modify the xmi files but when I run AAT, AAT overwrite my xmi files.
 
The human mind is a dangerous plaything. This tiny ad is pretty safe:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic