[jboss-jira] [JBoss JIRA] Commented: (JBAS-7989) Missing org/apache/ws/policy classes in $JBOSS_HOME/client
Richard Opalka (JIRA)
jira-events at lists.jboss.org
Tue May 4 01:32:05 EDT 2010
[ https://jira.jboss.org/jira/browse/JBAS-7989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12528750#action_12528750 ]
Richard Opalka commented on JBAS-7989:
--------------------------------------
Hi Paul,
I renamed apache policy.jar to wscommons-policy.jar few weeks ago
because there's policy.jar coming from Sun JAXWS RI and I wanted to
avoid confusion with the jars naming.
Rio
> 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&r2=104210
> 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
More information about the jboss-jira
mailing list