Re: Protocol Error - SimpleDataSource.pushConnection() when using oraclecursors

2008-05-06 Thread mfs
So turns out it was jdbc driver version issue, though initially i was using the jdbc driver version as my database version but i had to upgrade to the next rather the latest version in the 10 series i.e. 10.2.0.4.0 to get the problem fixed.. Thanks anyways.. mfs wrote: > > Guys, > > I just

Re: i wonder why ibatis is not made available on public maven repo ?

2008-05-06 Thread mfs
my bad..i was looking at http://repo1.maven.org/maven2/com/ibatis/ibatis-sqlmap/ Thanks.. bgoodin wrote: > > It is there under org/apache/ibatis/ibatis-sqlmap > > http://www.mavenrepository.com/artifact/org.apache.ibatis/ibatis-sqlmap > > > org.apache.ibatis > ibatis-sqlmap > 2.3

Protocol Error - SimpleDataSource.pushConnection() when using oraclecursors

2008-05-06 Thread mfs
Guys, I just started using iBatis, and i think its a great framework, and would want to employ the same in our company for the persistance layer...Also "iBatis in Action" is a very well written book, great job Clinton, Larry and Brandon... Anyways coming to the problem...So am facing this "proto

Re: i wonder why ibatis is not made available on public maven repo ?

2008-05-06 Thread Brandon Goodin
It is there under org/apache/ibatis/ibatis-sqlmap http://www.mavenrepository.com/artifact/org.apache.ibatis/ibatis-sqlmap org.apache.ibatis ibatis-sqlmap 2.3.0 Brandon On Tue, May 6, 2008 at 4:13 PM, mfs <[EMAIL PROTECTED]> wrote: > > Guys, > > I wonder why is ibatis is not avail

Re: list returning empty array

2008-05-06 Thread Nathan Maves
I an not in the "great" category yet because I fail at typing.. thank god for IDE's some of us** On Tue, May 6, 2008 at 7:45 PM, Nathan Maves <[EMAIL PROTECTED]> wrote: > are we to guess at what issue you are having... > some of are good, even great, minus larry but none of us are mind readers >

Re: list returning empty array

2008-05-06 Thread Nathan Maves
are we to guess at what issue you are having... some of are good, even great, minus larry but none of us are mind readers System.out.println("ibatis5"); these types of "got here" debugging is worthless :) On Mon, May 5, 2008 at 2:35 AM, HelpMePlz <[EMAIL PROTECTED]> wrote: > > Hi to All > > > >

i wonder why ibatis is not made available on public maven repo ?

2008-05-06 Thread mfs
Guys, I wonder why is ibatis is not available at repo1.maven.org, is there any particular reason ? Any particular reason, since every using maven would certainly repo1.maven.org as their primary repository. I see 1.3.1 available there and just the pom for 2.1.0.565 Thanks Farhan. -- View t