[ModeShape 5.x] Permanently locked JCR nodeThe issue described in this post is similar to [ModeShape 5.2.0.Final, Oracle 11g] Corrupted node. I think I have found a way to reproduce it every so often. The gist of it is that when stressed with concurrent writes...
Not able to start the repositoryWe have an embedded modeshape instance (Modeshape ver.4.5 with Infinispan cache and binary file system store) , running as a microservice. When i restarted the service recently i am getting the following excepti...
Release Date for next version of ModeShapeIs there an expected release date for the next version of ModeShape, currently 'master' branch in GitHub? There is a SQL Server fix and others that look beneficial, but I'll need to make a decision soon about ...
Thread Using ModeShape 5.3.0 Final REST API in Tomcat with JAAS auth?
Using ModeShape 5.3.0 Final REST API in Tomcat with JAAS auth?Hello, I have a custom modeshape application (war) which starts up the repository, uses JDBC to SQL Server for persistence, and exposes only the ModeShape REST API. This currently runs in Tomcat, a...
Distributed transaction issueHaving WildFly 10.1.0, ModeShape 5.3.0 and a pair of Oracle datasources I'm trying to migrate some data from one datasource (raw Oracle 9i-based JDBC on one server) to JDBC-backed ModeShape repository (Oracle11g on an...
Database binary storage space leak?If I put a file into JDBC-backed repository (e.g. via WebDAV interface) I can see that two rows were added to MODESHAPE_REPOSITORY table as well as to CONTENT_STORE table. When I delete this file, the number of rows i...
Database connection leakAs a result of the problem mentioned at Distributed transaction issue some nodes become inconsistent as data were successfully persisted at MODESHAPE_REPOSITORY but not at CONTENT_STORE. So attempt to get binary data ...
Thread errorProcessingEvent? "Unexpected error while processing the event"
errorProcessingEvent? "Unexpected error while processing the event"Hello, We're seeing errors in our application log that appear to be modeshape related [1]. INFO 22:19:53.817 (FedoraLdp) PUT resource 'prod/da/39/e4/3d/da39e43d-fd1a-5971-8f7b-3f36fabcc650' ... ERROR 22...
Thread [ModeShape 5.x] Dealing with aborted user transactions
[ModeShape 5.x] Dealing with aborted user transactionsI am seeking for a guidance on how to deal with aborted user transactions. I am utilizing Arjuna as a transaction manager and make use of user transactions when multiple workspace-write JCR methods are necessary to co...
Modeshape 5.3.x or 5.4.x with SQL Server?Hello, I'm wondering if anyone else has tried using ModeShape 5.3 or 5.4 with SQL Server 2014 as jdbc persistence for both regular and binary content. I'm able to use PostgresSQL 9.5 without any problem....
Thread Unable to retrieve versioned data of a node
Unable to retrieve versioned data of a nodeI have created a node that holds MS office word document.( i have posted the exact question on stack overflow: jcr - Unable to retrieve versioned data of a node - Stack Overflow ...
Optimize index for Node.getNodes()Is there a more efficient indexing approach for getting the children nodes of a given node (i.e. Node.getNodes()) than what is offered by simply invoking Node.getNodes()?
ModeShape 5.x and most common GUIHello, As of ModeShape 5.3 / 5.4 and 2017, what are the most common, general purpose GUIs used with ModeShape? I found this post of the equivalent question, back from 2011. Part of the goal of us...
Thread Modeshape 5.3 MongoDb replicaset corrupt data
Modeshape 5.3 MongoDb replicaset corrupt dataI have a Modeshape 5.3 installation into Wildfly 10 with as binary storage a MongoDb 3.4 replica set. The complete setup works fine I can write a file to the system and read it back without any problems. The problem...
Thread Poor Lucene index query performance on a single string property
Poor Lucene index query performance on a single string propertyFor my company's product, I'm looking at switching over to using the Lucene index provider due to some random (unfortunately not reproducible as of yet) index corruption issues that have been seen with the local index...
MongoDB 5.3 replica set config not workingI have upgraded modeshape from 5.2 to 5.3 on my Wildfly 10 to get the replica set support for MongoDB but for some unknown reason it is not working. I use the following line in my config: <mongo-binary-storage h...
modeshape 5.x: nodeType index ignored(!?)I have configured a 'nodeType' index for my modeshape repository, hoping to speed up my "SELECT * FROM [<type>]" queries. However, the index seems not to be used: It doesn't show up in the Query Plan and p...