Hi all,

I have some POJO classes configured as SOAP services with JAX-RPC. However, I'd 
like to get to the HttpSession object of the context that the SOAP service is 
running under, so that I can maintain session-level data for my service's 
clients (and hopefully have that session data replicated across my cluster with 
JBoss Cache later. :D).

After much Googling around, it seems that I need to use 
ServletEndpointContext.getHttpSession() in server//lib/jboss-jaxrpc.jar . 
However, ServletEndpointContext is an interface, and the type hierarchy in 
Eclipse shows no implementing classes.

Can someone please point me in the right direction as to how to get to the 
attached HttpSession object? Thanks!

--Scott


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

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


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to