[jboss-cvs] jboss-seam/src/main/org/jboss/seam/core ...
Norman Richards
norman.richards at jboss.com
Sat Jan 20 00:17:41 EST 2007
User: nrichards
Date: 07/01/20 00:17:41
Modified: src/main/org/jboss/seam/core PojoCache.java
Log:
JBSEAM-663: fix pojocache redeployment bug
Revision Changes Path
1.8 +2 -1 jboss-seam/src/main/org/jboss/seam/core/PojoCache.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: PojoCache.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/core/PojoCache.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- PojoCache.java 16 Dec 2006 02:58:10 -0000 1.7
+++ PojoCache.java 20 Jan 2007 05:17:41 -0000 1.8
@@ -1,4 +1,4 @@
-//$Id: PojoCache.java,v 1.7 2006/12/16 02:58:10 nrichards Exp $
+//$Id: PojoCache.java,v 1.8 2007/01/20 05:17:41 nrichards Exp $
package org.jboss.seam.core;
import static org.jboss.seam.annotations.Install.BUILT_IN;
@@ -36,6 +36,7 @@
log.debug("starting JBoss Cache");
cache = new org.jboss.cache.aop.PojoCache();
new PropertyConfigurator().configure(cache, cfgResourceName);
+ cache.create();
cache.start();
}
More information about the jboss-cvs-commits
mailing list