| Author |
WAS 6.1 to WAS 7 migration
|
Baskaran Eswaran
Greenhorn
Joined: Dec 16, 2010
Posts: 5
|
|
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
|
 |
Deepak Pant
Ranch Hand
Joined: Feb 13, 2004
Posts: 443
|
|
|
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
Joined: Dec 16, 2010
Posts: 5
|
|
Hi Deepak,
Thanks for your info.
Cheers,
-Baskaran
|
 |
Jignesh Patel
Ranch Hand
Joined: Nov 03, 2001
Posts: 625
|
|
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
Joined: Feb 13, 2004
Posts: 443
|
|
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.
|
 |
 |
|
|
subject: WAS 6.1 to WAS 7 migration
|
|
|