I just realized
http://jira.jboss.org/jira/browse/JBMESSAGING-410 was rejected. I thought
it was fixed.
I opened a new issue
http://jira.jboss.org/jira/browse/JBMESSAGING-946 linking both of
them.
I'm committing a proposed fix. Basically I'm doing this test within
SessionAspect:
public Object handleSend(Invocation invocation) throws Throwable
| {
| SessionState state = getState(invocation);
| Object txID = state.getCurrentTxId();
|
| if (state.isXA() && !(txID instanceof LocalTx) || (!state.isXA()
&& state.isTransacted()))
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4040419#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...