You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2013/10/06 19:10:41 UTC

[jira] [Commented] (OFBIZ-5215) GenericDelegator rollback can fail when optimistic locking is enabled

    [ https://issues.apache.org/jira/browse/OFBIZ-5215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13787686#comment-13787686 ] 

Jacques Le Roux commented on OFBIZ-5215:
----------------------------------------

Hi Joe,

This is only in test context, right?

> GenericDelegator rollback can fail when optimistic locking is enabled
> ---------------------------------------------------------------------
>
>                 Key: OFBIZ-5215
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-5215
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Joe Eckard
>
> If an entity uses optimistic (timestamp) locking, then when rollback() attempts to revert an UPDATE test operation an EntityLockedException is thrown (because it calls store() on the original value which has old timestamps).
> Proposed fix: disable the locking with modelEntity.setDoLock(false)? I'm not sure if we need to re-enable it afterwards of if it is ok at this point to leave it disabled.



--
This message was sent by Atlassian JIRA
(v6.1#6144)