-
Bug
-
Resolution: Done
-
Blocker
-
1.0.2.CR3
-
None
The test from: org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest fails when deploying on JBoss AS 6.0 CR1 with the following error:
Deployment "vfs:///opt/jboss/jboss-6.0.0-SNAPSHOT/server/default/deploy/org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest.war" is in error due to the following reason(s): com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 2 counts of IllegalAnnotationExceptions
Two classes have the same XML type name "
isSheepInjected". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.jaxws_asm.IsSheepInjected
this problem is related to the following location:
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.IsSheepInjected
at public org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.IsSheepInjected org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.ObjectFactory.createIsSheepInjected()
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.ObjectFactory
Two classes have the same XML type name "
isSheepInjectedResponse". Use @XmlType.name and @XmlType.namespace to assign different names to them.
this problem is related to the following location:
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.jaxws_asm.IsSheepInjectedResponse
this problem is related to the following location:
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.IsSheepInjectedResponse
at public org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.IsSheepInjectedResponse org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.ObjectFactory.createIsSheepInjectedResponse()
at org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.ObjectFactory
The assertions from the test are not exercised.
- relates to
-
CDITCK-201 InjectionIntoWebServiceEndPointTest bundles incorrect artifacts
- Resolved