[jboss-cvs] JBossCache/src/org/jboss/cache ...
Vladmir Blagojevic
vladimir.blagojevic at jboss.com
Thu Sep 21 11:09:44 EDT 2006
User: vblagojevic
Date: 06/09/21 11:09:44
Modified: src/org/jboss/cache TreeCache.java
Log:
jgroups 2.4 deprecates GET_STATE_EVENT channel option (eliminate warnings created)
Revision Changes Path
1.248 +1 -2 JBossCache/src/org/jboss/cache/TreeCache.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: TreeCache.java
===================================================================
RCS file: /cvsroot/jboss/JBossCache/src/org/jboss/cache/TreeCache.java,v
retrieving revision 1.247
retrieving revision 1.248
diff -u -b -r1.247 -r1.248
--- TreeCache.java 16 Sep 2006 00:23:35 -0000 1.247
+++ TreeCache.java 21 Sep 2006 15:09:44 -0000 1.248
@@ -93,7 +93,7 @@
* @author <a href="mailto:manik at jboss.org">Manik Surtani (manik at jboss.org)</a>
* @author Brian Stansberry
* @author Daniel Huang (dhuang at jboss.org)
- * @version $Id: TreeCache.java,v 1.247 2006/09/16 00:23:35 msurtani Exp $
+ * @version $Id: TreeCache.java,v 1.248 2006/09/21 15:09:44 vblagojevic Exp $
* <p/>
* @see <a href="http://labs.jboss.com/portal/jbosscache/docs">JBossCache doc</a>
*/
@@ -658,7 +658,6 @@
log.debug("setting cluster properties to default value");
}
channel = new JChannel(configuration.getClusterConfig());
- channel.setOpt(Channel.GET_STATE_EVENTS, true);
if (log.isTraceEnabled())
{
log.trace("cache properties: " + configuration.getClusterConfig());
More information about the jboss-cvs-commits
mailing list