Bugs item #628625, was opened at 2002-10-25 15:51
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=628625&group_id=22866

Category: JBossSOAP
Group: v3.2
Status: Open
Resolution: None
Priority: 8
Submitted By: Dr. Christoph Georg Jung (cgjung)
Assigned to: Dr. Christoph Georg Jung (cgjung)
Summary: LinkeageError for jaxp-QName

Initial Comment:
>From Dustin Barlow:
OS: W2K
JDK: 1.4.1
JBoss: 3.2.0beta2

Just did a cvs update and a new build of version 
3.2.0beta1.  Ran the "all" target and the following error 
was generated on startup:

<server.log snippet>

2002-10-23 13:21:24,646 DEBUG 
[org.jboss.deployment.SARDeployer] Deploying SAR, 
start step: url file:/C:/java/jboss-
3.2.0beta2/server/all/deploy/jboss-net.sar/
2002-10-23 13:21:24,646 DEBUG 
[org.jboss.system.ServiceController] starting service 
jboss.net:service=Axis 2002-10-23 13:21:24,646 INFO  
[org.jboss.net.axis.server.AxisService]
Starting
2002-10-23 13:21:24,943 DEBUG 
[org.apache.axis.AxisEngine] Enter: AxisEngine::init 
2002-10-23 13:21:25,068 WARN  
[org.jboss.system.ServiceController] Problem starting 
service jboss.net:service=Axis
java.lang.LinkageError: loader constraints violated when 
linking javax/xml/namespace/QName class
        at 
org.apache.axis.encoding.TypeMappingRegistryImpl.<init
>(TypeMappingRegistryI
mpl.java:178)
        at 
org.apache.axis.deployment.wsdd.WSDDDeployment.<i
nit>(WSDDDeployment.java:50
0)

</server.log snippet>

Heres the analysis of Adrian Brock:

I've seen this as well.

javax.xml.namespace.QName
is in both jaxrpc.jar and wsdl4j.jar

If Jboss loads the class from wsdl4j.jar,
you get the error, the rest of package
javax.xml.namespace is in jaxrpc.jar.

JBoss gives each jar its own classloader
for hot-deploy, but you cannot access
package private methods across
classloaders.

Removing the class from wsdl4j.jar
fixes the problem.

Resolution should take into account whether wsdl4j is 
still needed for axis.jar


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=628625&group_id=22866


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to