[jboss-jira] [JBoss JIRA] Created: (JBAOP-462) Non plain English character not supported in pointcut definition (in jboss-aop.xml)
Anders Hammar (JIRA)
jira-events at lists.jboss.org
Thu Sep 20 04:13:11 EDT 2007
Non plain English character not supported in pointcut definition (in jboss-aop.xml)
-----------------------------------------------------------------------------------
Key: JBAOP-462
URL: http://jira.jboss.com/jira/browse/JBAOP-462
Project: JBoss AOP
Issue Type: Bug
Security Level: Public (Everyone can see)
Affects Versions: 1.5.5.GA
Environment: Windows XP SP2, JDK 5.0 (build 12), JBoss AS 4.2.1.GA, Maven 2.0.7 (for building)
I use load time weaving for aop.
Reporter: Anders Hammar
I get an error when deploying my application (ear) that includes aop where the pointcut definition includes a non plain English character (in my case the Swedish character 'ä'). I believe the problem is that org.jboss.aop.pointcut.ast.SimpleCharStream only supports ASCII characters (without unicode processing). However, as my xml (jboss-aop.xml) defines the encoding as UTF-8 for my configuration.
I haven't tested with jboss aop 2.0.0.beta1, but the same files exist there so I would believe the same problem exists there.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list