On Tue, Oct 12, 2010 at 5:24 PM, Raymond Feng <[email protected]> wrote: > Are there any newer versions in public repos?
In the maven central repo there's only older versions: http://repo1.maven.org/maven2/com/sun/xml/ws/jaxws-rt/ and they don't seem to work either and give test failures. In the java.net repo, http://download.java.net/maven/2/com/sun/xml/ws/jaxws-rt there is a newer version. I still get a lot of timeouts trying to use that repo and had to try about 10 times to get it downloaded, and 2.2.1 also gives test failures when using it with Tuscany. ( and it has quite a big dependency tree of other jars that get downloaded, no idea which of them we need) I wonder if for now to get people going we should just put jaxws-rt 2.1.7 in the Tuscany svn maven repo? (and com.sun.xml.stream.buffer:streambuffer:jar:0.9 and com.sun.xml.messaging.saaj:saaj-impl:jar:1.3.3 which that depends on which also don't seem to be available elsewhere) But it would be good to try to sort out and understand exactly what dependencies we need and why and if Tuscany can still be made to work with the base JDK6 dependencies. ...ant
