I'm trying to setup iBatis to use boneCP for my JDBC. I haven't tried changing my code yet I'm just curious how I would need to go about doing it.
I haven't seen any good guides on how to setup iBatis with an external JDBC.
From what I have figured out: The sqlConfig xml needs to be changed. The transactionManager type needs to be changed, and maybe something with properties.
Has anyone done this? or something similar with c3p0?