[ https://issues.apache.org/jira/browse/XALANJ-2459?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669665#action_12669665 ]
Nicolas Albert commented on XALANJ-2459: ---------------------------------------- It's very simple to reproduce : java -cp xsltc.jar org.apache.xalan.xsltc.cmdline.Compile xsltcbug.xsl java -cp xsltc.jar:. org.apache.xalan.xsltc.cmdline.Transform xsltcbug.xml xsltcbug If I try with current svn version, I got this : Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/xalan/xsltc/cmdline/Transform Caused by: java.lang.ClassNotFoundException: org.apache.xalan.xsltc.cmdline.Transform at java.net.URLClassLoader$1.run(URLClassLoader.java:217) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:205) at java.lang.ClassLoader.loadClass(ClassLoader.java:323) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294) at java.lang.ClassLoader.loadClass(ClassLoader.java:268) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336) Could not find the main class: org.apache.xalan.xsltc.cmdline.Transform. Program will exit. > XSLTC transformation 200 times slower than pure Xalan > ----------------------------------------------------- > > Key: XALANJ-2459 > URL: https://issues.apache.org/jira/browse/XALANJ-2459 > Project: XalanJ2 > Issue Type: Bug > Security Level: No security risk; visible to anyone(Ordinary problems in > Xalan projects. Anybody can view the issue.) > Components: XSLTC > Affects Versions: 2.7.1 > Environment: Java Sun JVM 1.5 and 1.6 on Linux 32 & 64 bit and > Windows XP 32 bit. (Core2Duo & Pentium4) > Reporter: Nicolas Albert > Priority: Critical > Attachments: xsltcbug.xml, xsltcbug.xsl > > > I have an XSL stylesheet that perfom the transformation very very very slow > with XSLTC. > 20 sec with no much data (vs 100 ms with Xalan), and I have never see it > success with the real amont of data (vs 900 ms with Xalan). > I'll attach the xsl and a small xml. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org For additional commands, e-mail: xalan-dev-h...@xml.apache.org