[jira] [Updated] (JCR-4354) VFS (commons-vfs) based FileSystem for VFS backend based Persistence Manager

2018-08-08 Thread Woonsan Ko (JIRA)
[ https://issues.apache.org/jira/browse/JCR-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated JCR-4354: Fix Version/s: 2.17.6 > VFS (commons-vfs) based FileSystem for VFS backend based Persistence Manager >

[jira] [Updated] (JCR-4354) VFS (commons-vfs) based FileSystem for VFS backend based Persistence Manager

2018-08-08 Thread Woonsan Ko (JIRA)
[ https://issues.apache.org/jira/browse/JCR-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Woonsan Ko updated JCR-4354: Labels: PatchAvailable (was: ) > VFS (commons-vfs) based FileSystem for VFS backend based Persistence

[jira] [Updated] (JCR-4354) VFS (commons-vfs) based FileSystem for VFS backend based Persistence Manager

2018-08-08 Thread Julian Reschke (JIRA)
[ https://issues.apache.org/jira/browse/JCR-4354?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julian Reschke updated JCR-4354: Fix Version/s: 2.18 > VFS (commons-vfs) based FileSystem for VFS backend based Persistence Manager >

javax.jcr.version.VersionException: Unable to perform operation. Node is checked-in. at org.apache.jackrabbit.rmi.server.ServerObject.getRepositoryException(ServerObject.java:141)

2018-08-08 Thread yamuna
I have written a piece of java code to update the contents of the jack rabbit repository System.out.println("node.getName()"+node.getName()); if( node.getName().equals("1486135308708")) { InputStream inputStream =

Re: Decide if a composite node store setup expose multiple checkpoint mbeans

2018-08-08 Thread Vikas Saurabh
Hi, sorry for getting back to this a bit late There was an off-list discussion among some core oak commiters which concluded that: * checkpoint bean should only be exposed by global node store (opened OAK-7699 [0] for this) * we should formalize responsibilities of a node store