Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Checked in: Fix test case issue in JPA LOB test suite in order to work inside Container

Modify test case to add beginTransaction(em) within "org.eclipse.persistence.testing.tests.jpa.lob.LobJUnitTestCase.testRead" in order to get fetched object out of transaction inside Container, also add "closeEntityManager(em);" for each test.
This test passed on both inside and outside Container now.

Reviewed by Yiping Zhao

Checked in EclipseLink main (2.0), Revision: 4568

- Kevin


Back to the top