[jboss-cvs] JBossAS SVN: r59445 - trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Jan 9 13:38:43 EST 2007


Author: bstansberry at jboss.com
Date: 2007-01-09 13:38:43 -0500 (Tue, 09 Jan 2007)
New Revision: 59445

Modified:
   trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatefulBean.java
Log:
Restore the @CacheConfig annotation

Modified: trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatefulBean.java
===================================================================
--- trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatefulBean.java	2007-01-09 18:02:56 UTC (rev 59444)
+++ trunk/ejb3/src/test/org/jboss/ejb3/test/clusteredsession/StatefulBean.java	2007-01-09 18:38:43 UTC (rev 59445)
@@ -35,7 +35,7 @@
  */
 @Stateful(name="testStateful")
 @Clustered
-//@CacheConfig(maxSize=1000, idleTimeoutSeconds=3)   // this will get evicted the second time eviction thread wakes up
+ at CacheConfig(maxSize=1000, idleTimeoutSeconds=3)   // this will get evicted the second time eviction thread wakes up
 @Remote(StatefulRemote.class)
 public class StatefulBean extends NonAnnotationStatefulBean
 {   




More information about the jboss-cvs-commits mailing list