Re: SDO C++ loading data from XML

2007-06-05 Thread Adriano Crestani
Hi Pete, Well, I didn't know about DataFactory operator, but I did it manually, LoL, and it looked like the same when I define using xsd and manually. The reason to avoid using xsd definition is that the das user would need the das_runtime.lib and also config.xsd, however it is not a good

Re: Simple use case problem

2007-06-05 Thread Mike Edwards
Patrick, One point to make here is that separate contributions are intended to have different addresses, which in a simple file system equates to different directories. If you want multiple composites in the same directory, then you should make them part of one contribution, which is

Re: SDO C++ loading data from XML

2007-06-05 Thread Adriano Crestani
Defining via a schema will have created a Type DAS_NAMESPACE#RootType and properties will have been added to this for e.g. Config from the xsd:element name=Config type=config:Config/. Your manual version does not do this. So, when you mean to create a RootType and adding Config as a property,

Re: SDO C++ loading data from XML

2007-06-05 Thread Pete Robbins
On 05/06/07, Adriano Crestani [EMAIL PROTECTED] wrote: Defining via a schema will have created a Type DAS_NAMESPACE#RootType and properties will have been added to this for e.g. Config from the xsd:element name=Config type=config:Config/. Your manual version does not do this. So, when you mean

Re: Error with simple example

2007-06-05 Thread António Mota
I also try the examples using a config.xml file (http://incubator.apache.org/tuscany/starting-with-das.html) but i get Feature 'Command' not found. or Feature 'Table' not found. if i remove the Commands... 2007/6/5, António Mota [EMAIL PROTECTED]: Hi Frank: Thanks for your help here.

Re: Reference multiplicity for C++ (UNCLASSIFIED)

2007-06-05 Thread Pete Robbins
I think you are correct (not implemented). I'm pretty sure that this function did work a long while ago but the code has been refactored since then. I'll look in to this to see if it should work. Cheers, On 04/06/07, Kerr, James P CIV DISA JITC [EMAIL PROTECTED] wrote: Classification:

Re: Error with simple example

2007-06-05 Thread Luciano Resende
Hey Antonio Let me try to give you some help, and also point you to more DAS documentation. DAS User guide is available at [1] and a test case that exercise some similar things to what you want to do is available at [2] So, if you set the proper XPath index to [1], does it help ? If you

Re: Implement a simple case scenario

2007-06-05 Thread Luciano Resende
You could use DAS unit test cases as simple examples, but we also have sample applications such as DAS Companyweb [1] that describe multiple operations on the context of DAS/SDO and Relational Database store such as : 1. Display all Companies in the database 2. Display all Companies and

Re: Simple use case problem

2007-06-05 Thread Luciano Resende
Patrick The contribution service package processor takes care of identifying what is the package type and creating the proper jar url for jar archives. Have you tried to pass a regular file url to the jar ? Something like : String url = file://.../provider.jar The contribution service

Re: DAS M3 Release

2007-06-05 Thread haleh mahbod
A few comments on RDB DAS Releases page. - It would be good to put the latest release first so that reader does not have too scroll down to find the latest release. - Can we follow the same style as other subprojects. Please take a look at SCA Download page for an example. I can help with this