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
