[jbossws-issues] [JBoss JIRA] Created: (JBWS-2057) Metro stax integration has a hardcoded dependency

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Fri Mar 14 06:11:58 EDT 2008


Metro stax integration has a hardcoded dependency
-------------------------------------------------

                 Key: JBWS-2057
                 URL: http://jira.jboss.com/jira/browse/JBWS-2057
             Project: JBoss Web Services
          Issue Type: Bug
      Security Level: Public (Everyone can see)
            Reporter: Thomas Diesler
             Fix For: jbossws-metro-1.0.1


The tools scripts in framework somehow try to define a union of all dependencies across stacks.

# JBossWS-Metro stack libraries
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-metro-client.jar"

# JBossWS-Native stack libraries
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/javassist.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-xml-binding.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jbossws-client.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-jaxws.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-jaxrpc.jar"
WSCONSUME_CLASSPATH="$WSCONSUME_CLASSPATH:$LIBDIR/jboss-saaj.jar"

This is incorrect and broken for the stax integration

Metro uses wstx-asl-3.2.1 which should not be hardcoded anywhere. Instead its version needs to be pulled from 
version.properties.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbossws-issues mailing list