I have searched the Tuscany code base for a servlet filter, but alas it eludes me. Is it possible that it is not yet written or checked in? Sorry if I missed it.
Seth -----Original Message----- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Thursday, August 31, 2006 7:48 PM To: [email protected] Subject: Re: Configuration question I think you need to add a servlet filter to find the context to the thread. -- Jeremy On Aug 31, 2006, at 5:57 PM, Seth White wrote:
Hi,
I'm writing my first Web application that uses Tuscany. I built
Tuscany
from the latest source.
In my web application I execute the following line of code to get
access to
the SCA environment
CompositeContext moduleContext = CurrentCompositeContext.getContext();
Currently this is returning null for me. What should I be doing to
configure the Web application so that an actual context is returned?
I have done the following in web.xml:
<listener>
<listener-
class>org.apache.tuscany.runtime.webapp.TuscanyContextListener
</listener-class>
</listener>
Thanks
Seth
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
