http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1930 *** shadow/1930 Tue May 29 02:38:10 2001 --- shadow/1930.tmp.15692 Wed Jun 13 10:35:53 2001 *************** *** 94,96 **** --- 94,112 ---- :3070) at java.lang.Thread.run(Unknown Source) --------- + + ------- Additional Comments From [EMAIL PROTECTED] 2001-06-13 10:35 ------- + We need to find out why the class is not being found in the classpath. I'm not + familiar with Weblogic and JBoss but it appears that they may work by altering + the classpath rather than by using a custom classloader. So that we can get + more information, please include the following line in your session bean, + immediately before the call to XalanJ: + + boolean environmentOK = new + EnvironmentCheck()).checkEnvironment(yourPrintWriter); + + where yourPrintWriter is some writer that will allow us to see the results of + this call. This should give us an idea of what your environment looks like and + we can go from there. + + Gary \ No newline at end of file