You're welcome.

It took me some time to verify due to a deployment issue of my app on JBoss, but i can 
confirm now that it is working in the current jboss-head.
There is one issue though: The moment you modify a node during a transaction it is 
replicated across all members of the cluster. 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.
Oh and pretty pretty please initialize the logger correctly in TreeCache.java - helps 
a lot with debugging spam ;)

About the errors you mentioned - the sources were written for JDK 1.5 where you have a 
different interface for method.invoke().

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)

-markus


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842040#3842040

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842040


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to