You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Bert Lamb (JIRA)" <tu...@ws.apache.org> on 2006/08/29 16:04:22 UTC

[jira] Created: (TUSCANY-672) Unable to override systemScdl in a webapp

Unable to override systemScdl in a webapp
-----------------------------------------

                 Key: TUSCANY-672
                 URL: http://issues.apache.org/jira/browse/TUSCANY-672
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Common
    Affects Versions: Java-M2
         Environment: WinXP with Tomcat 5.5.17
            Reporter: Bert Lamb


Ok, so the good news is that I got the binding and the sample working
when modifying the webapp.system.scdl in webapp-host.jar.

I decided it would be cleaner though to create my own copy of
webapp.system.scdl (and call it jsonrpc.system.scdl) to put in my
hello world webapp.  I tried this and modified the web.xml to have

<context-param>
    <param-name>systemScdlPath</param-name>
    <param-value>/META-INF/sca/jsonrpc.system.scdl</param-value>
</context-param>

However, this gives me a "Null system SCDL URL" Exception thrown.  I
looked at ServletLauncherListener.java and it looks like the
systemScdlPath URL is being loaded with a different classloader than
the applicationScdlPath which may be leading to the exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Commented: (TUSCANY-672) Unable to override systemScdl in a webapp

Posted by "Bert Lamb (JIRA)" <tu...@ws.apache.org>.
    [ http://issues.apache.org/jira/browse/TUSCANY-672?page=comments#action_12441769 ] 
            
Bert Lamb commented on TUSCANY-672:
-----------------------------------

I believe this problem has been fixed

> Unable to override systemScdl in a webapp
> -----------------------------------------
>
>                 Key: TUSCANY-672
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-672
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Common
>    Affects Versions: Java-M2
>         Environment: WinXP with Tomcat 5.5.17
>            Reporter: Bert Lamb
>             Fix For: Java-M2
>
>
> Ok, so the good news is that I got the binding and the sample working
> when modifying the webapp.system.scdl in webapp-host.jar.
> I decided it would be cleaner though to create my own copy of
> webapp.system.scdl (and call it jsonrpc.system.scdl) to put in my
> hello world webapp.  I tried this and modified the web.xml to have
> <context-param>
>     <param-name>systemScdlPath</param-name>
>     <param-value>/META-INF/sca/jsonrpc.system.scdl</param-value>
> </context-param>
> However, this gives me a "Null system SCDL URL" Exception thrown.  I
> looked at ServletLauncherListener.java and it looks like the
> systemScdlPath URL is being loaded with a different classloader than
> the applicationScdlPath which may be leading to the exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Closed: (TUSCANY-672) Unable to override systemScdl in a webapp

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

ant elder closed TUSCANY-672.
-----------------------------

    Resolution: Fixed

> Unable to override systemScdl in a webapp
> -----------------------------------------
>
>                 Key: TUSCANY-672
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-672
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Common
>    Affects Versions: Java-M2
>         Environment: WinXP with Tomcat 5.5.17
>            Reporter: Bert Lamb
>             Fix For: Java-M2
>
>
> Ok, so the good news is that I got the binding and the sample working
> when modifying the webapp.system.scdl in webapp-host.jar.
> I decided it would be cleaner though to create my own copy of
> webapp.system.scdl (and call it jsonrpc.system.scdl) to put in my
> hello world webapp.  I tried this and modified the web.xml to have
> <context-param>
>     <param-name>systemScdlPath</param-name>
>     <param-value>/META-INF/sca/jsonrpc.system.scdl</param-value>
> </context-param>
> However, this gives me a "Null system SCDL URL" Exception thrown.  I
> looked at ServletLauncherListener.java and it looks like the
> systemScdlPath URL is being loaded with a different classloader than
> the applicationScdlPath which may be leading to the exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org


[jira] Updated: (TUSCANY-672) Unable to override systemScdl in a webapp

Posted by "ant elder (JIRA)" <tu...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/TUSCANY-672?page=all ]

ant elder updated TUSCANY-672:
------------------------------

    Fix Version/s: Java-M2

> Unable to override systemScdl in a webapp
> -----------------------------------------
>
>                 Key: TUSCANY-672
>                 URL: http://issues.apache.org/jira/browse/TUSCANY-672
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Common
>    Affects Versions: Java-M2
>         Environment: WinXP with Tomcat 5.5.17
>            Reporter: Bert Lamb
>             Fix For: Java-M2
>
>
> Ok, so the good news is that I got the binding and the sample working
> when modifying the webapp.system.scdl in webapp-host.jar.
> I decided it would be cleaner though to create my own copy of
> webapp.system.scdl (and call it jsonrpc.system.scdl) to put in my
> hello world webapp.  I tried this and modified the web.xml to have
> <context-param>
>     <param-name>systemScdlPath</param-name>
>     <param-value>/META-INF/sca/jsonrpc.system.scdl</param-value>
> </context-param>
> However, this gives me a "Null system SCDL URL" Exception thrown.  I
> looked at ServletLauncherListener.java and it looks like the
> systemScdlPath URL is being loaded with a different classloader than
> the applicationScdlPath which may be leading to the exception.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org