XML save problem with static generated SDO classes

2007-07-16 Thread Daniel Peter
I work with static generated SDO classes. When saving an object containing a list of nested objects to XML, the nested objects are not correctly saved to XML. It looks like the toString method is called for the objects in the nested list, insted of xml save. This is the sample output XML:

Re: XML save problem with static generated SDO classes

2007-07-16 Thread Daniel Peter
:18:28 Uhr Betreff: Re: XML save problem with static generated SDO classes Hi Daniel, This seems like a very basic function that isn't working. What version of Tuscany are you using? I wonder if this has been broken, as a side effect of one of the recent generator changes? (we really need to get

Re: XML save problem with static generated SDO classes

2007-07-16 Thread Frank Budinsky
PROTECTED] 07/16/2007 10:26 AM Please respond to tuscany-user@ws.apache.org To tuscany-user@ws.apache.org cc Subject Re: XML save problem with static generated SDO classes Hi Frank I built this morning from the SVN head (was at revision 556544) in order to get the latest fixes, and generated

Re: XML save problem with static generated SDO classes

2007-07-16 Thread Frank Budinsky
-user@ws.apache.org To tuscany-user@ws.apache.org cc Subject Re: XML save problem with static generated SDO classes Hi Frank I built this morning from the SVN head (was at revision 556544) in order to get the latest fixes, and generated the classes based

AW: XML save problem with static generated SDO classes

2007-07-16 Thread Daniel Peter
Hi Frank, it works now with the fix in my xsd. Thanks, Daniel. - Ursprüngliche Mail Von: Frank Budinsky [EMAIL PROTECTED] An: tuscany-user@ws.apache.org Gesendet: Montag, den 16. Juli 2007, 17:30:05 Uhr Betreff: Re: XML save problem with static generated SDO classes Daniel, I just