Community
Participate
Working Groups
Create an EclipseLink java Entity with cache size set: @Entity @Cacheable @Cache(size=22) public class Address { } In the eclipselink-orm.xml file add the Address entity and view the Caching section.You will see the default size is 22, which is correct. Now select the 'Metadata Complete' check box and notice that the default size does not change to 100. All the other caching settings (if set in the java) change correctly to the default. This is a UI issue, if you select the size combo you will see Default(100) in the combo itself.