Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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