• 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
  • [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
  • 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
  • [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
  • Event reporting differences for copy and move operations

    Having WildFly 10.0.0 and ModeShape 5.2.0 I'm trying to observe events associated with nt:file nodes instantiation during copy and move operations. On successful copy operation my listener receives the following even...
    Profile Photo
    last modified by zcc39r
  • Is it posible to use MongoDb as persistence storage?

    MongoDB can be configured for use for BinaryStorage. Is it possible to use MongoDB as persistence storage for storing repository information?
    Profile Photo
    last modified by eugeney
  • 5.2.0final restore of backup is always rollbacked

    Hi,   I'm trying to restore a backup that come from a file storage to a new repository that point to a mysql database. (the backup file size is 35Mb)   The restoration process goes well but at the end all ...
    Profile Photo
    last modified by kevin.senechal
  • Outdated session cache in domain mode Wildfly cluster

    Hello Modeshape Community,   we're currently trying to build a Wildfly (10.0.0.Final) cluster in domain mode with ModeShape 5.2.0.Final. In our minimal test setup the cluster runs on a single machine with two n...
    Profile Photo
    last modified by kaape
  • Error configuring MongoDB as binary store on Wildfly 10.1.0 with Modeshape-5.1 & Modeshape-5.2

    Wildfly console log :   18:10:01,882 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("add") failed - address: ([     ("subsystem" => "mod...
    Profile Photo
    last modified by regulapati
  • [ModeShape 5.x] Automated cleanup of shallow open-scoped locks

    In our application we utilize shallow open-scoped locks. The typical usage pattern is provided below:   // lock try {     // do something     // persist changes } finally {  ...
    Profile Photo
    last modified by illia.khokholkov
  • How to configure CMIS 1.1

    Hi, does anybody has idea how to configure CMIS version 1.1 in modeshape 5.1?   Thank you in advance
    Profile Photo
    last modified by nmar
  • [ModeShape 5.x] Verifying communication among cluster members

    Is there a way to verify whether the communication among the members of the cluster is healthy? For instance, there are 4 VMs each hosting a single JVM representing a member of the ModeShape cluster. I want to know wh...
    Profile Photo
    last modified by illia.khokholkov
  • [ModeShape 5.x] Caching strategy

    I am struggling to find a description of the caching mechanism used by ModeShape 5.x. The documentation [1] is great, but unfortunately it did not help to get a gist of caching policies. I was able to find only the no...
    Profile Photo
    last modified by illia.khokholkov