[
https://jira.jboss.org/jira/browse/JBAS-7989?page=com.atlassian.jira.plug...
]
Shelly McGowan updated JBAS-7989:
---------------------------------
AS test suite failures:
org.jboss.test.webservice.endpoint.EndpointTestCase(tests-webservice).testClientAccess
org.jboss.test.ws.jaxws.ejb3Integration.WebServiceTestCase(tests-webservice).testWebService
org.jboss.test.ws.jaxws.ejb3Integration.WebServiceTestCase(tests-webservice).testWebServiceContext
org.jboss.test.ws.jaxws.ejb3Integration.WebServiceTestCase(tests-webservice).testHandlerContext
org.jboss.test.ws.jaxws.ejb3Integration.injection.InjectionTestCase(tests-webservice).testPojoEndpoint
org.jboss.test.ws.jaxws.ejb3Integration.injection.InjectionTestCase(tests-webservice).testEjb3Endpoint
org.jboss.test.ws.jaxws.webserviceref.WebServiceRefClientTestCase(tests-webservice).testDynamicProxy
org.jboss.test.ws.jaxws.webserviceref.WebServiceRefClientTestCase(tests-webservice).testApplicationClient
org.jboss.test.ws.jaxws.webserviceref.WebServiceRefEJB3TestCase(tests-webservice).testDynamicProxy
org.jboss.test.ws.jaxws.webserviceref.WebServiceRefServletTestCase(tests-webservice).testDynamicProxy
Missing org/apache/ws/policy classes in $JBOSS_HOME/client
----------------------------------------------------------
Key: JBAS-7989
URL:
https://jira.jboss.org/jira/browse/JBAS-7989
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Web Services
Reporter: Shelly McGowan
Assignee: Paul Gier
Fix For: 6.0.0.CR1
JBAS-7962 removed deprecated dependencies from the JBoss AS build. One of the changes
shown here:
http://fisheye.jboss.org/browse/JBossAS/trunk/build/build.xml?r1=104040&a...
specifically:
2241 - <fileset
refid="org.apache.ws.policy:wscommons-policy:jar"/>
2241 + <fileset refid="ws-commons:policy:jar"/>
2242 2242 <fileset refid="com.sun.xml.ws:policy:jar"/>
This change has caused tests failures in both the AS testsuite and the EE 6 TCK. While
the classpath can be adjusted, this fix seems to be in error as it
changes the jar name from wscommons-policy.jar to policy.jar resulting in two jar files
of the same name, different content, being copied to the $JBOSS_HOME/client directory. The
contents of ws-commons policy.jar no longer reside in $JBOSS_HOME/client.
The ws-commons policy.jar is copied to $JBOSS_HOME/common/lib resulting in different
policy.jar files between the client and common/lib directory.
1673 1673 <fileset refid="org.jboss.netty:netty:jar"/>
<> 1674 - <fileset
refid="org.apache.ws.policy:wscommons-policy:jar"/>
1674 + <fileset refid="ws-commons:policy:jar"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira