Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1-alpha-1
-
None
-
Windows XP Professional SP2
JDK6
Description
While backing up the store, jdo continuum store uses a FileWriter wich relies on the system's default charset encoding, but the continuum database tries to store using utf-8.
Should use a FileOutputStream and OutputStreamWriter ( OutputStream, Charset ) instead
Attachments
Attachments
Issue Links
- is depended upon by
-
CONTINUUM-1123 XMLStreamException on DataManagementToolTest with jdk6
- Closed