[weld-issues] [JBoss JIRA] Updated: (CDITCK-197) Non-contextual WebService injection test fails when deploying on JBoss AS 6.0 CR1
Marius Bogoevici (JIRA)
jira-events at lists.jboss.org
Sun Dec 5 03:47:47 EST 2010
[ https://jira.jboss.org/browse/CDITCK-197?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Marius Bogoevici updated CDITCK-197:
------------------------------------
Description:
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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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.
was:
The test from org.jboss.jsr299.tck.tests.lookup.injection.non.contextual.ws.InjectionIntoWebServiceEndPointTest
*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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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.
> Non-contextual WebService injection test fails when deploying on JBoss AS 6.0 CR1
> ---------------------------------------------------------------------------------
>
> Key: CDITCK-197
> URL: https://jira.jboss.org/browse/CDITCK-197
> Project: CDI TCK
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Tests
> Affects Versions: 1.0.2.CR3
> Reporter: Marius Bogoevici
> Priority: Blocker
>
> 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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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 "{http://ws.contextual.non.injection.lookup.tests.tck.jsr299.jboss.org/}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.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the weld-issues
mailing list