Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [eclipselink-dev] Transaction details

Actually, there are a few issues with the patch.  The class names as they appear in this patch will require JPA users to fully qualify the EclipseLink classes when using them.  The Exception messages are cryptic and are not internationalized.  EntityManagerFactoryProvider should no longer be the public provider as we already have the PersistenceProvider class.  Guy has updated the names allowing a simple import statement to be leveraged and has updated the exceptions as well.  Guy has already updated the code resolving these issues but there seems to be a severe delay with the dev mailing list broadcasting the announcement.  
There should be another patch for review sometime today.

--Gordon

-----Original Message-----
From: eclipselink-dev-bounces@xxxxxxxxxxx
[mailto:eclipselink-dev-bounces@xxxxxxxxxxx]On Behalf Of Michael Norman
Sent: Thursday, October 04, 2007 8:45 AM
To: eclipselink-dev@xxxxxxxxxxx
Subject: Re: [eclipselink-dev] Transaction details



Appears to be straight-forward refactoring, +1 from me


Guy Pelletier wrote:
>
> The attached eclipse patches outline some jpa packaging changes that are
> to be submitted. The changes arose from an Oracle internal bug (6059714).
>
> Since there are no actual code changes, no new tests have been added and
> existing tests continue to pass.
>
> Upon review it will be submitted. If you have any questions or concerns
> please let me know.
>
> Cheers,
> Guy
>
> [MWN - many lines deleted]
>
>

--
View this message in context: http://www.nabble.com/Transaction-details-tf4565697.html#a13039081
Sent from the EclipseLink - Dev mailing list archive at Nabble.com.

_______________________________________________
eclipselink-dev mailing list
eclipselink-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-dev



Back to the top