AFAIK, every container has its own instances of interceptors. Why not 
introducing an attribute in your interceptor which you can use for 
synchronisation?
I would rather think about not using synchronisation blocks by myself but using 
the oswego tools, which even come with jboss (concurrent.jar). The reentrant 
lock could be helpful for solving your problem:
http://dsd.lbl.gov/~hoschek/javatree/share/misc/concurrent-1.3.2/doc/edu/oswego/cs/dl/util/concurrent/ReentrantLock.html

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

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


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to