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.