i have analyzed this problem and this is caused by asynchronus transaction rollback. More details in thread: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=118186, When transaction entry is removed in separate thrad, corresponding TransactionEntry couldn't be foundm, so hasBeenRemovedInCurrentTx, has nul first argument and in first line NPE is thrown.
| private boolean hasBeenRemovedInCurrentTx(TransactionEntry te, Fqn f) | { | if (te.getRemovedNodes().contains(f)) return true; | (...) | Jacek Halat View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084366#4084366 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084366 _______________________________________________ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user