If the metro build depends on a certain version of jax-ws, that is published in the
repository. How do we verify that
| sun-jaxws=2.1.3
|
is correct?
If these jars
| <!-- Metro 3rd party thats not available through
repo.jboss.com -->
|
| <fileset dir="${lib.runtime.dir}">
| <include name="jaxws-local-transport.jar"/>
| <include name="stax-utils.jar"/>
| <include name="txnannprocessor.jar"/>
| <include name="wstx-asl-3.2.1.jar"/>
| <include name="xmldsig.jar"/>
| <include name="xws-security.jar"/>
| <!-- a custom jarjar resolver package -->
| <include name="resolver.jar"/>
| </fileset>
|
are all part of jax-ws (like this one)
| [tdiesler@tddell glassfish-metro]$ find . -name wstx-asl-*.jar
| ./wsit/wsit/lib/runtime/wstx-asl-3.2.1.jar
|
they should all come from the repository.
My issue is that wsit's dependency on jax-ws should be properly defined and verified.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136575#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...