You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@tuscany.apache.org by Luciano Resende <lu...@gmail.com> on 2007/01/02 22:02:34 UTC

Re: Oracle & Tuscany coimbation issue - Empty result set

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 <
bharathi.balasubramanian@dads.state.tx.us> 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/tuscany-user@ws.apache.org/msg00346.html
> <http://www.mail-archive.com/tuscany-user@ws.apache.org/msg00346.html>
>
> Environment: JDK5.X, M2 DAS & SDO, Oracle
>
>
>
> Thanks
>
> Bharathi Balasubramanian
>
>
>
>
>