Uploaded image for project: 'Jackrabbit Content Repository'
  1. Jackrabbit Content Repository
  2. JCR-2462

IllegalStateException on session#save()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 2.0-beta5
    • 2.0-beta6
    • jackrabbit-jcr2spi
    • 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();

      Attachments

        1. JCR-2462.patch
          3 kB
          Michael Dürig

        Activity

          People

            mduerig Michael Dürig
            mduerig Michael Dürig
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: