Re: [Feature request] add one more parameter to execute sql method

2008-08-05 Thread Clinton Begin
Insert a proxy SqlMapClient implementation that does the wrapping for you. Cheers, Clinton On Wed, Aug 6, 2008 at 12:09 AM, Jiming Liu <[EMAIL PROTECTED]> wrote: > Hi Clinton, > > I have been thinking about defined a sharding architecture for a while by > using iBatis. And I found if iBatis core

[Feature request] add one more parameter to execute sql method

2008-08-05 Thread Jiming Liu
Hi Clinton, I have been thinking about defined a sharding architecture for a while by using iBatis. And I found if iBatis core lib could add some serveral more methods, it would be more helpful. As following, Object insert(String statementName, Object parameterObject, Object sharding) Object

Question(s) about DAO setup - possible Throttle deadlock?

2008-08-05 Thread Brian Parkinson
Hello: Hoping someone can help - I am running into what appears to be a deadlock issue, and starting to investigate, but I thought I'd pop a question or two out to see if anyone can help. 1. Is it bad practice for a Dao implementation to call another? I use Spring to set everything up (see belo

Re: Problem using SelectByExample with TypeHandlerCallback

2008-08-05 Thread Doug Flex
We just started using iBatis, so we don't have a large unit test suite to run yet. But will continue to use it and let you know of our vote of confidence. Thanks Doug - Original Message From: Clinton Begin <[EMAIL PROTECTED]> To: user-java@ibatis.apache.org Sent: Sunday, August 3, 20

strange issue with sqlmapsession

2008-08-05 Thread Jason Kratz
Sorryreposting this in case it got lost in the shuffle over the weekend. Really curious about this SqlMapSession issue. Thanks, Jason On Aug 1, 2008, at 4:01 PM, Jason Kratz wrote: Hi all... I'm using iBATIS with Spring and am having an odd issue that I'm not sure how to resolve.