Re: testcase for logging switched on and off

2005-06-22 Thread Clinton Begin
You'd probably be better off just writing better unit tests (or any) for the connection log proxy stuff.  Thanks for the contribution by the way.  If you want to make it part of the official release, we'll need you to submit a CLA with Apache. Cheers, ClintonOn 6/22/05, Sven Boden <[EMAIL PROTE

Re: Serialization issue due to lazy-loading

2005-06-22 Thread Clinton Begin
Yes, finer grained control would be a great thing.   I don't believe there's a JIRA request for it yet. Could you please create one Stephane? ClintonOn 6/21/05, Stephane Bailliez <[EMAIL PROTECTED]> wrote: I came across a slightly annoying issue a couple of minutes ago withiBatis/cglib.For insta

Re: [jira] Commented: (IBATISNET-77) Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files

2005-06-22 Thread Ron Grabowski
Its still an issue. I tried all the wizardry I know to get it to work but I couldn't :( --- Larry Meadors <[EMAIL PROTECTED]> wrote: > Is this still an issue, or did I miss something to fix it? > > Larry > > > On 6/10/05, Roberto R <[EMAIL PROTECTED]> wrote: > > That's I got too when I tried a

Re: [jira] Commented: (IBATISNET-77) Allow Intellisense in Visual Studio 2003 for SqlMap/Dao.config/SqlMap.config files

2005-06-22 Thread Larry Meadors
Is this still an issue, or did I miss something to fix it? Larry On 6/10/05, Roberto R <[EMAIL PROTECTED]> wrote: > That's I got too when I tried a few days ago! :-( > > Roberto > > > On 6/10/05, Larry Meadors <[EMAIL PROTECTED]> wrote: > > I get this error when i try to run my app after m

testcase for logging switched on and off

2005-06-22 Thread Sven Boden
Is there a preferred way of making testcases for iBatis for things that go wrong between using iBatis with and without logging. Or is the procedure to just run iBatis unit testcases with and without logging? I'm giving it a try to make a unit test case for jira IBATIS-152/149. Regards, Sven Bode

[jira] Commented: (IBATIS-158) After running for a couple of days handles are being returned to the pool???

2005-06-22 Thread Sven Boden (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-158?page=comments#action_12314206 ] Sven Boden commented on IBATIS-158: --- Which SQL statement do you use for "Pool.PingQuery" in the DataSource/ConnectionPool properties? And if possible could you attach that