synchronoss / cpo-api

Class Persistence Object (CPO) Application Programming Interface (API).
GNU Lesser General Public License v2.1
3 stars 3 forks source link

JTA Support #8

Closed berryware closed 8 years ago

berryware commented 10 years ago

CPO is being used with more and more third-party library (schedulers, workflow, etc). These libraries use their own persistence mechanism for their data. They also support JTA, which allows the persistence of their data to take part in a larger transaction. Needs to also take part in JTA.

berryware commented 8 years ago

This has been completed.