You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2002/07/15 15:01:32 UTC

DO NOT REPLY [Bug 10748] - Translet class not loading due to java.long.VerifyError

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=10748>.
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=10748

Translet class not loading due to java.long.VerifyError





------- Additional Comments From tom.amiro@sun.com  2002-07-15 13:01 -------
We'll need more information to reproduce this problem. I searched the 
conformance tests and found that match29 has the following:

<xsl:template match="//B//X" mode="prefixed">
  <found-X><xsl:copy-of select="@level"/></found-X>
</xsl:template>

XSLTC passes this test.

Please attach or add a comment showing us the xml and xsl you are using.
Also, what context are you running xsltc in? Unless you are using 
the commandline classes, we'd need to see your java application code, too.