|
|
|
[
Permlink
| « Hide
]
Andrew Perepelytsya - 19/Jun/06 01:03 PM
Just found the xfire:jaxws-api-2.0 has the same problem, but this one is one of those falling under Sun license. Anyway, I found it published at https://maven-repository.dev.java.net/repository/javax.xml.ws/
The problem with the dev.java.net repository is that it always times out. So I put them on the dist.codehaus.org site. If you add that to your repositories list you should be OK. But we need to get the JAX-WS jars uploaded to ibiblio.
Dan, as always, everything is relative
I must have missed something on my side. Ok, thanks. I'll add the xfire repo and close the issue if it works out.
Dan,
I have added XFire dependencies repo for the XFire provider, but those have to published on ibiblio eventually: <repositories> <repository> <id>xfire</id> <name>XFire Dependencies</name> <url>http://dist.codehaus.org</url> <snapshots> <enabled>false</enabled> </snapshots> <layout>legacy</layout> </repository> </repositories> One other note, the only reason you need these is because you are depending on xfire-jaxws. You are probably just depending on xfire-all - instead of using this, I would depend on xfire-spring.
Finally got this resolved. Now we only use jars on ibiblio.
|
||||||||||||||||||||||||||||||||||||||||||||