Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-users] autocommit required?

Nothing probably wrong with the pool, but are you using an external transaction manager? If not, this would explain this behavior...


From: eclipselink-users-bounces@xxxxxxxxxxx [mailto:eclipselink-users-bounces@xxxxxxxxxxx] On Behalf Of Carl Hall
Sent: Monday, January 05, 2009 12:56 PM
To: EclipseLink User Discussions
Subject: [eclipselink-users] autocommit required?

I'm using DBCP for my connection pooling and have found that I can't seem to find my entities after loading if I don't set autocommit=true.  If I use an EL internal datasource, this isn't required.  Does the EL datasource have autocommit set to true or am I missing something in my pool setup?

Back to the top