Re: IBatis 3 Exceptions

2009-12-04 Thread Clinton Begin
I have done things like retry logic and/or switching to a different database in a cluster -- but at all costs I try to do that at the driver level (with a driver proxy class), rather than in the business logic. But even if I did it in the business logic, while I might catch the exception for the r

Re: IBatis 3 Exceptions

2009-12-04 Thread Larry Meadors
Email the server admin? :D Larry On Fri, Dec 4, 2009 at 10:27 AM, Rick.Wellman wrote: > Agreed on both points below… but am curious to the community at large… has > anyone come up with something useful to do on a database exception other > than apologize to the user?  This might be a good forum

RE: IBatis 3 Exceptions

2009-12-04 Thread Rick . Wellman
Agreed on both points below... but am curious to the community at large... has anyone come up with something useful to do on a database exception other than apologize to the user? This might be a good forum to share. From: Clinton Begin [mailto:clinton.be...@gmail.com] Sent: Thursday, Decembe

Re: null pointer exception when setting @Options(useCache = false)

2009-12-04 Thread Clinton Begin
This is a bug that's fixed in the next version. Unfortunately it sets the keygenerator to null instead of a NoKeyGenerator instance. On Thu, Dec 3, 2009 at 9:33 PM, -dk- wrote: > > Hi All. > I'm using iBatis 3 beta 5 for Java 6 with ojdbc6.jar (Oracle 11g). > > I got working simple mapper like

Re: NoSuchMethodError in iBatis with applet

2009-12-04 Thread patrickos
Hi Thanks for your replies. I didn't solve that problem but I found another solution. I created a runnable jar instead of an applet and the application now runs as a Desktop application. It is only meant for internal use anyway. Thanks again P. Guy Rouillier-2 wrote: > > patrickos wrote: >