Brandon Goodin wrote:
Hmmm, only if I could still get hold of the 'real' connection and not the proxy that IBatis returns (I guess so the IBatis developer dosnt have to worry about closing it correctly). But the fact that they'res more than one way to configure the datasources strongly suggests I'm barking up the wrong tree with the bugs in SimpleDataSource.. if the user configures a different datasource the same problem will re-occur. Guess there's just too much Oracle in this equation.. I'll have to drop IBatis from this project. Shame (and a lot of back-pedalling on my account).I thought Oracle has a pooled connection datasource. Would it be possible to use oracle's datasource via JNDI? I would think that their implementation would provide what you need.
Brandon
- Richard