This thread might give you some more info:
http://www.mail-archive.com/tuscany-user%40ws.apache.org/msg00346.html
--
Luciano Resende
http://people.apache.org/~lresende
On 1/2/07, Balasubramanian,Bharathi B <
[EMAIL PROTECTED]> wrote:
I am unable to use Tuscany DAS/SDO against Oracle database (Oracle9i EE
release 9.2.0.6.0). I noticed an outstanding issue reported with weak
ResultSetMetaData from Oracle. Is there any workaround for this issue?
I am also wondering, is there any one here using Tuscany SDO/DAS with
Oracle?
My test as simple as this one fails:
public void testPullAll() throws Exception {
DAS das = DAS.FACTORY.createDAS(getConnection());
// Read all tables from ora
Command read = das.createCommand("select * from
CAT");
DataObject rootDataObject = read.executeQuery();
assertTrue( rootDataObject.getList("CAT").size() >
0
);
}
Reference:
Empty Select from Oracle:
http://www.mail-archive.com/[email protected]/msg00346.html
<http://www.mail-archive.com/[email protected]/msg00346.html>
Environment: JDK5.X, M2 DAS & SDO, Oracle
Thanks
Bharathi Balasubramanian