I am trying to migrate an ear file from WebSphere to JBoss. However I am running into a problem with the ServiceDeployer. It reports:
10:31:13,631 INFO [EJBDeployer] Deployed: file:/C:/temp/JBoss/extract/jboss-4.0.0/server/all/deploy/Test.ear/EJBtest.jar/
10:31:14,051 ERROR [ServiceDeployer] Cannot startup webservice for: EJBtest.jar
java.lang.NullPointerException
at org.jboss.webservice.metadata.WebserviceDescriptionMetaData.replaceAddressLocations
Could you please reply with steps or instructions for migrating from WebSphere to JBoss?
-
Migrating from WebSphere to JBoss... (1 messages)
- Posted by: April Bing
- Posted on: December 17 2004 10:16 EST
Threaded Messages (1)
- Migrating from WebSphere to JBoss... by Jeroen van Erp on December 24 2004 09:46 EST
-
Migrating from WebSphere to JBoss...[ Go to top ]
- Posted by: Jeroen van Erp
- Posted on: December 24 2004 09:46 EST
- in response to April Bing
/me looks into his crystal globe...
Sorry no easy answers to your incomplete question.
I myself have succesfully migrated a webapplication from WAS5.0 to JBoss4. Apart from some incompatibilities in the implementation of these two, it was a mere question of writing a jboss.xml descriptor.
My guess would be that one of your descriptors is not correct.
- Jeroen