You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "ant elder (JIRA)" <tu...@ws.apache.org> on 2007/05/14 13:41:16 UTC

[jira] Created: (TUSCANY-1282) The webapp host uses a static to pass around WebAppServletHost

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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-1282) The webapp host uses a static to pass around WebAppServletHost

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder updated TUSCANY-1282:
-------------------------------

    Fix Version/s:     (was: Java-SCA-1.0)
                   Java-SCA-Next

> 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
>          Components: Java SCA Web App Integration
>    Affects Versions: Java-SCA-0.90
>            Reporter: ant elder
>             Fix For: Java-SCA-Next
>
>
> 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: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org