[jboss-user] [JBoss Web Services] - Re: Bizzare host re-write in JAX-WS client on JB7.0.2

Eric B do-not-reply at jboss.com
Tue Jun 12 10:21:13 EDT 2012


Eric B [https://community.jboss.org/people/benze] created the discussion

"Re: Bizzare host re-write in JAX-WS client on JB7.0.2"

To view the discussion, visit: https://community.jboss.org/message/741240#741240

--------------------------------------------------------------
> Alessio Soldano wrote:
> 
> Another thing to consider as workaround, do you build up the Service each time? If you have means for storing the port instance once you get that, that should keep a reference of the bus available when it's created, so you won't need to have a valid client thread default bus anymore later if you re-use the previously contructed port.
At the moment yes & no.  The Service is cached, but the call to getPort is reissued every time.  Do you know if the proxy returned by getPort is thread safe?  I cannot seem to find any indication of it in any of the API docs.  If so, I can simply cache  the Port and reuse it every time.  Otherwise, I guess I will need to create a pool of Ports.  But before I start on the pool idea, I would like confirmation that it is or isn't thread safe.

Thanks,

Eric
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/741240#741240]

Start a new discussion in JBoss Web Services at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2044]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120612/78263a43/attachment.html 


More information about the jboss-user mailing list