Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] Proposed patch for bug 245548 -- 17 tests in EntityManagerJUnitTestSuite failed on WebSphere

Checked in 1.0 branch as well.
-----Original Message-----
From: EDWIN.TANG@xxxxxxxxxx
Sent: September 9, 2008 10:04 AM
To: Dev mailing list for Eclipse Persistence Services
Subject: RE: [eclipselink-dev] Proposed patch for bug 245548 -- 17 tests in EntityManagerJUnitTestSuite failed on WebSphere

I have checked the patch into 1.1 on Yiping's behalf.
 
Code reviewed by: James Sutherland
-----Original Message-----
From: YIPING.ZHAO@xxxxxxxxxx
Sent: September 8, 2008 4:11 PM
To: Eclipselink-Dev (E-mail)
Subject: [eclipselink-dev] Proposed patch for bug 245548 -- 17 tests in EntityManagerJUnitTestSuite failed on WebSphere

A patch for the bug is available for review:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=245548

Change Summary:
- Move query's definition after beginTransaction() in internalTestReadTransactionIsolation() and testFindDeleteAllPersist() in EntityManagerJUnitTestSuite.java (fieldaccess-advanced model)

Back to the top