[jira] Updated: (CONTINUUM-1136) relying on default charset while backing up continuum store

2007-01-12 Thread Emmanuel Venisse (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-1136?page=all ]

Emmanuel Venisse updated CONTINUUM-1136:


Comment: was deleted

 relying on default charset while backing up continuum store
 ---

 Key: CONTINUUM-1136
 URL: http://jira.codehaus.org/browse/CONTINUUM-1136
 Project: Continuum
  Issue Type: Bug
  Components: Database
Affects Versions: 1.1
 Environment: Windows XP Professional SP2
 JDK6
Reporter: Marcelo Takeshi Fukushima
 Fix For: 1.1

 Attachments: data-management.patch


 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Updated: (CONTINUUM-1136) relying on default charset while backing up continuum store

2007-01-11 Thread Marcelo Takeshi Fukushima (JIRA)
 [ http://jira.codehaus.org/browse/CONTINUUM-1136?page=all ]

Marcelo Takeshi Fukushima updated CONTINUUM-1136:
-

Attachment: data-management.patch

this is the fix: its pretty straight forward as you can use the same charset 
encoding used later

 relying on default charset while backing up continuum store
 ---

 Key: CONTINUUM-1136
 URL: http://jira.codehaus.org/browse/CONTINUUM-1136
 Project: Continuum
  Issue Type: Bug
  Components: Database
Affects Versions: 1.1
 Environment: Windows XP Professional SP2
 JDK6
Reporter: Marcelo Takeshi Fukushima
 Attachments: data-management.patch


 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

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira