AW: Premature EOF in SqlMapClientBuilder.buildSqlMapClient()

2008-11-24 Thread Leucht, Axel
You're XML files are definitely in question here. I'd start with a small standalone application to see if the environment on the new project is causing you trouble. /Axel

Re: URGENT : Does the ResultSet get closed by iBatis when using jdbcType=ResultSet

2008-11-24 Thread Clinton Begin
The easiest and most accurate thing to do would be to mount the ibatis source code and step through it yourself. We can provide general answers, but there's nothing like checking it right at the source. Of course the result set "should be" closed. Only you can confirm if it actually is. Clinton

Premature EOF in SqlMapClientBuilder.buildSqlMapClient()

2008-11-24 Thread Angso, Tony
Am getting the error below "Premature end of file, when calling SqlMapClientBuilder.buildSqlMapClient(reader); The SystemOut shows all the xml in the console, so I don't understand the error. By the way, this code used to work, however when I copied the files/lib in a new project, that's wh

Strange problems and wrong data on Linux (redhat) not on Windows

2008-11-24 Thread Corné A
Hi all, I am a happy ibatis user for years and now I have encountered a strange thing. I have Ibatis build with jdk 1.5.0_16 on my Windows XP. When updating with any of the 4 abator generated stubs on either jdk 1.5 or 1.6 I encounter *no* problems on a windows XP box. When I deploy everthing to a

URGENT : Does the ResultSet get closed by iBatis when using jdbcType=ResultSet

2008-11-24 Thread mfs
Hi Guys, We are facing a critical issue in production and while looking into the possible causes, we came accross this code segment where we using jdbcType=ORACLECURSOR with corresponding jdbcType="ResultSet"..as below XML MAPPING { call packagename.procedu

Re: IBatis - SQLJ

2008-11-24 Thread Clinton Begin
Mario, My records show that you never sent the source. You only sent a fully compiled binary demo. We can't do much with that... ;-) Clinton On Mon, Nov 24, 2008 at 5:29 AM, Mario Ds Briggs <[EMAIL PROTECTED]>wrote: > Hi Prakash, > > Sometime last year i had made the offer on the dev list -

RE: Beginner question on transactions...

2008-11-24 Thread Poitras Christian
If it's a new project, I recommend using Spring DAO since iBATIS DAO is deprecated. See http://ibatis.apache.org/javadownloads.cgi Christian -Original Message- From: Comcast Mail [mailto:[EMAIL PROTECTED] Sent: Saturday, November 22, 2008 7:03 AM To: user-java@ibatis.apache.org Subject

RE: IBatis - SQLJ

2008-11-24 Thread Prakash . Govindrao
Thanks Mario for your reply. We are using Ibatis version - ibatis-2.3.0.677.jar file. Please send me the patch and any documentation along with this. I really appreciate your help in this regard. Thanks Prakash From: Mario Ds Briggs [EMAIL PROTECTED] Sent:

Re: IBatis - SQLJ

2008-11-24 Thread Mario Ds Briggs
Hi Prakash, Sometime last year i had made the offer on the dev list - http://www.mail-archive.com/[EMAIL PROTECTED]/msg02595.html and Clinton responded positively. We did send him the demo, but he has been terribly busy to get to it. In the meantime we too got stuck in some legalese. However i ha