I am experimenting with local interfaces and have become stuck. The JBoss server produces the following warning whenever I call the local interface, anyone got any idea what it means?
[LocalTxConnectionManager$LocalConnectionEventListener] prepare called on a local tx. You are not getting the semantics you expect!
As I have explained repeatedly, it means you have a tx that the tx manager thinks has more than one resource manager (db or jms adapter or...) and one of them is not xa. Failure during commit can leave you with inconsistent results.