• Compile of modeshape 5.3 fails at org.modeshape.jcr.value.binary.MongodbBinaryStoreTest

    I try to compile  modeshape 5.3 and get the following error when I do not disable the tests:     ==> default: Temporary directory for tests: /home/modeshape/modeshape/modeshape-jcr/target ==> de...
    Profile Photo
    last modified by patrick01
  • [modeshape-5.3.0.Final] "Forbidden" access to http://localhost:8080/modeshape-webdav

    I've installed modeshape-5.3.0.Final-jboss-wf-dist.zip in my wildfly-10.1.0.Final bld. I followed the directions here Installing ModeShape into Wildfly - ModeShape 5 - Project Documentation Editor I start the standa...
    Profile Photo
    last modified by rsearls
  • Cannot delete workspace after merge.

    I have two workspaces, one which has been created from the other using session.getWorkspace.createWorkspace(newWorkspace, originalWorkspace). All of my nodes are versionable and most are referenceable.   I've th...
    Profile Photo
    last modified by mfed
  • Native Management API added git connector not available until reload

    Hi,   Setup : Wildfly 10 Modeshape 5.2 with configuration through standalone.xml   I am adding git connectors through the Native Management API. This all works fine except from the part that I need to do...
    Profile Photo
    last modified by pverboom
  • Performance of Creating New Sessions

    We are using ModeShape 4.6.1-Final...   Our application is high read, low write. We actually only write to the repository at most once per day (we use the JCR export/import to move content from a staging environ...
    Profile Photo
    last modified by adam.mccormick
  • Exception when commiting changes with lucene

    Hi,   Randomly in modeshape 4.6.0.Final I get the exception below. I'm not sure if the bug is due to modeshape or Lucene and I can't reproduce it in a unit test to prove it. Since the 5.2.0.Final lot of changes...
    Profile Photo
    last modified by vdepauw
  • DocumentAlreadyExistsException after restore

    Hello.   We have database on ModeShape 3.7. I am trying migrate to 4.6, but after restoring data I have following error: Caused by: org.modeshape.jcr.cache.DocumentAlreadyExistsException: 5d1ebbb317f1e7/jcr:sys...
    Profile Photo
    last modified by khodyrevds
  • [Modeshape 5.2] Query results using residual properties and Lucene indexes

    Hi all,   we're trying to model a repository defining only nodeTypes and not properties or childnode, leaving all to residual definition.   We would like to do so to achieve maximum flexibility in future s...
    Profile Photo
    last modified by l.tagliani
  • DocumentWriter's setParents method

    Hi,   I'm curious about the DocumentWriter.setParents(String... parentIds) method. What is the purpose of setting multiple parent's for a node? Also; if a federated node has multiple parents what is it's effect ...
    Profile Photo
    last modified by adam.mccormick
  • [Modeshape 5.2] Problem in indexing configuration and persistence

    Hi all,   we are testing the indexing feature of Modeshape to fasten our searches. In particular, we are testing the creation of indexes at runtime, because we have use cases in which the indexes can be added d...
    Profile Photo
    last modified by l.tagliani
  • what is the data storage structure supported by modeshape?

    what is the data storage structure supported by modeshape? and,how is the query process going?
    Profile Photo
    last modified by gdffyx0401
  • Unable to locate repository from command line Java application

    I have written a Java application that reads a filesystem based modeshape repository.   The application locates the repository configuration file (UsageAnalyzer.json) in the same folder as the application. The c...
    Profile Photo
    last modified by gordonc
  • modeshape git connector exception on big files.

    I have the following setup: Wildfly 10.1.0 with modeshape 5.2. The setup is done in the standalone.xml file. Modeshape uses both file based storage for persistence and binary. The setup seems to be working fine. I ...
    Profile Photo
    last modified by pverboom
  • Locking a node within a transaction

    Revisiting [MODE-2623] NodeNotFoundInParentException is thrown when unlocking a node within a transaction and assuming an "immediate write semantics" as regards locking I'm unable to assure that node is locked: @Test ...
    Profile Photo
    last modified by zcc39r
  • [ModeShape 5.2.0.Final, Oracle 11g] Corrupted node

    Problem  In our application we utilize shallow open-scoped locks. The application has been running successfully for some time, but then a problem occurred. One of the nodes became permanently corrupted. Here is ...
    Profile Photo
    last modified by illia.khokholkov
  • Git connector dynamically added

    hi,   I run a Modeshape 4.5 in a Wildfly 9.0.2. I have configured modeshape through the Wildfly Standalone subsystem. All is up and running and working fine. Currently I have configured the git connector inside...
    Profile Photo
    last modified by pverboom
  • Connector Caching

    Is there a way to have ModeShape cache nodes which have been created through a custom connector? I have tried setting the cache TTL in my connector configuration and directly on the document itself but I can see my no...
    Profile Photo
    last modified by adam.mccormick
  • [ModeShape 5.2.0] Multiple problems with binary content (broken pipe, WebDav download, etc.)

    I just installed WildFly (10.1.0 Final) and deployed ModeShape 5.2.0 Final to it. I follow the instructions as per documentation.   Added a user, then I start the server and application:   cd /path/to/wild...
    Profile Photo
    last modified by mathiasconradt
  • [ModeShape 5.2.0] README.txt describes wrong folder structure of distribution

    I am new to ModeShape, just downloaded the modeshape-5.2.0.Final.zip. It includes a README.txt which states:   If you're not using Maven, the easiest way use ModeShape is via the files in this distribution, which...
    Profile Photo
    last modified by mathiasconradt
  • Modeshape 5.2 S3 Binary storage AWS redirection

    Hi everybody,   I'm trying to configure the storage of binary to S3 but I get this error:   Caused by: org.modeshape.jcr.value.binary.BinaryStoreException: com.amazonaws.services.s3.model.AmazonS3Exception...
    Profile Photo
    last modified by kevin.senechal