Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-dev] SVN trunk pending commit: bug#356812 - initial database change event support

If you are seeing issues with the compilation of org.eclipse.persistence.oracle after this check-in, please do the following:

1. Update your view (check-in at 9:25 am this morning)
2. Update the JDBC driver in your oracle.libs directory to a recent Oracle 11 driver. (This is likely in <EclipseInstall>/dropins

-Tom

James Sutherland wrote:
SVN trunk pending commit: bug#356812 - initial database change event support

https://bugs.eclipse.org/bugs/show_bug.cgi?id=356812

See,

http://wiki.eclipse.org/EclipseLink/DesignDocs/356812

Changes:

- Added persistence20 jar to Oracle test component build (was persistence10)

- Added dcn model and tests for Oracle DCN to Oracle JPA test model, (require grant of CHANGE NOTIFICATION privilege to database user)

- Added support for CacheIndex to be updatable or insertable.

- Changed cache indexes to be stored in a Map in CachePolicy.

- Changed ObjectBuilder to always pass the change set to merge events.

- Added creatable option to DatabaseField.

- Added support for FunctionFields.

- Added transactionId to CacheKey

- Added database event listener to DatabaseSession.

- Added DatabaseEventNotificationListener interface

- Added OracleChangeNotificationListener to Oracle component

- Change Oracle9Platform to return ROWIDs as String.

Code review: Andrei (pending)


------------------------------------------------------------------------

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


Back to the top