Re: Help with ClassLoader

2005-09-22 Thread Kevan Miller
Hi Hossam, Geronimo does not permit javax.* classes (as well as other api classes and container implementation classes) to be loaded from a web module's context. This behavior is specified by the Servlet specification (section 9.7.2). So, I'm afraid you cannot override the SAAJ version from your co

Re: Help with ClassLoader

2005-09-19 Thread HR AEBCG
- The war file is ok, because I deployed it on JBoss - The MessageFactory is used by JAX-RPC to compose a SOAP reply of a webservice, I am using JAX-WS the latest EA release of JAX-RPC - The web application is deployed as standalone WAR file. Thanks for helpOn 9/20/05, Aaron Mulder <[EMAIL PROTECTE

Re: Help with ClassLoader

2005-09-19 Thread Aaron Mulder
This seems strange -- I would have expected the context-priority-classloader setting to make it use the JARs in WEB-INF/lib instead of the JARs in the parent classpath. Are you sure there's nothing wrong with those JARs? (Like, if you doo a "jar -tf foo.jar" does the output look normal?) Is it a

Help with ClassLoader

2005-09-19 Thread Hossam Karim
Hello, I am using the following configuration: geronimo-1.0-M4, Java 1.5.0_04, Windows 2003 Server Enterprise My problem: I am trying to deploy a WAR with the following deployment plan (geronimo-web.xml): === http://geronimo.apache.org/xml/ns