I am using spring with BoneCP. In my application I want certain calls to DB to be executed in the same transaction but from the getConnection call I am getting always a different connection may be due to the connection pool.
When I use BasicDataSource instead of BoneCP the DB calls are executed in the same transaction.
Any ideas of resolving this issue.
