• 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

WAS 6.1 to WAS 7 migration

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

We are migrating our J2EE Applications from WAS 6.1 to WAS 7. I Would like to know if there will be any issues in it.
Is there any pre-migration steps that i should follow before i migrate to WAS 7?

Thanks in advance,
Baskaran

 
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have done migration from 6.1 to 7.0 without any issues. We also migrated our EJBs from 2.1 to 3.0. Removed lot of code/config/references related to EJB2.1.
 
Baskaran Eswaran
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Deepak,

Thanks for your info.

Cheers,
-Baskaran
 
Ranch Hand
Posts: 686
Mac
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How about migrating spring 2.5, hibernate 3.1.3, JSTL 1.1.2,Richfaces 3.1.4, servlet 2.5 etc?
Has anybody done it?

-Jignesh
 
Deepak Pant
Ranch Hand
Posts: 446
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally migrating third party framework migrations are smooth. The challenge comes when the same framework is bundled with WebSphere as well. For example: Apache Axis2 comes bundled with WebSphere, Xerces, Xalan, Commons logging etc are all bundled.

The class loader issues come up and then you have to play with class loading setting at either library level (in Axis2) or WAR or EAR level.
 
reply
    Bookmark Topic Watch Topic
  • New Topic