• Receiving NodeNotFoundInParentException when querying my repository.

    I have a scheduled job that runs overnight that cleans up deleted or abandoned documents from my repository.  My job is failing on a particular document.  Here is the stack trace I am finding in my logs: ...
    Profile Photo
    created by zeiglerm
  • Change successor of node using db persistence

    Due to an error in our application a node got currupted. The version graph of the node has two versions named "1.0". The rootVersion.successor points to one of the "1.0" versions. We want to delete the other (useless)...
    Profile Photo
    last modified by prinzs
  • Modeshape event bus ring buffer size

    Hello,   I am Mohamed from the University of Maryland Libraries. We have been trying to figure out a problem related to a stuck thread on our Fedora repository that uses Modeshape 5.1.0.Final. After reading Usin...
    Profile Photo
    last modified by mohideen
  • Refer to external nodes

    Hello, please help me with the question   I need to refer from the main repository to the nodes connected as an external source (we create our custom Connector for the jdbc table).   We are faced with a...
    Profile Photo
    last modified by aiivanov
  • Indexing performance issue

    I have a transaction where I insert thousands of nodes. I also have a number of indexes configured to use the Lucene index provider. Whenever the transaction is committed the Lucene indexes are updated and this result...
    Profile Photo
    last modified by jacobilsoe
  • How does Modeshape Full Text Search work exactly

    Hello,   since we want to implement full text search in our application soon, we made some tests with Tika as text extractor and Lucene as index provider. We know that there are two steps: the construction of th...
    Profile Photo
    last modified by mdienel
  • Extending expiration date of open-scoped node lock

    Hello,   I've been trying to extend the expiration date of an open-scope node lock with Lock#refresh() but it doesn't seen to behave as expected. It seems that the expiration date is not affected by this call. ...
    Profile Photo
    created by dalbani
  • The cache is per session?

    I would have expected the in-memory cache to be cross session but it pretty clearly appears to be per session. Each time I create a new session, I incur DB transaction costs even if I've already loaded the given node ...
    Profile Photo
    last modified by mfed
  • Basic index usage

    Hi.   I am using ModeShape 5.4.0 together with WildFly 10.1.0 and I experimenting with indexes in ModeShape. I have this in standalone.xml in WildFly:           ...
    Profile Photo
    last modified by jacobilsoe
  • Custom Node Definitions w/o namespace

    Is it possible to define CNDs without referencing a custom namespace?  What are the implications if this is done?   Several consumers of custom CNDs (via ModeShape REST API) have inquired about whether we r...
    Profile Photo
    last modified by dharrison
  • Documentation for S3 integration with Modeshape 5.4.x

    Folks,   As I understand it, as of ModeShape 5.4.0, generic support for AWS S3 binary stores has been added (with the incorporation of the following project [ GitHub - fcrepo4-labs/modeshape-s3-binary-store: Cus...
    Profile Photo
    created by shane_k
  • Inconsistent version history after concurrent access

    Hi everyone,   i really don't have clue on this problem and i'm hoping you can shed some light on it. After migrating to Modeshape 5.4.0 we sometimes get the issue that a node has a baseVersion reference to a no...
    Profile Photo
    last modified by jkreutzfeld
  • ModeShape REST service and automatic startup

    Hello, I'm using the ModeShape REST services (modeshape-web-jcr-rest-war).    I've noticed that ModeShape opens the repository when it get's its first REST request for a content within the repo.  ...
    Profile Photo
    last modified by dharrison
  • Binary store and replicated cluster

    Hi,   When we use ModeShape in a clustered replication model what is the best approach to manage binary store ? Is it possible to share binary store in order to not replicate binary content to all clusters ? For...
    Profile Photo
    last modified by sberthez
  • ModeShape 5.4.1 - on restart Unable to find binary value within binary store - "default" payload row deleted in Content_Store

    I’ve run into a blocker today.  I’ll try to reliably duplicate the issue in the minimum number of steps and reduce the number of variables for purposes of getting a solution, quickly.  I’m ...
    Profile Photo
    last modified by dharrison
  • Hardware requirement for modeshape with wildfly

    Hi, We choose recently to use modeshape with wildfly to store files in a Web applicaton, basically we need it to store files in structured repository and to retrieve them, intensive read is expected and moderate sav...
    Profile Photo
    last modified by aharbil
  • Downloading file by REST API as binary property dosen't use security

    Hello All   We are using REST service with custom AdvancedAuthorizationProvider. I found that if I upload some file by url http://localhost:8080/modeshape-rest/sample/default/upload/someurl/image.png The secur...
    Profile Photo
    created by eugeney
  • ReferentialIntegrityException when trying to delete versions of nodes

    Hi,   we are trying to delete all versions (except root and base) from all nodes in our repository. The following exception is thrown for many versions (every other version):   ERROR: An error occured whil...
    Profile Photo
    last modified by prinzs
  • Backup and restore without versions

    Hi,   we are trying to update from ModeShape 4.6.2 to 5.3.0 using the Backup and Restore methods (Backup and restore - ModeShape 5 - Project Documentation Editor ).   Yesterday we started to migrate our fi...
    Profile Photo
    last modified by prinzs
  • Modeshape with DocumenDB as BinaryStore

    We are evaluating Modeshape with DocumentDB (via its MongoDB api) as its binary store using the built-in MongoDbBinaryStore.   Connection at first cannot be established because DocumentDB requires connections to ...
    Profile Photo
    last modified by jeh.sandoval