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=1930>. 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=1930 Problem with extensions using Weblogic 6.X and JBoss ------- Additional Comments From [EMAIL PROTECTED] 2002-10-24 21:24 ------- There are two things: 1) WebLogic renamed the classes blindly -- so you need to use weblogic.apache.xalan, etc. for the extension element classes. 2) WebLogic did not alter the classloading behavior, so it attempts to load on the base classloader, not nevessarily the application classloader. The (non-elegant) solution is to 1) Use only the classname in your code and change the import when you compile against WebLogic. 2) Put your extension classes on the root classloader.
