"mplesser" wrote : anonymous wrote : 
  |   | You're right sorry, i just double checked again, although it is readable from 
the local instance outside of the transaction.
  |   | 
  | 
  | By other threads ? No, they are blocked unless the isolation level is NONE or 
READ_UNCOMMITTED (we use r/w locks here)
  | 
  | anonymous wrote : 
  |   | 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.
  |   | 
  | 
  | I'll fix this
  | 
  | anonymous wrote : 
  |   | I had a chance only to test it with OC4J and JBoss (cvs jboss-head) so far and 
it works.
  |   | 
  | 
  | Thanks
  | 
  | anonymous wrote : 
  |   | 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.
  |   | 
  | 
  | I hope you don't use a synchronous group RPC out of the viewChange() callback. 
This might lead to a distributed deadlock. viewChange() actions are supposed to be 
short-lived, or have to run in  a separate thread.
  | 
  | Yes, this could be an initialization issue - apparently the interceptor chain has 
not yet been fully initialized.
  | 
  | 

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

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


-------------------------------------------------------
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

Reply via email to