On 10/01/2010 14:35, Martin Grotzke wrote:
>             final XMLFormat<?> xmlFormat = (XMLFormat<?>) Class.forName( 
> "de.javakaffee.web.msm.serializer.javolution.JodaDateTimeFormat",
>                 true, classLoader ).newInstance();

<snip/>

> Can someone help with this?

I suggest downloading a copy of the Tomcat source code and debugging
your way through the call above. The first thing I'd check is whether
classLoader is what you expect it to be and it if is, I'd then see what
is going on in that call as it should find the class.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to