Hi, > > 6. Go back to welcome -> dynamic samples -> simple XSP > > 7. ClassNotFoundException, in the working directory - file > > simple_xsp.java with the size of 8 bytes. > Having only a 8 byte size java file reminds me to troubles having under WLS6.1 using the shipped XSLT of WLS. In that cases event the generated sitemap java files where only 8 bytes long.
I replaced the WLS 6.1 shipped by setting the XSLT transformer explicityl in the cocoon.xconf: <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl" logger="root.xslt"> <parameter name="use-store" value="true"/> <parameter name="transformer-factory" value="org.apache.xalan.processor.TransformerFactoryImpl"/> </xslt-processor> Perhaps you may have the same problem, or this hint might help? bye bernhard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]