[jira] Commented: (TUSCANY-917) XMLHelper.load() should demand-create global properties not defined in the SDO type system

2007-03-23 Thread Kelvin Goodson (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483622
 ] 

Kelvin Goodson commented on TUSCANY-917:


I can not apply the attached patch.  It gives the error The chunk size did not 
match the number of added/removed lines!  Can you investigate please?

 XMLHelper.load() should demand-create global properties not defined in the 
 SDO type system
 --

 Key: TUSCANY-917
 URL: https://issues.apache.org/jira/browse/TUSCANY-917
 Project: Tuscany
  Issue Type: Bug
  Components: Java SDO Implementation
Affects Versions: Java-SDO-Mx
Reporter: Fuhwei Lwo
 Fix For: Java-SDO-Mx

 Attachments: 917-testcase.patch


 Currently, when you invoke XMLHelper.save(), it would serialize the 
 non-defined global properties. However, the doc cannot be deserialized by 
 XMLHelper.load() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-917) XMLHelper.load() should demand-create global properties not defined in the SDO type system

2007-03-02 Thread Kelvin Goodson (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477328
 ] 

Kelvin Goodson commented on TUSCANY-917:


Fuhwei,  can you confirm that this is still a problem please?  I think that 
TUSCANY-1049,  (which was resolved as a duplicate, since the patch for 
TUSCANY-1082 had an overlapping fix) looks like a very similar problem.  If 
there is still an issue, could you please provide a test case?  Thanks.

 XMLHelper.load() should demand-create global properties not defined in the 
 SDO type system
 --

 Key: TUSCANY-917
 URL: https://issues.apache.org/jira/browse/TUSCANY-917
 Project: Tuscany
  Issue Type: Bug
  Components: Java SDO Implementation
Affects Versions: Java-SDO-Mx
Reporter: Fuhwei Lwo
 Fix For: Java-SDO-Mx


 Currently, when you invoke XMLHelper.save(), it would serialize the 
 non-defined global properties. However, the doc cannot be deserialized by 
 XMLHelper.load() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-917) XMLHelper.load() should demand-create global properties not defined in the SDO type system

2007-01-29 Thread Yang ZHONG (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468492
 ] 

Yang ZHONG commented on TUSCANY-917:


XMLHelper#load (with processAnyXML option by default) only demand-creates a 
global property when its NameSpace does *not* exist.
It won't demand-create a global property when its NameSpace exists already.

 XMLHelper.load() should demand-create global properties not defined in the 
 SDO type system
 --

 Key: TUSCANY-917
 URL: https://issues.apache.org/jira/browse/TUSCANY-917
 Project: Tuscany
  Issue Type: Bug
  Components: Java SDO Implementation
Affects Versions: Java-SDO-Mx
Reporter: Fuhwei Lwo
 Fix For: Java-SDO-Mx


 Currently, when you invoke XMLHelper.save(), it would serialize the 
 non-defined global properties. However, the doc cannot be deserialized by 
 XMLHelper.load() method.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[jira] Commented: (TUSCANY-917) XMLHelper.load() should demand-create global properties not defined in the SDO type system

2007-01-11 Thread Yang ZHONG (JIRA)

[ 
https://issues.apache.org/jira/browse/TUSCANY-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464071
 ] 

Yang ZHONG commented on TUSCANY-917:


http://issues.apache.org/jira/browse/TUSCANY-1049
may enable loading non-defined global properties without demand-creating which 
might not be all users' desire,
assuming XMLHelper.save() has generated xsi:type for non-defined global 
properties.

 XMLHelper.load() should demand-create global properties not defined in the 
 SDO type system
 --

 Key: TUSCANY-917
 URL: https://issues.apache.org/jira/browse/TUSCANY-917
 Project: Tuscany
  Issue Type: Bug
  Components: Java SDO Implementation
Affects Versions: Java-Mx
Reporter: Fuhwei Lwo

 Currently, when you invoke XMLHelper.save(), it would serialize the 
 non-defined global properties. However, the doc cannot be deserialized by 
 XMLHelper.load() method.

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



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]