I'm trying to make IBatis reuse prepared statements if the same DAO is called multiple times in a given transaction.
But considering how IBatis / Spring interact and how IBatis implements the...
Type: Posts; User: Thibaut Fagart; Keyword(s):
I'm trying to make IBatis reuse prepared statements if the same DAO is called multiple times in a given transaction.
But considering how IBatis / Spring interact and how IBatis implements the...
Hi,
I'm currently evaluating IBatis, and struggling to see if it is possible to achieve prepared statements reuse between daos (subclasses of org.springframework.orm.ibatis.SqlMapClientTemplate)...
If anyone is interested, what I did (at least temporarily), and which does want I want is replace the following from org.springframework.jmx.access.MBeanClientInterceptor#retrieveMBeanInfo
for...
Hi,
I'm encountering a problem : I have some MBeans deployed in a remote server (not spring enabled).
These MBeans interfaces expose some methods for which my client do not have the used...