-
Feature Request
-
Resolution: Won't Do
-
Optional
-
4.2.0.GA_CP03
-
None
-
Not Required
I'm copying the jbossws, saaj and jaxrpc jars to JBOSS_HOME/lib/endorsed for compatibility with JDK6 as mentioned in JBWS-1439
but see that there is a dependency on jboss logging in jboss-common.jar
It seems that this dependency was removed for JBossWS-2.x
We would need the same for JBossWS-1.2.1.GA_CP for EAP 4.2 to be compatible with jdk6
java.lang.NoClassDefFoundError: org/jboss/logging/Logger
at org.jboss.ws.core.jaxrpc.TypeMappingImpl.<clinit>(TypeMappingImpl.java:72)
at org.jboss.ws.core.jaxrpc.TypeMappingRegistryImpl.<init>(TypeMappingRegistryImpl.java:49)
at org.jboss.test.ws.common.jbossxb.SerializerDeserializerTestCase.setUp(SerializerDeserializerTestCase.java:67)
- is related to
-
JBWS-1439 Jdk 1.6.0 Requests get the error "setProperty must be overridden by all subclasses of SOAPMessage"
- Closed