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

2007-01-11 Thread Marcelo Takeshi Fukushima (JIRA)
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


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




[jira] Updated: (CONTINUUM-1103) Build Fresh checkbox doesn't stay checked

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

Marcelo Takeshi Fukushima updated CONTINUUM-1103:
-

Attachment: buildFresh.patch

A patch to ContinuumStoreTest and AbstractContinuumStoreTestCase to check if 
the buildFresh attribute is being correctly persisted

 Build Fresh checkbox doesn't stay checked
 -

 Key: CONTINUUM-1103
 URL: http://jira.codehaus.org/browse/CONTINUUM-1103
 Project: Continuum
  Issue Type: Bug
  Components: Web - UI
Affects Versions: 1.1
Reporter: Wendy Smoak
 Attachments: buildFresh.patch


 To reproduce:
 Project Groups - [any group] - Build Definitions tab
  1. Edit a build definition
  2. check the 'Build Fresh' checkbox
  3. Save
  4. Edit the same build definition
 The checkbox should remain checked, but it does not.

-- 
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-1103) Build Fresh checkbox doesn't stay checked

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

Marcelo Takeshi Fukushima updated CONTINUUM-1103:
-

Attachment: jpox1.1.3.patch

it turns out that to use jpox-1.1.3, this class also needs a change

 Build Fresh checkbox doesn't stay checked
 -

 Key: CONTINUUM-1103
 URL: http://jira.codehaus.org/browse/CONTINUUM-1103
 Project: Continuum
  Issue Type: Bug
  Components: Web - UI
Affects Versions: 1.1
Reporter: Wendy Smoak
 Attachments: buildFresh.patch, jpox1.1.3.patch


 To reproduce:
 Project Groups - [any group] - Build Definitions tab
  1. Edit a build definition
  2. check the 'Build Fresh' checkbox
  3. Save
  4. Edit the same build definition
 The checkbox should remain checked, but it does not.

-- 
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