So is it a bug in TxInterceptor?:
Line 923:
public void afterCompletion(int status)
{
// could happen if a rollback is called and beforeCompletion() doesn't get
called.
if (ctx == null)
{
ctx = invocationContextContainer.get();
setTransactionalContext(tx, gtx, transactionContext, ctx);
if afterCompletion() is called in a different thread than beforeCompletion() was called,
then ctx is not null and invocation context is not initialized
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4257057#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...