Is there a plan to make Commons-Transaction compliant with JTA (Java Transaction API) ?
It would be great to get it.
For exemple, in case of a web file upload, we could make one transaction for tose 2 operations :
1) writing metadata in database (title,description...),
2) writing the file on the filesystem.