[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2007-04-26 Thread snair33
Is there a work around to get WebServiceContext in JBOSS 1.2.1 till the 2.0 is out ? Any help would be appreciated View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040906#4040906 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-31 Thread [EMAIL PROTECTED]
http://www.jboss.com/index.html?module=bb&op=viewtopic&t=88419 You could contribute. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3968564#3968564 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3968564 _

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-14 Thread cnbs
Hmm.. At this time how can i obtain a MessageContext in EJB3.0? I tried to use ServiceLifecycle but it didn't work. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3965175#3965175 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=rep

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-14 Thread [EMAIL PROTECTED]
In EJB-2.1 the JAXRPC MessageContext is available via | javax.ejb.SessionContext.getMessageContext() | In EJB-3.0 the JAXWS MessageContext is injected via @Resource This will be supported in jbossws-2.0 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=396

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-08-10 Thread tallesbrito
I used a servlet enpoint to get messageContext implmenting the ServiceLifecycle interface. It's ok. What I need make to get messageContext inside a EJB enpoint? The same way using ServiceLifecycle interface don't works. Thanks, Talles View the original post : http://www.jboss.com/index.html?m

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-07-13 Thread [EMAIL PROTECTED]
You can monitor progress, or volunteer for fixing it here: http://jira.jboss.com/jira/browse/JBWS-1075 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957853#3957853 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957853

[jboss-user] [JBossWS] - Re: How get MessageContex in WebService implemented as EJB

2006-07-13 Thread [EMAIL PROTECTED]
A non portable way would be to call | MessageContextAssociation.peekMessageContext() | Although it's not recommended. I need to look at the above issue... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957850#3957850 Reply to the post : http://www.jb