Building a webservice call within our datalayer and I need to pass the current XID such that the receiving end of the webservice can participate in our transaction.
We are using JTA, Spring and Hibernate. How does one obtain the XID for the current thread/txManager?