hi all,
I want to implement commit and rollback for API calls (on non DB).
I want to know how exaclty are commit and rollback being performed in the jboss application server source code(i.e, which classes or methods are performing it) so that I can implement them for non databases.
Can anybody help me in this regard?