users@jersey.java.net

Re: [Jersey] Classloader Issues

From: Paul Sandoz <Paul.Sandoz_at_Sun.COM>
Date: Mon, 14 Dec 2009 15:35:52 +0100

On Dec 14, 2009, at 3:20 PM, Cemo Koc wrote:

>
>
> Hi Paul,
>
> Now I believe that everything is very clear thanks to you :)
>
> Unfortunately I could not see any log which is stating 1.1.5-ea-
> SNAPSHOT
> utilized. I strictly believe that it is still using old version. By
> the way
> my setting is "delegate=false" ...

The following should work:

<sun-web-app error-url="">
   <context-root>/helloworld-webapp</context-root>
   <class-loader delegate="false"/>
   ...
</sun-web-app>

I just went back though the thread and i wonder if you have the XML
incorrect, as you stated:

    <class-loader>
        <property name="delagate" value="false"/>
    </class-loader>

and i am not sure if the above is supported.

Paul.