[jboss-cvs] JBossAS SVN: r60432 - branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Feb 8 13:30:54 EST 2007
Author: bstansberry at jboss.com
Date: 2007-02-08 13:30:53 -0500 (Thu, 08 Feb 2007)
New Revision: 60432
Modified:
branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/ShoppingCartBean.java
Log:
Use the correct CacheConfig
Modified: branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/ShoppingCartBean.java
===================================================================
--- branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/ShoppingCartBean.java 2007-02-08 18:30:15 UTC (rev 60431)
+++ branches/Branch_4_2/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/ShoppingCartBean.java 2007-02-08 18:30:53 UTC (rev 60432)
@@ -34,7 +34,7 @@
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.PersistenceContextType;
-import org.jboss.annotation.ejb.cache.simple.CacheConfig;
+import org.jboss.annotation.ejb.cache.tree.CacheConfig;
import org.jboss.annotation.ejb.Clustered;
/**
More information about the jboss-cvs-commits
mailing list