IllegalStateException on session#save()
---------------------------------------
Key: JCR-2462
URL: https://issues.apache.org/jira/browse/JCR-2462
Project: Jackrabbit Content Repository
Issue Type: Bug
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.