[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-842) Optimistic Locking improvements - validation on read-only transactions
Manik Surtani (JIRA)
jira-events at jboss.com
Sat Nov 11 13:40:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBCACHE-842?page=all ]
Manik Surtani closed JBCACHE-842.
---------------------------------
Resolution: Done
> Optimistic Locking improvements - validation on read-only transactions
> ----------------------------------------------------------------------
>
> Key: JBCACHE-842
> URL: http://jira.jboss.com/jira/browse/JBCACHE-842
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Affects Versions: 1.4.0.SP1
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Fix For: 1.4.1.GA, 2.0.0.GA
>
>
> Don't bother validating workspace nodes at commit time if none of the nodes have been modified in the tx. Throws unnecessary exceptions.
> E.g.:
> Transaction A reads object 1
> Transaction B modifies object 1
> Transaction B commits
> Transaction A commits
> Will throw an exception, which is probably not desired.
--
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