Static sdo dataobjects and xml datagraph

2007-12-31 Thread Andrej Koelewijn
Hi, Can anybody point me to some examples or documentation describing how to use static generated sdo datatypes to read a xml datagraph? I've created an xml document using dynamic dataobjects (defining the types using an xsd). Next i've generated some static sdo data objects and now i want to read

Re: Static sdo dataobjects and xml datagraph

2007-12-31 Thread Andrej Koelewijn
Never mind, got it, i can just cast the dataobject to a static dataobject. Regards, Andrej

What's mean of the managed column in DAS config ?

2007-12-31 Thread LiTaojian
Hi All , What's mean of the managed column in DAS config ? I don't know how to use it . please explain it . Best Regards , Leo

Re: What's mean of the managed column in DAS config ?

2007-12-31 Thread Luciano Resende
You should set managed = true when running DAS in a managed environment.Some more information can be obtained in this wiki page [1] [1] http://incubator.apache.org/tuscany/rdb-das-transaction-control.html On Dec 30, 2007 7:14 PM, [EMAIL PROTECTED] wrote: Hi All , What's mean of the managed

Switching from dynamic to static sdo dataobjects

2007-12-31 Thread Andrej Koelewijn
Hi, I'm trying to create some test programs with sdo, and one of the tests is that i create a datagraph using dynamic dataobjects (defined using an xsd), save the datagraph and then try to load it using static dataobjects. How do i redefine/reregister dataobjects? If i first define the dynamic