DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28675>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28675 Move jakarta-bcel-20040329.jar jakarta-regexp-1.3.jar to lib/endorsed ------- Additional Comments From [EMAIL PROTECTED] 2004-05-06 22:49 ------- Cheche wrote: > But I feel that if this libraries need to be in the java.endorsed-dirs directory > then they should be moved. Ok, this probably makes it easier, more obvious. Antonio wrote: > Jöerg: Please either ö or oe, not öe ;-) > Using Jetty, Do you need some endorsed libs at all? (Not ironic, I never > used jetty outside Cocoon demo). Of course yes. Otherwise JDK XML libs would be loaded. The problem here is only about classes that are needed by classes loaded via endorsed hack. Jetty seems to search them in the "normal" webapp libs path while Tomcat does it only in the endorsed libs path. > Cheche: Do you need only jakarta-regexp-1.3.jar? Are you using XSLTC? Did you > need also "jakarta-bcel-20040329.jar" or not. > > Note I am asking about that because before both files was inside the > xalan.jar. In my case I think I need both. I am using XSLTC and xalan. 1. It's only a problem when using XSLTC, it has nothing to do with Xalan. 2. If XSTLC needs regexp and bcel - what I assume as both were delivered with XSLTC - you also need both in endorsed dirs path. Joerg
