Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 1.0.0
-
None
-
None
Description
When calling the getObjectOfLatestVersion(boolean major) method of the Document interface a null pointer is thrown. This is because the OperationContext is being set to null. I'm attaching a patch that I think fixes this, as it is modeled after the other methods in this class.