Re: DAS M3 Release

2007-06-04 Thread Amita Vadhavkar
Some more update, -mvn test on DAS is not running all tests, but only DBInitializerTestCase? -http://cwiki.apache.org/confluence/display/TUSCANY/RDB+DAS+-+Releases - added new para for beta1, please review, so M3 para can deleted if OK - Revised Starting with DAS, please give comments Regards,

Implement a simple case scenario

2007-06-04 Thread António Mota
Hi all: I have to make a test-case using a SDO to connect to a DB, a very simple example. Let me explain the scenario: We are choosing technologies to develop a app. Until now we are inclined to use RAP to design the GUI, OSGI at the server side and as ORM we are considering - hibernate - EJB

Reference multiplicity for C++ (UNCLASSIFIED)

2007-06-04 Thread Kerr, James P CIV DISA JITC
Classification: UNCLASSIFIED Caveats: NONE Am I correct that this feature is not yet implemented? (SCA C++ Native M3). It appears that the references are wired (resolved), but you can't get multiple references using getServices(). Classification: UNCLASSIFIED Caveats: NONE

Error with simple example

2007-06-04 Thread António Mota
Hi again: My first try with SDo wasn't encoraging. This very simple example das = DASImpl.FACTORY.createDAS(getConnection()); Command readCustomers = das.createCommand(select * from PERSON); DataObject root = readCustomers.executeQuery(); gives a error on this last line. The connection is ok

Re: Error with simple example

2007-06-04 Thread Frank Budinsky
One thing that's certainly wrong is Person[0] because an XPath index must be = 1. See section 12 of the SDO spec: http://osoa.org/download/attachments/36/Java-SDO-Spec-v2.1.0-FINAL.pdf?version=1 Note that the code that you said returned what you want is using a property number (i.e., 0):