new log (logs_0312.zip) attached along with the standalone.xml, logging.properties, the stdout/err from the JBoss server and the MDB's source file which has the @annotated activation config
This will be a different MDB than before, same basic function, just simplified so I can work outside our test framework.
1) RA deployed and configured in JBoss (as before)
2) RA-backed MDB deployed to JBoss. MDB is XA enabled, it receives a message then sends an outbound response (Container Managed Txn).
3) A WebLogic client enqueues 3 messages to the inbound queue (this is done on the WebLogic side, no RA or JBoss).
4) MDB should consume the 3 messages and send a response message for each but fails.
You can jump to the failure in the server.log by searcing it for "ERROR".
!