[jboss-jira] [JBoss JIRA] Created: (JBAS-4445) ENC binding for TransactionSynchronizationRegistry

Scott M Stark (JIRA) jira-events at lists.jboss.org
Fri May 25 15:38:30 EDT 2007


ENC binding for TransactionSynchronizationRegistry
--------------------------------------------------

                 Key: JBAS-4445
                 URL: http://jira.jboss.com/jira/browse/JBAS-4445
             Project: JBoss Application Server
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: EJB2, EJB3, JB5-Transaction Manager, Web (Tomcat) service
    Affects Versions: JBossAS-5.0.0.Beta2
            Reporter: Scott M Stark
         Assigned To: Scott M Stark
             Fix For:  JBossAS-5.0.0.Beta3


Need to add a java:comp/TransactionSynchronizationRegistry binding to the server javax.transaction.TransactionSynchronizationRegistry

This interface is intended for use by system level application server components such as persistence managers, resource adapters, as well as EJB and Web application components. This provides the ability to register synchronization objects with special ordering semantics, associate resource objects with the current transaction, get the transaction context of the current transaction, get current transaction status, and mark the current transaction for rollback. This interface is implemented by the application server by a stateless service object. The same object can be used by any number of components with thread safety.

In standard application server environments, an instance implementing this interface can be looked up by a standard name via JNDI.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list