Re: Fwd: Dynamically specify the connectionURL in buildDaoManager

2007-04-26 Thread Marc . Heimann
Works very fine for us. In our sql-map.xml we have an entry like and pass in a Property-Object with a key named "url" ("connectionURL" in your case) and the desired connection url that is build at runtime. HTH Marc Heimann Software Engineer Prolifics Deutschland GmbH Notkestr. 3, D-22607

Re: resultMap class=Map need workaround

2007-04-26 Thread Jeff Butler
iBATIS certanly does know that Maps require special handling. However, iBATIS will not do what you're wanting here. This is because iBATIS does not introspect the ResultsetMetaData - which is what would be required in this case. iBATIS only asks for column values out of a resultset that are spe

timeout funcionality for postgres?

2007-04-26 Thread mischa.z
Does anyone know if the timeout funcionality for ibatis > 2.2.0 is supposed work with the postgres jdbc drivers (8.2-505 JDBC 4)? It doesn't work for me and I wonder if it's just a configuration issue. All I did was specifying the global timeout in and in the statement itself . Thanks, Mischa

Re: Problem with SCOPE_IDENTITY() with SQL Server 2005 Express

2007-04-26 Thread Koka Kiknadze
In fact indeed I'm using hacked jar, will look what I changed at weekend and post it On 4/25/07, Jeff Butler <[EMAIL PROTECTED]> wrote: Koka - If you have a patch to contribute, I'd be happy to look at it. Jeff Butler On 4/25/07, Koka Kiknadze <[EMAIL PROTECTED]> wrote: > > Jeff, I've compl

Re: [IBATIS-249] Race conditions in Throttle...

2007-04-26 Thread Koka Kiknadze
IMO Throttling in iBatis depends on configuration - i.e. maxRequests,maxSessions,maxTransactions parameters. So if those parameters are large enough, iBatis will not block you. Think you should encrease those values in the first place. GL