The webapp host uses a static to pass around WebAppServletHost
--------------------------------------------------------------

                 Key: TUSCANY-1282
                 URL: https://issues.apache.org/jira/browse/TUSCANY-1282
             Project: Tuscany
          Issue Type: Improvement
    Affects Versions: Java-SCA-0.90
            Reporter: ant elder
             Fix For: Java-SCA-M2


The webapp host uses a static to pass WebAppServletHost betwwen the Tuscany 
runtime and the TuscanyServlet. The WebAppServletHost  instance needs to be the 
same one used by the runtime and servlet but as the TuscanyServlet is created 
by the servlet container there's no way for it to get access to the 
WebAppServletHost instance being used by the Tuscany runtime.

Maybe there could be a getter method for the registry added to the 
SCADomainImpl so things like TuscanyServlet can cast the SCADomain instance to 
SCADomainImpl to access the registry to get access to anything registered by 
extensions?

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to