Hi all,
Strange: I've been developing a webapp based on Cocoon 2.1.3, running on Tomcat 4.1.30 with no problems. Now I'm extending it with custom Actions using NetBeans with built-in Tomcat 5.0.19.
I'm getting weird NullPointerExceptions right in the middle of some ordinary pipeline. The same app still runs like a charm in Tomcat 4.
Are there any 'known Tomcat 5 issues' like XML parser or other library conflicts? I will upgrade to Cocoon 2.1.4 or 2.1.5 but that's not easy because of several additions made to the current 2.1.3 installation.
This sounds like endorsed libs problem. You probably have not copied the XML libs to Tomcat 5's appropriate place (is it still common/endorsed?) while wou have done it for Tomcat 4.
Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
