Any SCA for SDO M3?

2007-04-20 Thread Dennis Virt
Hello! I'm quite new to Tuscany. SDO DAS M2 unfortunately did not fit my project requirements. I'd like to use SDO M3 in my web service, which should offer functionality similar to das-service example but not so generic. Can anybody recommend some SCA version that should work inside webapp

Re: Any SCA for SDO M3?

2007-04-20 Thread Luciano Resende
Comments inline On 4/20/07, Simon Laws [EMAIL PROTECTED] wrote: On 4/20/07, Dennis Virt [EMAIL PROTECTED] wrote: Hello! I'm quite new to Tuscany. SDO DAS M2 unfortunately did not fit my project requirements. I'd like to use SDO M3 in my web service, which should offer functionality

Re: Any SCA for SDO M3?

2007-04-20 Thread Simon Laws
On 4/20/07, Luciano Resende [EMAIL PROTECTED] wrote: Comments inline On 4/20/07, Simon Laws [EMAIL PROTECTED] wrote: On 4/20/07, Dennis Virt [EMAIL PROTECTED] wrote: Hello! I'm quite new to Tuscany. SDO DAS M2 unfortunately did not fit my project requirements. I'd like to use

DAS Relationship

2007-04-20 Thread Paulo Henrique Trecenti
Hi, I'm try using the DAS Relationship but I can not undestand, in my case I try make this _ __ | Reserve | *_*| Equipment | || ||__| | ___| |

Re: DAS Relationship

2007-04-20 Thread Kevin Williams
Hello Paulo, The RDB DAS does not yet directly support many to many relationships. YOu can work around this by using two 1:m relationships where both Reserve and Equipment has 1:m relationship with Reserve_Equipment. So, you have to directly model the junction table. --Kevin On 4/20/07,

DAS Static Data Object

2007-04-20 Thread Paulo Henrique Trecenti
Hi, I want create a static data object like in wiki http://wiki.apache.org/ws/WorkingWithStaticDataObjects, but the source code of Custumer is not showed. The Custumer is an extends DataObject previously create from a XSD? How I can create a static data object. -- Paulo Henrique Trecenti

Re: DAS Static Data Object

2007-04-20 Thread Luciano Resende
Customer is defined in the following XSD file [1]. Then you need to generate the actual customer related classes, and this is done using a maven plugin and configured in the das pom [2] execution idcustomer/id configuration schemaFile${basedir}/src/test/resources/customer.xsd/schemaFile