Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Invalid
-
OpenCMIS 0.6.0
-
None
-
None
Description
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.