Hello,
I'm using Jboss 4.2.0.GA (jbossws 1.2.1.GA) but it seems injection of web context is
not working?
Do I have to update some jars for this to work?
WebServiceContext context;
@Resource
public void setContext(WebServiceContext context)
{
this.context = context;
}
...
MessageContext msgContext = context.getMessageContext();
sessionid = (String)msgContext.get("sessionid");
objects are set in context through handlers.
thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4059595#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...