• 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

Deploying WSAD 4.0 application to WAS 5.0

 
Greenhorn
Posts: 29
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
I have to deploy an application that was developed using wsad 4.0 into a was 5.0. For the moment i'm checking for some .jar errors but i would like to know if it is necessary to migrate the EJB module from EJB 1.1 specification to 2.0. I have Session beans and BMP Entity beans.
If its is necessary what is the best way to do it?, should i open the entire project using a wsad 5.x, migrate the EJBs and generate the RMIC code? or there is another way to do it?....if necessary.

thanks for your help
 
reply
    Bookmark Topic Watch Topic
  • New Topic