Community
Participate
Working Groups
WLS has a GridLink DataSource feature for supporting Oracle RAC. EclipseLink has partitioning support, this should integrate with GridLink on WLS for data affinity. Oracle also provides data affinity support in UCP DataSource as part of JDBC support, this should also be supported, and is required for GridLink support.
Created attachment 195415 [details] gridlink support
SVN trunk pending commit: Bug#345487 GridLink support https://bugs.eclipse.org/bugs/show_bug.cgi?id=345487 Adds partitioning support for WLS GridLink data affinity. Code review: Andrei (pending) Changes: - Updated HashPartitioning to hash correctly using % not &. - Convert partitioning partition name to an index without requiring it be an integer string value. - Change huge cache performance tests to not take so long. - Cleaned up some code in ObjectBuilder - Added GridLinkDataPartitioningCallback to support data affinity in GridLink - Added PLSQL and GridLink server test targets - Changed JPA partitioning tests to run in any database, and on WLS
Fixed in 2.3
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink