[ http://issues.apache.org/jira/browse/JCR-237?page=all ] Tobias Strasser closed JCR-237: -------------------------------
> Item.isNew() does not work correctly within a transaction > --------------------------------------------------------- > > Key: JCR-237 > URL: http://issues.apache.org/jira/browse/JCR-237 > Project: Jackrabbit > Type: Bug > Environment: r293331 > Reporter: Tobias Strasser > Assignee: Tobias Strasser > Fix For: 1.0 > > javadoc on Item.isNew() states: > * Returns <code>true</code> if this is a new item, meaning that it > exists only in transient > * storage on the <code>Session</code> and has not yet been saved. Within > a transaction, > * <code>isNew</code> on an <code>Item</code> may return > <code>false</code> (because the item > * has been saved) even if that <code>Item</code> is not in persistent > storage (because the > * transaction has not yet been committed). > but currently, Item.isNew() returns "true" after beeing saved in a > transaction. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
