You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <de...@tuscany.apache.org> on 2009/05/22 07:20:45 UTC

[jira] Updated: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

     [ https://issues.apache.org/jira/browse/TUSCANY-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende updated TUSCANY-3056:
-------------------------------------

          Component/s: Java SCA Samples
          Description: 
The use of <inverse-classloading> causes runtime errors when the tuscany samples are deployed on Geronimo. 
Better to be more specific on what classes need to be loaded from the web app archive.

  was:The use of <inverse-classloading> causes runtime errors when the alert-aggregator-webapp demo is deployed on Geronimo. Better to be more specific on what classes need to be loaded from the web app archive.

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

> Webapp samples are failing in Geronimo (issues caused by inverse-classloading)
> ------------------------------------------------------------------------------
>
>                 Key: TUSCANY-3056
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-3056
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Samples
>    Affects Versions: Java-SCA-1.5
>            Reporter: Luciano Resende
>            Assignee: Luciano Resende
>             Fix For: Java-SCA-1.5
>
>
> The use of <inverse-classloading> causes runtime errors when the tuscany samples are deployed on Geronimo. 
> Better to be more specific on what classes need to be loaded from the web app archive.

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


Re: [jira] Updated: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

Posted by Luciano Resende <lu...@gmail.com>.
On Fri, May 22, 2009 at 12:23 AM, ant elder <an...@gmail.com> wrote:
> On Fri, May 22, 2009 at 6:20 AM, Luciano Resende (JIRA)
> <de...@tuscany.apache.org> wrote:
>
>> The use of <inverse-classloading> causes runtime errors when the tuscany samples are deployed on Geronimo.
>> Better to be more specific on what classes need to be loaded from the web app archive.
>>
>
> Out of interest why does <inverse-classloading> not work in Geronimo
> anymore? Using inverse classloading is the approach we use in other
> appservers like jboss and websphere and seems a lot simpler than
> having to list specific classes?
>

Totally agree that <inverse-classloading> would be much better, and I
have asked the same question to Geronimo dev-list a long time ago [1]
and got no answer, so I fixed the way it would work out of the box in
our samples.

[1] http://markmail.org/message/tvygdrf7umlloiej


-- 
Luciano Resende
Apache Tuscany, Apache PhotArk
http://people.apache.org/~lresende
http://lresende.blogspot.com/

Re: [jira] Updated: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

Posted by ant elder <an...@gmail.com>.
On Fri, May 22, 2009 at 6:20 AM, Luciano Resende (JIRA)
<de...@tuscany.apache.org> wrote:

> The use of <inverse-classloading> causes runtime errors when the tuscany samples are deployed on Geronimo.
> Better to be more specific on what classes need to be loaded from the web app archive.
>

Out of interest why does <inverse-classloading> not work in Geronimo
anymore? Using inverse classloading is the approach we use in other
appservers like jboss and websphere and seems a lot simpler than
having to list specific classes?

   ...ant