[jboss-jira] [JBoss JIRA] Created: (JBAS-4433) Row-locking enhancement for loading bean outside of a transaction

Scott Marlow (JIRA) jira-events at lists.jboss.org
Mon May 21 10:27:52 EDT 2007


Row-locking enhancement for loading bean outside of a transaction
-----------------------------------------------------------------

                 Key: JBAS-4433
                 URL: http://jira.jboss.com/jira/browse/JBAS-4433
             Project: JBoss Application Server
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: EJB2
    Affects Versions: JBossAS-4.2.0.GA, JBossAS-5.0.0.Beta1, JBossAS-4.0.4.GA
            Reporter: Scott Marlow
         Assigned To: Scott Marlow
             Fix For: JBossAS-5.0.0.GA, JBossAS-4.2.1.CR1


JBoss recommends that applications should use transactions (see user forum reference).  However, there are certain types of applications that use "transaction-type=NotSupported" and load data without a transaction.

If the bean is being loaded without a transaction, treat the operation as if row-locking==false.

-- 
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