Re: Error with simple example

2007-06-06 Thread António Mota
/src/test/resources/companyMappingWithResultDescriptor.xml [5] http://incubator.apache.org/tuscany/explicit-resultset-shape-definition.html On 6/5/07, António Mota [EMAIL PROTECTED] wrote: I also try the examples using a config.xml file (http://incubator.apache.org/tuscany/starting-with-das.html

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

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

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: Confusion about SDO's

2007-03-28 Thread António Mota
implementation in IBM RAD 6 on the EMF newsgroup at Eclipse: news://news.eclipse.org/eclipse.tools.emf Frank. António Mota [EMAIL PROTECTED] wrote on 03/28/2007 08:28:20 AM: Hi. Thanks for your answer. So, from what i understand, the version of SDO i'm using with IBM RAD 6 is that version 1

SDO Xpath with and operator

2007-03-16 Thread António Mota
Hello: I'm not sure if this forum is the right place to ask questions like this, but i give it a try. I'm trying to access a SDO thru XPath using a and operator, like this TRFCCAEM[PK_FK_FCEMBL_EBLID=100 and PK_FK_FCCCBL_CBLID=80] or like this TRFCCAEM[PK_FK_FCEMBL_EBLID=100]