Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
OpenCMIS 0.7.0
-
None
Description
I have JCR repository backed by file system. ID of node looks like "/folder/folder/file1.txt". The JcrRepository.getJcrNode parses this ID incorrectly.
Since JcrRepository is not open for extensions I have to fix this in a hacky way.
See in attached project:
JcrServiceFactoryDecorator.java
JcrRepositoryDecorator.java