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]  2001-11-15 07:21 
-------
hi again.

$icon is <xsl:value-of select="ICON_FILENAME"/> and it is alphanumeric text.  
validateFile is a static method in RenderUtil which is part of one of my own 
packages and is located at WEB-INF/classes/...

i found this:
24975 -The IBM JDK 1.3 for Windows ships with ibm4j.jar and xalan.jar, which 
are an XML parser and XSL processor, in the bootpath (ext directory). You must 
remove these two files or they will override JRun's XML parser and XSL 
processor. Additionally, there seem to be other differences between the IBM and 
Sun JDK 1.3 for Windows that affect EJBs.
in the release notes for jrun 3.1.  i had previously removed the parser.jar and 
jaxp.jar files from the lib/ext directory and replaced them with xalan and 
xerces jar files.  even though i'm using sun's jdk 1.3 for solaris, i decided 
to try 1.2 and everything worked just fine.

so it seems that this may be a problem with this particular combination of 
jdk/jrun.  i'm having a similar problem with a servlet and a class def not 
being found (not xml related).

Reply via email to