IBATIS and OSGI performance issues

2008-12-01 Thread dereje abay
I tried to integrate IBATIS-2.3.4 with OSGI framework. But the performance of my application becomes so slow when it loads the ibatis configuration file. It is taking significant time to load and parse the configuration file (almost 4 minutes). After it loads the configuration, it is also taking ti

Re: passing a list to sqlmap

2007-10-18 Thread dereje abay
Hi Ramy, See the two options below Option1 : remove property attribute from the iterator tag select $[]$ from RSCH Option 2. Pass an object that contains "reportData" as its member variable. Make sure you pass same data type. Dereje On 10/18/07, ramy <[EMAIL PROTEC

IBATIS-459 SQLMAP BUG

2007-10-11 Thread dereje abay
Hi Guys, I am using IBATIS release 2.3.0.67 in my project. I am getting the same bug filed as IBATIS-459. "the second consecutive dynamic select statement is incorrectly using values from the first dynamic select statement" Here is the scenario. < select id=" getRecords" resultClass ="xml" xmlR