[jboss-user] [JBossWS] - Re: WSSE UsernameToken without HTTP basic auth?

mikaeljl do-not-reply at jboss.com
Tue Jan 27 04:58:19 EST 2009


Hi Richard.

I do not know if the endpoints can be shared.
They need to get different 
@Resource
javax.xml.ws.WebServiceContext 
references (if annotated with it).

Shared or not, the pojo endpoints need to be released sometime.
Is it a known problem that the enpoints are not released until the war is redeployed?
If that is the case it sounds like a memory leak, but maybe I've got something bad in my setup? Am I missing something here?

Also note my concern about:
 @Resource
javax.xml.ws.WebServiceContext wsCtx;
wsCtx.getUserPrincipal() will return null.
Is this the expected result? 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204921#4204921

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204921



More information about the jboss-user mailing list