Ma, Liang wrote:
But I checked the jar file against class loader order, couldn't find any
clues yet.

The problem is that the Service class tries to load service files from the classpath. In order to do so, it tries to get a class loader, at it gets null, which is quite common in web applications due to the complicated (some say baroque) way class loading happens due to all kind of security considerations. As for why it works the second try is beyond me. You should ask the Tomcat people. There should be something tin the FOP list archives as well.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to