I am trying to use the BundleDbPersistenceManager in an J2EE environment with Datasource lookup.
But it cannot work because Jackrabbit calls setAutoCommit(true) on the Connection. And our app server (Oracle 10g) does not allow calls to setAutoCommit. >From the source code I can see that it calls setAutoCommit(false) before storing, so why does it call setAutoCommit(true) ??? It will probably fail on the commit call also, since the commit should be handled by the TransactionManager in J2EE. Jarle B. Hjortland Chief Architect Products Corena Norge AS -- View this message in context: http://www.nabble.com/Why-does-jackrabbit-call-setAutoCommit%28true%29-tp15086939p15086939.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
