Log in to follow, share, and participate in this community.
Thread Unexpected repository file growth
Unexpected repository file growthFolks, 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...
Thread Receiving NodeNotFoundInParentException when querying my repository.
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: ...
Thread Change successor of node using db persistence
Change successor of node using db persistenceDue 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)...
Modeshape event bus ring buffer sizeHello, 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...
Refer to external nodesHello, 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...
Indexing performance issueI 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...
Thread How does Modeshape Full Text Search work exactly
How does Modeshape Full Text Search work exactlyHello, 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...
Thread Extending expiration date of open-scoped node lock
Extending expiration date of open-scoped node lockHello, 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. ...
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 ...
Basic index usageHi. 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: ...
Custom Node Definitions w/o namespaceIs 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...
Thread Documentation for S3 integration with Modeshape 5.4.x
Documentation for S3 integration with Modeshape 5.4.xFolks, 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...
Thread Inconsistent version history after concurrent access
Inconsistent version history after concurrent accessHi 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...
Thread ModeShape REST service and automatic startup
ModeShape REST service and automatic startupHello, 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. ...
Binary store and replicated clusterHi, 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...
Thread Hardware requirement for modeshape with wildfly
Hardware requirement for modeshape with wildflyHi, 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...
Thread Downloading file by REST API as binary property dosen't use security
Downloading file by REST API as binary property dosen't use securityHello 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...
Backup and restore without versionsHi, 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...