Index: appserv-core/src/java/com/sun/ejb/containers/EntityContainer.java =================================================================== RCS file: /cvs/glassfish/appserv-core/src/java/com/sun/ejb/containers/EntityContainer.java,v retrieving revision 1.3 diff -u -r1.3 EntityContainer.java --- appserv-core/src/java/com/sun/ejb/containers/EntityContainer.java 30 Jun 2005 20:40:36 -0000 1.3 +++ appserv-core/src/java/com/sun/ejb/containers/EntityContainer.java 15 Jul 2005 03:06:36 -0000 @@ -2159,7 +2159,7 @@ } - private class CacheProperties { + protected class CacheProperties { int maxCacheSize ; int numberOfVictimsToSelect ;