[
https://issues.apache.org/jira/browse/JCR-2462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Dürig updated JCR-2462:
-------------------------------
Attachment: JCR-2462.patch
Proposed patch. Includes regression test
> 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
> Attachments: JCR-2462.patch
>
>
> 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.