DO NOT REPLY [Bug 10153] - Tomcat 4.0.4 requires that crimson.jar be in $TOMCAT_HOME/common/lib

2002-06-27 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10153.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10153

Tomcat 4.0.4 requires that crimson.jar be in $TOMCAT_HOME/common/lib

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||WONTFIX



--- Additional Comments From [EMAIL PROTECTED]  2002-06-27 13:30 ---
The classloader behavior won't be modified as part of the 4.0.x releases.
4.1.x uses a different mechanism.
I will advocate that 5.0.x use the standard J2SE delegation mechanism instead 
of allowing overriding.

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




DO NOT REPLY [Bug 10153] - Tomcat 4.0.4 requires that crimson.jar be in $TOMCAT_HOME/common/lib

2002-06-25 Thread bugzilla

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10153.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10153

Tomcat 4.0.4 requires that crimson.jar be in $TOMCAT_HOME/common/lib

[EMAIL PROTECTED] changed:

   What|Removed |Added

 AssignedTo|[EMAIL PROTECTED] |tomcat-
   ||[EMAIL PROTECTED]
  Component|Standard Taglib |Catalina
Product|Taglibs |Tomcat 4
Version|1.0 |4.0.4 Final



--- Additional Comments From [EMAIL PROTECTED]  2002-06-25 18:05 ---
This is a Tomcat issue. In Tomcat 4.0.4, the WebAppClassLoader's exclusion list 
includes the JaxP classes. What that means is that the web application's 
classloader will not be able to load any of these classes. That's why you're 
seeing it work only when you put the classes in Tomcat's container classloader. 

Also, if you use JDK 1.4 you will not run into this issue since the parser 
classes are loaded via the system classloader.

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