You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by BOUCHEZ Romain <Ro...@alcatel-lucent.be> on 2007/07/20 15:17:36 UTC

Somebody can confirm if it's a bug?

Hello,
 
For my project, I use web service to create, display, list or remove my
object.
I use jboss 4.0.5, the jdk1.5.0_10 and axis-1.4.jar
 
Here is my bug :
I run jboss, I deploy my project ( copy/paste of my ear in directory
deploy)
I test it creating an object, it's ok ( I have a correct soap response)
I want to upgrade my project, so I deploy my new ear. And it doesn't
work
when I want to create or display an object, I have an error :
 
2007-07-17 15:13:07,328 DEBUG [org.jboss.deployment.MainDeployer] End
deployment start on package: ads20-app-2.0.ear
2007-07-17 15:13:07,328 DEBUG [org.jboss.deployment.MainDeployer]
Deployed package:
file:/opt/jboss-4.0.5.GA/server/video/deploy/ads20-app-2.0.ear
2007-07-17 15:14:37,031 ERROR
[org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/ads20-
ws].[AxisServlet]] Servlet.service() for servlet AxisServlet threw
exception
java.lang.LinkageError: loader constraints violated when linking
javax/xml/soap/SOAPMessage class
        at
org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDService.
java:500)
 
If I restart jboss, I can again create or display objects.
 
I think that it's a bug, the WSDDService occurs only one instance and is
never released!
What do you think about that?
 
 
Thanks for your help
 
Romain