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 time when it creates connection and persist the object.
Is there any setting I need to modify to enhance the overall performance? Thanks in advance Dereje