You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Tobias Strasser (JIRA)" <ji...@apache.org> on 2005/10/03 18:16:48 UTC

[jira] Assigned: (JCR-237) Item.isNew() does not work correctly within a transaction

     [ http://issues.apache.org/jira/browse/JCR-237?page=all ]

Tobias Strasser reassigned JCR-237:
-----------------------------------

    Assign To: Tobias Strasser

> 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

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