You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user-java@ibatis.apache.org by Rich Midwinter <ri...@gmail.com> on 2007/11/01 23:22:58 UTC

Re: Ibatis freezing on insert

I get the same issue with 5.0.8 and 5.1.5. I might see if I can recreate my
database in hsqldb and try that.

Rich

On 10/30/07, Graeme J Sweeney <ib...@gjsweeney.com> wrote:
>
> On Tue, 30 Oct 2007, Rich Midwinter wrote:
>
> > This has worked previously, I wouldn't have changed the jar since but
> MySQL
> > could have been updated. My code's definitely changed since - I haven't
> > committed it to version control yet though. :-s
>
> It could be a bug introduced in 5.0.45 ....
>
> Usual advice would be to test the query outside iBatis with the existing
> JDBC driver.
>
> I'd try 5.0.8 or 5.1.5 at a push.
>
> --
> Graeme -
>

Re: Ibatis freezing on insert

Posted by Larry Meadors <lm...@apache.org>.
The reason I ask is that sometimes when you cut out all of the other
tools and frameworks, it can help isolate where the problem is
located.

Besides iBATIS and MySQL, what else is involved?

Larry

On 11/2/07, Rich Midwinter <ri...@gmail.com> wrote:
> No, I'll try and put one together sometime soon. I've tried it with hsqldb
> now and that worked fine.
>
> Rich
>
>
> On 11/2/07, Larry Meadors < lmeadors@apache.org> wrote:
> > Do you have a simple unit test that reproduces this?
> >
> > Larry
> >
> >
> > On 11/1/07, Rich Midwinter <ri...@gmail.com> wrote:
> > > I get the same issue with 5.0.8 and 5.1.5. I might see if I can recreate
> my
> > > database in hsqldb and try that.
> > >
> > > Rich
> > >
> > > On 10/30/07, Graeme J Sweeney < ibatis.user@gjsweeney.com> wrote:
> > > > On Tue, 30 Oct 2007, Rich Midwinter wrote:
> > > >
> > > > > This has worked previously, I wouldn't have changed the jar since
> but
> > > MySQL
> > > > > could have been updated. My code's definitely changed since - I
> haven't
> > > > > committed it to version control yet though. :-s
> > > >
> > > > It could be a bug introduced in 5.0.45 ....
> > > >
> > > > Usual advice would be to test the query outside iBatis with the
> existing
> > > > JDBC driver.
> > > >
> > > > I'd try 5.0.8 or 5.1.5 at a push.
> > > >
> > > > --
> > > > Graeme -
> > > >
> > >
> > >
> >
>
>

Re: Ibatis freezing on insert

Posted by Rich Midwinter <ri...@gmail.com>.
No, I'll try and put one together sometime soon. I've tried it with hsqldb
now and that worked fine.

Rich

On 11/2/07, Larry Meadors <lm...@apache.org> wrote:
>
> Do you have a simple unit test that reproduces this?
>
> Larry
>
>
> On 11/1/07, Rich Midwinter <ri...@gmail.com> wrote:
> > I get the same issue with 5.0.8 and 5.1.5. I might see if I can recreate
> my
> > database in hsqldb and try that.
> >
> > Rich
> >
> > On 10/30/07, Graeme J Sweeney < ibatis.user@gjsweeney.com> wrote:
> > > On Tue, 30 Oct 2007, Rich Midwinter wrote:
> > >
> > > > This has worked previously, I wouldn't have changed the jar since
> but
> > MySQL
> > > > could have been updated. My code's definitely changed since - I
> haven't
> > > > committed it to version control yet though. :-s
> > >
> > > It could be a bug introduced in 5.0.45 ....
> > >
> > > Usual advice would be to test the query outside iBatis with the
> existing
> > > JDBC driver.
> > >
> > > I'd try 5.0.8 or 5.1.5 at a push.
> > >
> > > --
> > > Graeme -
> > >
> >
> >
>

Re: Ibatis freezing on insert

Posted by Larry Meadors <lm...@apache.org>.
Do you have a simple unit test that reproduces this?

Larry


On 11/1/07, Rich Midwinter <ri...@gmail.com> wrote:
> I get the same issue with 5.0.8 and 5.1.5. I might see if I can recreate my
> database in hsqldb and try that.
>
> Rich
>
> On 10/30/07, Graeme J Sweeney < ibatis.user@gjsweeney.com> wrote:
> > On Tue, 30 Oct 2007, Rich Midwinter wrote:
> >
> > > This has worked previously, I wouldn't have changed the jar since but
> MySQL
> > > could have been updated. My code's definitely changed since - I haven't
> > > committed it to version control yet though. :-s
> >
> > It could be a bug introduced in 5.0.45 ....
> >
> > Usual advice would be to test the query outside iBatis with the existing
> > JDBC driver.
> >
> > I'd try 5.0.8 or 5.1.5 at a push.
> >
> > --
> > Graeme -
> >
>
>