-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution:
Out of Date
-
Affects Version/s: EAP 5.0.1
-
Fix Version/s: TBD EAP 5
-
Component/s: EJB
-
Labels:None
-
Steps to Reproduce:
-
Workaround:Workaround Exists
-
Workaround Description:
-
Release Notes Docs Status:Not Required
When the ejb-jar is processed, it is processed according to the file encoding set by the file.encoding system property. This occurs even if the ejb-jar.xml indicates the file encoding in the header:
<?xml version="1.0" encoding="UTF-8"?>
So, for example if a env-entry value is set to é and the file.encoding is set to Cp1252 (default on Windows) it will be rendered incorrectly as 'é'
The expected, correct behavior is seen in EAP 4.x.
- is blocked by
-
JBVFS-165 VFSInputSource should not implement getCharacterStream
-
- Resolved
-