Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0-beta5
-
None
Description
The following code throws an IllegalStateException:
Node node = ...
Session session = node.getSession();
node.setProperty( "tags", "test1");
node.setProperty( "tags", "test2");
node.remove();
session.save();