Re: Case sensitivity in DefaultResultSetHandler

2009-10-02 Thread Clinton Begin
Wow, someone is using trunk! Crazy, but awesome. Unfortunately, by coincidence, I'm currently rewriting the entire DefaultResultSetHandler -- in a serious way. It's currently in a real state of flux. I'll work on it this weekend some more to try to get it to a Beta 4. Your feedback will come in

Case sensitivity in DefaultResultSetHandler

2009-10-02 Thread Martin Ellis
Hi, I'm running into a problem using trunk, specifically with version: r819833 | cbegin | 2009-09-29 06:43:58 +0100 (Tue, 29 Sep 2009) | 2 lines Support single column mappings in primitive results I have a SELECT statement that uses AS to name a few columns. I have a resultMap that refers the AS

Connections and Transactions with JNDI DataSource - possible leak?

2009-10-02 Thread Givler, Eric
I have an OC4J container and am experiencing a connection leak log in my server logs: 09/09/29 17:46:10 OrionCMTConnection not closed, check your code! 09/09/29 17:46:10 Logical connection not closed, check your code! 09/09/29 17:46:10 (Use -Djdbc.connection.debug=true to find out where the leak

RE: cannot retrieve a blob using a callable statement.

2009-10-02 Thread Givler, Eric
See: http://www.mail-archive.com/[email protected]/msg02854.html -Original Message- From: M V Chetan [mailto:[email protected]] Sent: Friday, October 02, 2009 6:00 AM To: [email protected] Subject: Re: cannot retrieve a blob using a callable statement. I have been l

RE: cannot retrieve a blob using a callable statement.

2009-10-02 Thread Givler, Eric
This is something we've struggled with on our team. AFAIK, Oracle's JDBC drivers do not support the passing of BLOB data in excess of 32K through a stored procedure, at least with the drivers that are included with Oracle A/S 10.1.2. You might try downloading a newer version of the drivers fir

Re: cannot retrieve a blob using a callable statement.

2009-10-02 Thread M V Chetan
I have been looking around for examples for using CLOB/BLOB through a stored proc.Can anyone share a working example.Btw,I'm using Ibatis 2.3 Regards, Chetan -- View this message in context: http://www.nabble.com/cannot-retrieve-a-blob-using-a-callable-statement.-tp23174503p25713249.html Sent f

Example builder

2009-10-02 Thread Jeremy Jardin
Hi, I'd like to know if there's a good practise to build an example from a ibatis bean object ? In fact, I often have to build example from object, just to assure myself that the record exists in database. When I work on complex beans, it can be boring to build handly the example. (imagine a t