anonymous wrote : Not correct: I only replicate at the end of a TX. | You're right sorry, i just double checked again, although it is readable from the local instance outside of the transaction.
anonymous wrote : What do you mean ? The super class MBeanSupport initializes the logger, looks correct to me. It does, but only if you are using it inside of JBoss. This is an issue though if used in another Application Server - only workaround for me was to declare a Logger inside TreeCache.java. anonymous wrote : Does it work with my changes ? I had a chance only to test it with OC4J and JBoss (cvs jboss-head) so far and it works. anonymous wrote : How do you arrive at this one ? it happens on a put(String,String,Vector) and only during the 'startup phase'. I use a maybe odd concept here: Whenever the coordinator receives a view-change from jgroups he issues a (rpc) method call via jgroups to all members in the cluster. The members answer using a callback to tell the coordinator what kind of node they are. This information is saved in a node in the cache from the coordinator and here is where the exception occurs. It seems to happen only when the coordinator is starting up, not upon joining of new members - which makes me think that the cache is not really completely initialized. I had no time to dig through the sources since the interceptor concept you're using is new to me and seems to be committed to cvs just recently. -markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842171#3842171 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842171 ------------------------------------------------------- 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
