• Memory footprint of long-running session

    Considering Short-lived vs long-lived sessions and ModeShape memory usage it's become inevitable to avoid long-running sessions. But using observation feature of JCR seems impossible without long-running session. And ...
    Profile Photo
    last modified by zcc39r
  • Determining if binary already exists using SHA-1 hash

    Folks,   I'm aware that ModeShape stores files in the binary store using their SHA-1 hash to avoid duplication - I was wondering if there is an efficient way to search a JCR repository by HexHash rather than JCR...
    Profile Photo
    created by shane_k
  • ModeShape[5.x] concurrent transactions from different sessions not possible

    Been trying to add new content(nodes) from different sessions but it doesn't seem to work concurrently. The session that starts the transaction must finish it before the second one can do anything even if they are acc...
    Profile Photo
    last modified by shock21
  • Modeshape delete node and recover space on File system

    I'm using Modeshape 5.4.0 with File system persistence. I'm storing all the subsequent files/resources in this particular node (/uploads) which is of type "nt:folder". I deleted all the nodes in the /uploads node by u...
    Profile Photo
    last modified by rakz
  • New node version not being seen in another process that has the same repository

    We have two process that has exactly the same repository configuration (please see attached). When the first process checks in a new version, the second process cannot see it immediately. However, if the repository wa...
    Profile Photo
    last modified by jeh.sandoval
  • Cannot checkout node

    Hi everyone, After migration from Modeshape 4 to 5, we found the next strange behavior in versioning: Saying we have the next structure:   [kn:node] > kn:base, mix:etag, mix:lockable, mix:referenceable, nt:u...
    Profile Photo
    last modified by predatorro666
  • Error starting up - RepositoryIndexManager - Ignoring all index definitions for provider '{}'

    Hello, I'm using ModeShape 5.4.1, with database persistence, and attempting to use ElasticSearch indices.   All of the references to the CNDs files and indices are defined in my repository-config.json file. When...
    Profile Photo
    last modified by dharrison
  • JCR SQL2 query generating hundreds of SQL statements for a simple query

    We have a Modeshape application that is backed in MySQL in a MODESHAPE_REPOSITORY table. One of my nodes is of type  "tba:feedTemplate"   When i do a select to find all the nodes of this type :  "SELE...
    Profile Photo
    last modified by scott.reisdorf
  • Cluster in AWS with docker and multiple host

    We embed the modeshape into our web applications in AWS. And now we have use the docker in our product but the cluster of modeshape doesn't work now. We deploy our web application in multiple ec2 instance in AWS and ...
    Profile Photo
    created by hank.cheng
  • Modeshape 5 event buffer locking up?

    Hello all,   I am from the University of Maryland Libraries, where we are using Fedora 4 [1] as our digital repositories tool. Recently, we have been doing some mass ingests of objects into our repository, and a...
    Profile Photo
    last modified by peichman
  • Index per workspace not working correctly

    Hi,   I'm using ModeShape 5.4.1 with the local index provider and I'm using this query:   QueryManager queryManager = session.getWorkspace().getQueryManager(); Query query = queryManager.createQuery("SELE...
    Profile Photo
    last modified by r4b0
  • Unexpected repository file growth

    Folks,   We've recently encountered an issue where we are trying to import a relatively large number of documents into a Modeshape JCR repository. For now, we are storing the content using file-based binary stor...
    Profile Photo
    last modified by shane_k
  • 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