[jboss-jira] [JBoss JIRA] Created: (JBAS-7989) Missing org/apache/ws/policy classes in $JBOSS_HOME/client

Shelly McGowan (JIRA) jira-events at lists.jboss.org
Mon May 3 21:29:05 EDT 2010


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