[jboss-cvs] JBossAS SVN: r59563 - trunk/ejb3/src/main/org/jboss/ejb3/entity.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Jan 11 21:36:18 EST 2007
Author: bstansberry at jboss.com
Date: 2007-01-11 21:36:17 -0500 (Thu, 11 Jan 2007)
New Revision: 59563
Modified:
trunk/ejb3/src/main/org/jboss/ejb3/entity/OptimisticJBCCache.java
Log:
Move to JBoss Cache Alpha2
Modified: trunk/ejb3/src/main/org/jboss/ejb3/entity/OptimisticJBCCache.java
===================================================================
--- trunk/ejb3/src/main/org/jboss/ejb3/entity/OptimisticJBCCache.java 2007-01-12 02:35:27 UTC (rev 59562)
+++ trunk/ejb3/src/main/org/jboss/ejb3/entity/OptimisticJBCCache.java 2007-01-12 02:36:17 UTC (rev 59563)
@@ -313,7 +313,7 @@
private Set getChildrenNames()
{
try {
- Node base = cache.getChild( regionFqn );
+ Node base = cache.getRoot().getChild( regionFqn );
return base == null ? null : base.getChildrenNames();
}
catch (Exception e) {
More information about the jboss-cvs-commits
mailing list