javax.xml.ws.Endpoint.publish and timeout
I'm using javax.xml.ws.Endpoint.publish to enable a very simple and small service for my unit test, so I can really work with the dynamics of (un)marshalling objects. This works great, but while I'm tracing server side code, the client side (unit test) fails on a timeout exception. This is annoying. Is there any way I can set the timeout value when using javax.xml.ws.Endpoint.publish?