You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Dürig (JIRA)" <ji...@apache.org> on 2010/01/11 18:32:54 UTC

[jira] Updated: (JCR-2462) IllegalStateException on session#save()

     [ https://issues.apache.org/jira/browse/JCR-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Dürig updated JCR-2462:
-------------------------------

    Component/s: jackrabbit-jcr2spi

> IllegalStateException on session#save()
> ---------------------------------------
>
>                 Key: JCR-2462
>                 URL: https://issues.apache.org/jira/browse/JCR-2462
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-jcr2spi
>    Affects Versions: 2.0-beta5
>            Reporter: Michael Dürig
>
> The following code throws an IllegalStateException:
> Node node = ...
> Session session = node.getSession();
> node.setProperty( "tags", "test1");
> node.setProperty( "tags", "test2");
> node.remove();
> session.save();

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.