org.opentools.minerva.jdbc.xa.wrapper.XAClientConnection
...

    public PreparedStatement prepareStatement(String sql, int resultSetType,
int resultSetConcurrency) throws SQLException {
        return prepareStatement(sql);
    }

...

this is the offensive method. you can start investigate there ...


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Doug Ferguson
Sent: Thursday, April 05, 2001 12:00 AM
To: [EMAIL PROTECTED]; Shahar Solomianik
Subject: Re: [JBoss-user] Scrollable Result Sets


Do you know how to register Oracle XA driver?

d.

Shahar Solomianik wrote:

> If you use newest version of minerva - this is your problem.
> minerva igonres 2nd and 3rd params of Connection.prepareStatement.
> your options :
> 1. use a real XA driver
> 2. wait till Aaron fixes it
> 3. modify minerva code to your needs
>
> Shahar.
>
> btw, it doesnt ignore these parameters for prepareCall so you might want
to
> workaround by inoking a stored procedure/function instead plain jdbc
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Doug Ferguson
> Sent: Wednesday, April 04, 2001 9:57 PM
> To: jBoss Users
> Subject: [JBoss-user] Scrollable Result Sets
>
> Hi,
>
> I am having trouble using scrollable resultSets when I obtain a
> DataSource from jBoss via JNDI.
> Whenever I use createStatment/prepareStatment it always returns a
> ResultSet that is Type_Scroll_Forward_Only.
>
> Can anybody tell me how I will obtain a ResultSet that is scrollable?
>
> d.
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user
>
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to