We are migrating are apps from WAS 8.5.5
+ JPA 2.0
+ Hibernate
to WAS v9.0
(ND + liberty) + JPA v2.1
and the eclipselink
bundled implementation
Q:
How to configure the second level cache with WAS v9.0
(and also for Liberty v16.0.0.4
) when using the default bundled JPA 2.1 implementation (ie eclipselink
) ?
Also how to replicate it to other cluster members (maybe with distributedmap
?)
The only doc I found in the WAS v9.0
knowledge center is about JPA 2.0
and openjpa
: Dynamic cache provider for the JPA 2.0 second level cache