This allows the Client and server application to just use the JTA APIs, whilst having the distribution done over WS-AT or REST-AT.
To do this we need to:
- Remove @Transactional annotation. We then need to use some other mechanism to support the (optional) WS-AT participants that want to use annotations.
- Client side JTA->REST-AT bridge. Needs implementing.
- Server side REST-AT->JTA bridge. Needs integrating into code base.
- Update the TXBridge quickstarts to use this and move them out.