You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bcel-dev@jakarta.apache.org by bu...@apache.org on 2006/02/26 21:46:10 UTC

DO NOT REPLY [Bug 38787] New: - XSLT transforms broken in Turkish Locale.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38787

           Summary: XSLT transforms broken in Turkish Locale.
           Product: BCEL
           Version: unspecified
          Platform: Other
        OS/Version: Windows 2000
            Status: NEW
          Severity: critical
          Priority: P5
         Component: Main
        AssignedTo: bcel-dev@jakarta.apache.org
        ReportedBy: mrsea77@yahoo.com


There is a bug in org.apache.bcel.internal.util.InstructionFinder.compilePattern
Please also refer to this bug report for more details about dottless i and 
Turkish .toLowerCase problem. Second comment of the bug report (Submitted On 08-
JAN-2006) is very important.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6240963

I am trying to use ActiveMQ JMS 1.1 Provider but when I am trying to start it 
on a Windows 2000 SP4 with Turkish Default Locale I have following exception;

java.lang.RuntimeException: Instruction unknown: load�nstruction 
        at com.sun.org.apache.bcel.internal.util.InstructionFinder.mapName
(InstructionFinder.java:138) 
        at 
com.sun.org.apache.bcel.internal.util.InstructionFinder.compilePattern
(InstructionFinder.java:170) 
        at com.sun.org.apache.bcel.internal.util.InstructionFinder.search
(InstructionFinder.java:218) 
        at com.sun.org.apache.bcel.internal.util.InstructionFinder.search
(InstructionFinder.java:264) 
        at 
com.sun.org.apache.xalan.internal.xsltc.compiler.Mode.peepHoleOptimization
(Mode.java:1444) 
        at 
com.sun.org.apache.xalan.internal.xsltc.compiler.Mode.compileApplyTemplates
(Mode.java:1058) 
        at 
com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.compileModes
(Stylesheet.java:615) 
        at com.sun.org.apache.xalan.internal.xsltc.compiler.Stylesheet.translate
(Stylesheet.java:730) 
        at com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC.compile
(XSLTC.java:335) 
        at com.sun.org.apache.xalan.internal.xsltc.compiler.XSLTC.compile
(XSLTC.java:410) 
        at 
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTemplates
(TransformerFactoryImpl.java:791) 
        at 
com.sun.org.apache.xalan.internal.xsltc.trax.TransformerFactoryImpl.newTransform
er(TransformerFactoryImpl.java:619) 
        at org.activemq.spring.ActiveMQBeanDefinitionReader.createTransformer
(ActiveMQBeanDefinitionReader.java:63) 
        at org.activemq.spring.ActiveMQBeanDefinitionReader.transformDocument
(ActiveMQBeanDefinitionReader.java:94) 
        at 
org.activemq.spring.ActiveMQBeanDefinitionReader.registerBeanDefinitions
(ActiveMQBeanDefinitionReader.java:53) 
        at 
org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinition
s(XmlBeanDefinitionReader.java:155) 
        at org.activemq.spring.ActiveMQBeanFactory.<init>
(ActiveMQBeanFactory.java:86) 
        at org.activemq.spring.ActiveMQBeanFactory.<init>
(ActiveMQBeanFactory.java:57) 
        at 
org.activemq.spring.SpringBrokerContainerFactory.createBrokerContainer
(SpringBrokerContainerFactory.java:86) 
        at org.activemq.spring.Main.main(Main.java:71) 


   When I switch to English US defult locale everything works fine.

So there are lots of tools and open source projects (like NetBeans) which uses 
BCEL. This is a big problem for us which working on Turkish Locale.

Thanks

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 38787] - XSLT transforms broken in Turkish Locale.

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38787


dbrosius@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Additional Comments From dbrosius@apache.org  2006-02-27 02:14 -------
Thanks for the report.

changed toLowerCase to toLowerCase(Locale.ENGLISH), as use is to search for java
instructions, which are always english anyway.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 38787] - XSLT transforms broken in Turkish Locale.

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38787>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38787





------- Additional Comments From serkan.erdur@eu.sony.com  2006-07-03 12:23 -------
Hi could you tell us in which version this bug is fixed?

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bcel-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: bcel-dev-help@jakarta.apache.org