• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Shifting from JBoss to Websphere 4

 
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
I have an ejb application cureently running on JBoss, new we have to shift it to websphere 4.0. Do i have to manually write all the extra XML files needed in Websphere? i.e.
ejb-jar.xml
Map.mapxmi
Table.ddl
/Schema/schema.dbxmi
ibm-ejb-ext.xml
ot is there any tool which can generate it for me
thanx
 
Ranch Hand
Posts: 217
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Probably manul rewrite these files. IBM doesn't have util to cover it.
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, you could use WSAD to write these files for you -- that's probably the easiest route. Now one thing -- you say you have this running on JBoss -- is this an EJB 1.1 application? You know that to get EJB 2.0 you have to use WebSphere 5.0...
Kyle
 
Ranch Hand
Posts: 1551
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Why are you quitting JBoss?
 
Prakash Dwivedi
Ranch Hand
Posts: 452
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
Thanx for ur replies,
we r using ejb 1.1
The reason why we r shifting from jboss to websphere is that client wants this application to run on websphere. Our application is already running at Jboss and Pramati(another app server)for different clients. This client is rich and is ready to invest on app server.
thanx
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic