[jira] Updated: (IBATIS-233) If parameter bean does a query in property reader, causes premature return to connection pool

2005-12-12 Thread Jason Erickson (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-233?page=all ] Jason Erickson updated IBATIS-233: -- Attachment: iBATIS Bug.zip I have attached a zip file with an Eclipse project with fairly minimal code to reproduce the bug. It contains all the jar files

[jira] Created: (IBATIS-233) If parameter bean does a query in property reader, causes premature return to connection pool

2005-12-12 Thread Jason Erickson (JIRA)
If parameter bean does a query in property reader, causes premature return to connection pool - Key: IBATIS-233 URL: http://issues.apache.org/jira/browse/IBATIS-233 Project: iBatis f

[jira] Commented: (IBATIS-225) Reuse resultmap for single bean property

2005-12-12 Thread Perry Nguyen (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-225?page=comments#action_12360278 ] Perry Nguyen commented on IBATIS-225: - I, too, have a somewhat related problem. I have interfaces for all of my domain objects, thus, I have something like this contrived

[jira] Commented: (IBATISNET-132) Add examples for using Apache Derby (IBM Cloudscape) provider

2005-12-12 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-132?page=comments#action_12360270 ] Ron Grabowski commented on IBATISNET-132: - According to "Apache Derby - Off to the Races" (IBM Press) the universal db2 driver can be downloaded from: http://ibm

[jira] Created: (IBATISNET-132) Add examples for using Apache Derby (IBM Cloudscape) provider

2005-12-12 Thread Ron Grabowski (JIRA)
Add examples for using Apache Derby (IBM Cloudscape) provider - Key: IBATISNET-132 URL: http://issues.apache.org/jira/browse/IBATISNET-132 Project: iBatis for .NET Type: New Feature Reporter: Ron Grabows

[jira] Commented: (IBATIS-232) String input parameter is not working in web sphere. When the stored procedure accessed through JNDI.

2005-12-12 Thread Sven Boden (JIRA)
[ http://issues.apache.org/jira/browse/IBATIS-232?page=comments#action_12360263 ] Sven Boden commented on IBATIS-232: --- Are you executing the iBATIS code on the client side or on the server side? The Oracle driver has some problems when running on the clie

[jira] Created: (IBATIS-232) String input parameter is not working in web sphere. When the stored procedure accessed through JNDI.

2005-12-12 Thread Sathiya Shanmugam (JIRA)
String input parameter is not working in web sphere. When the stored procedure accessed through JNDI. - Key: IBATIS-232 URL: http://issues.apache.org/jira/browse/IBATIS-232 P

[jira] Commented: (IBATISNET-104) QueryForXXX do not check cache before opening/closing connection

2005-12-12 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-104?page=comments#action_12360227 ] Ron Grabowski commented on IBATISNET-104: - CachingStatement's ExecuteQueryForObject method uses this code to generate the appropriate CacheKey to check the cache:

[ABATOR] New Version 0.5.1 Available

2005-12-12 Thread Jeff Butler
This version fixes the "divide by zero" error, and also makes things better for SQL Server.   If you did the Eclipse automatic install, then Eclipse will pick up the new version automatically when you do "Help>Software Updates>Find and Install...", then select the option to "Search for Updates of C

[jira] Commented: (IBATISNET-104) QueryForXXX do not check cache before opening/closing connection

2005-12-12 Thread Ron Grabowski (JIRA)
[ http://issues.apache.org/jira/browse/IBATISNET-104?page=comments#action_12360222 ] Ron Grabowski commented on IBATISNET-104: - The offending code is most likely this snippet from SqlMapper.cs: if (session == null) { session = new SqlMapSessio