javajarmigrationwebsphere-8weblogic8.x

Weblogic 8.1 to Websphere 8.5 migration


I am migrating my project from Weblogic 8.1 to IBM Websphere 8.5.

There are lot of classes being used in java files which refers weblogic.jar.

Now as migrating to Websphere, these needs to be replaced or changed and so the code.

So my question is, can i get the exact or similar replacement jar for weblogic.jar. If not, is there any other method to replace the weblogic classes in the java code with websphere classes.

Classes like weblogic.common.T3StartupDef, weblogic.jdbc.oci.Blob,etc are used.


Solution

  • Have you tried websphere migration toolkit - check here? If it is well known issue it might suggest websphere workaround.

    For websphere related jar - if you have Eclipse, you could download WebSphere Developer Tools plugin and WAS for developers, then point your project to WebSphere runtime, project will then have WebSphere related jars in the classpath.