Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am having a strange problem occuring somtimes from a specific machine (windows 2003).

I am trying to create a new javax.xml.ws.Service instance with host and qname as parameters.

service = new SomeService(url, qName);

the service creation (ONLY SOMETIMES!) never returns. While the creation is stucked on my prod machine, development machines are working OK.

I am running with Java 5 on jboss 4.2.3

Any suggestions? I'm pretty puzzled.

share|improve this question
Without knowing what SomeService is, we can't help you. – skaffman Sep 9 '09 at 16:11
The service SomeService extends javax.xml.ws.Service. – Rod Sep 10 '09 at 5:57
That's not what I asked. – skaffman Sep 10 '09 at 8:52

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.