This content has been marked as final. 
    
Show                 4 replies
    
- 
        1. Re: contextwolfc Jun 25, 2007 7:39 AM (in response to vege)This is a known issue: http://jira.jboss.com/jira/browse/EJBTHREE-900 
 Try the workaround found here: http://jira.jboss.com/jira/browse/JBWS-1468
- 
        2. Re: contextvege Jun 25, 2007 10:15 AM (in response to vege)I have seen this workaround before I post here. This workaround is not working for me. Any other solution ? 
- 
        3. Jboss 4.2.0 :WebServiceContext ok or not?piresdasilva Jul 2, 2007 8:54 AM (in response to vege)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
 
     
    