JcrDocument.setContentStream() should call getContextNode() to get content node
-------------------------------------------------------------------------------

                 Key: CMIS-438
                 URL: https://issues.apache.org/jira/browse/CMIS-438
             Project: Chemistry
          Issue Type: Bug
            Reporter: Tobias Mattsson
            Priority: Minor


While all other methods in JcrFolder calls getContextNode() to get the content 
node setContentStream() does getNode().getNode(Node.JCR_CONTENT) to find it. 
This makes extending JcrFolder to fit a custom node structure cumbersome.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to