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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...