"mplesser" wrote : | There is one issue though: The moment you modify a node during a transaction it is replicated across all members of the cluster. | Not correct: I only replicate at the end of a TX.
anonymous wrote : | Once you roll it back the 'original' state is correctly restored but if you rely on a TreeCacheListener you do receive 'nodeModified()' events which in my opinion you should not before the transaction is commited. | You're right. This is on the todo list. anonymous wrote : | Oh and pretty pretty please initialize the logger correctly in TreeCache.java - helps a lot with debugging spam ;) | What do you mean ? The super class MBeanSupport initializes the logger, looks correct to me. anonymous wrote : | About the errors you mentioned - the sources were written for JDK 1.5 where you have a different interface for method.invoke(). | Does it work with my changes ? anonymous wrote : | And there still seems to be a bug in TreeCache where i get a NullPointerException on a code that works fine with the 'production' release: | java.lang.NullPointerException | at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3080) | at org.jboss.cache.TreeCache.put(TreeCache.java:1649) | at org.jboss.cache.TreeCache.put(TreeCache.java:1632) | | How do you arrive at this one ? Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842126#3842126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842126 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
