[jbossws-dev] [Design of JBoss Web Services] - Re: Integration metro

thomas.diesler@jboss.com do-not-reply at jboss.com
Fri Mar 14 06:34:46 EDT 2008


The jax-ws repository is broken in another way

http://repository.jboss.com/sun-jaxws/2.1.3/lib/

Instead of 


  |     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/FastInfoset.jar" dest="${thirdparty.dir}/FastInfoset.jar" usetimestamp="true" verbose="true"/>
  | 

the metro build needs to use


  |     <get src="${jboss.repository}/sun-fi/${sun-fi}/lib/FastInfoset.jar" dest="${thirdparty.dir}/FastInfoset.jar" usetimestamp="true" verbose="true"/>
  | 

Otherwise we have no idea what FastInfoset version we are talking about. Although FastInfoset is not critical (because probably not shared) we also seem to pull in 


  |     <get src="${jboss.repository}/sun-jaxws/${sun-jaxws}/lib/streambuffer.jar" dest="${thirdparty.dir}/streambuffer.jar" usetimestamp="true" verbose="true"/>
  | 

which is shared

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136578#4136578

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136578



More information about the jbossws-dev mailing list