• How to specify ACLs in Initial Content (ModeShape 4.0.0)

    Hi there,   we are using ModeShape 4.0.0 and like to create some initial content when a workspace / repository is created. We also use ACLs to authorize users on nodes. Our initial content file looks like this: ...
    Profile Photo
    last modified by jkraushaar
  • Detail questions regarding indexes

      If I understand the doc - Query and search - ModeShape 4 - Project Documentation Editor - correctly, it is no problem to define asynchronous and synchronous index at the same time in one indexmanager.   I...
    Profile Photo
    last modified by bes82
  • A literal is not supported in the primary path expression; therefore '1' is not valid

    Dear Modeshape community team,   we figured out following error by using of CMIS queries with Modeshape:   - Create a folder with a literal as name (e.g.: '1') - Create sub-folder in this folder (e.g.: 's...
    Profile Photo
    last modified by vitbit1978
  • Any way to store repository metadata in non-binary form?

    I've managed to store all repository cache data / metadata in an Oracle DB. Now the main part of the data is just stored as a Blob just as I configured it:   <string-keyed-table prefix="stringbased">  ...
    Profile Photo
    last modified by janpetzold
  • how to choice the type of node

        In my worksapce ,I created two nodes ,their name is A and B. I want A reference to B ,but When I delete B, B in A also be removed. I try to use the NodeType of WEAKREFERENCE ,but it dose not work.S...
    Profile Photo
    last modified by a175335
  • Exception: Cannot locate child node within parent jcr:versionStorage

    Dear Modeshape community,   we are on evaluating of Modeshape CMIS interface with JMeter load tests. Our test suite runs for 30 concurrent users (with the rump-up time of 10 seconds) and consist of these steps: ...
    Profile Photo
    last modified by vitbit1978
  • Now for something completely different....

    Instead of asking, blaming, crying and/ or posting bugs in modeshape, I just want to say a big   THANK YOU   to the modeshape team for 4.0;   We included 4.0 into our webapp (jcr based crm based on w...
    Profile Photo
    last modified by kbachl
  • How do I share a node's content using nt:linkedFile type node ?

    I have different nodes under /, one per user in my system. One of them user already uploaded a file and shares it with another user. I want the same jcr:content file to get referred by a node under the another user's ...
    Profile Photo
    last modified by djoshi24
  • Connect to Modeshape on JBoss via JNDI

    I'm trying to connect to a Modeshape 4.0 repo via (remote) JNDI. I'm using Wildfly 8.1 and in the administration console I can see that a JNDI entry for the repos has been set:   I followed the guidelines on h...
    Profile Photo
    last modified by janpetzold
  • How to share a folder using modeshape ?

    A folder may have a hierarchy under it. It may contain file nodes directly under it with other folders also. All the child nodes should be accessed by the node with which it is been shared.
    Profile Photo
    created by djoshi24
  • Error to access contents of older versions via CMIS

    Dear ModeShape community,   we were not able to access contents of older versions by using of CMIS interface (1.1).   Here the sequence of steps our code executes:   1. Connect to CMIS repo 2. Creat...
    Profile Photo
    last modified by vitbit1978
  • Compliance with CMIS specification

    Dear ModeShape community,   we are being in evaluation process of ModeShape and tried to run the Apache Chemistry TCK (test classes, see https://svn.apache.org/repos/asf/chemistry/tck/trunk/chemistry-tck-atompub...
    Profile Photo
    last modified by vitbit1978
  • Change ACL via CMIS

    I set ACLs for nodes via JCR API and it worked directly. Now I'm trying to do the same via CMIS/Chemistry and it does not seem to work at all:   doc foo = Document ... OperationContext operationContext = new Op...
    Profile Photo
    last modified by janpetzold
  • File upload via REST API results in corrupted file

    I'm using the (automatically deployed) REST API for Modeshape in Wildfly 8.1. I can upload plain text documents flawlessly, however when I upload a DOCX or PDF document the file becomes somehow "garbled" and I don't k...
    Profile Photo
    last modified by janpetzold
  • Document hash via CMIS

    I'm now using CMIS to interact with my Modeshape repository. Doing that I automatically want to hash my documents, something that Modeshapoe supports when using the JCR API:   String docHash = ((StoredBinaryValu...
    Profile Photo
    last modified by janpetzold
  • Deployment of Modeshape with CMIS

    Dear Modeshape community users,   I want to deploy my Modeshape in Tomcat and access it through CMIS services. Is it enough to add "modeshape-web-cmis" as dependency? Or do I need to build my WAR as it's done in...
    Profile Photo
    last modified by vitbit1978
  • Modeshape 4 and fuse 6.2

    Good morning, I am trying to use modeshape 4.0.0 in Fuse 6.2 environment. I added the modeshape features in the features.xml. When the feature that contains the modeshape bundles is installed I receive the following e...
    Profile Photo
    last modified by virchete
  • modeshape with mongodb as cache store

    Hello. I would like to use modeshape with infinispan and mongodb as the cache store. I have currently integrated modeshape in my wildfly 8.1 server succesfully in standalone.xml through a series of operations: 1. ...
    Profile Photo
    last modified by robertino129
  • Exception The 'query' field on '' is not defined in the schema

    Hi I receive the following exception when the json modeshape config file is validated   Caused by: javax.jcr.RepositoryException: ERROR: Error at query : The 'query' field on '' is not defined in the schema and ...
    Profile Photo
    last modified by virchete
  • Building a simple Modeshape cluster

    I'm trying to build a cluster with Modeshape 4 and a simple web application deployed on Tomcat. I've read somewhere that Modeshape does not have a classic Master/Slave environment, instead all nodes are "equal", howev...
    Profile Photo
    last modified by janpetzold