"Instruction unknown" Exception thrown using XSLTC in Turkish locale
--------------------------------------------------------------------
Key: XALANJ-2420
URL: https://issues.apache.org/jira/browse/XALANJ-2420
Project: XalanJ2
Issue Type: Bug
Components: XSLTC
Affects Versions: 2.7.1, The Latest Development Code
Reporter: Henry Zongaro
Assignee: Henry Zongaro
Using TransformerFactory.newTransformer(Source) or
TransformerFactory.newTemplates(Source) with XSLTC in a Turkish locale results
in an exception with this traceback:
java.lang.RuntimeException: Instruction unknown: load?nstruction
at
org.apache.bcel.util.InstructionFinder.mapName(InstructionFinder.java:138)
at
org.apache.bcel.util.InstructionFinder.compilePattern(InstructionFinder.java:170)
at
org.apache.bcel.util.InstructionFinder.search(InstructionFinder.java:218)
at
org.apache.bcel.util.InstructionFinder.search(InstructionFinder.java:264)
at
org.apache.xalan.xsltc.compiler.Mode.peepHoleOptimization(Mode.java:1413)
at
org.apache.xalan.xsltc.compiler.Mode.compileApplyTemplates(Mode.java:1040)
at
org.apache.xalan.xsltc.compiler.Stylesheet.compileModes(Stylesheet.java:612)
at
org.apache.xalan.xsltc.compiler.Stylesheet.translate(Stylesheet.java:727)
at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:371)
at org.apache.xalan.xsltc.compiler.XSLTC.compile(XSLTC.java:446)
at
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.java:799)
at
org.apache.xalan.xsltc.trax.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.java:618)
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]