Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Re: Jonas 5.2M3 javaagent pb
JLP <[email protected]>
| Newsgroups | gmane.comp.java.objectweb.jonas |
|---|---|
| Message-ID | <[email protected]> |
Hmmm, now additional questions: *. Do you have a jonas-web.xml with delegation model set ? *. Do you have a conf/default-classloader-filtering.xml in your JONAS_BASE ? *. You also may have a WEB-INF/classloader-filtering.xml in your webapp *. Are you executing with JDK5 or 6 ? Do you have a jonas-web.xml with delegation model set? Yes with an ear application, i remove it from the deploy directory, and i get the same exception after re-launching Jonas and connecting to jonasAdmin Do you have a conf/default-classloader-filtering.xml in your JONAS_BASE ? Yes the default one, with only this filter : <filter-name>org.apache.commons.digester.*</filter-name> You also may have a WEB-INF/classloader-filtering.xml in your webapp ? The only Web-app is jonasAdmin coming withJonas52/M3 . Are you executing with JDK5 or 6 ? JDK 1.6.0_22 Oracle/Sun HotSpot 32 bits