Log in to follow, share, and participate in this community.
Thread Modeshape with DocumenDB as BinaryStore
Modeshape with DocumenDB as BinaryStoreWe 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 ...
Thread Get node by identifier works for cached nodes only?
Get node by identifier works for cached nodes only?Seems like org.modeshape.jcr.JcrSession.getNodeByIdentifier searches by the provided identifier among cached nodes only. Do I have to open an issue or there is a reason for that behaviour?
Running text extractors synchronouslyHello, My experience with text extractors (in combination with S3 binary storage) is that the extraction is triggered by a search, i.e. not when the nodes are added to the repository. Am I wrong in this obser...
MIME type detection with S3 binary storageHello, I'm currently running into an issue with to regard to MIME type detection in combination with S3 binary storage: no detection seems to take place actually!? I've tried with both "name" and "contents" v...
Thread How to add a new ClusteringService Listener?
How to add a new ClusteringService Listener?I would like to add a listener to the CluserService to get notified when a new member connects/disconnects the jgroups Modeshape cluster. I see in the code on the ClusteringService there is a listener mechanism, howe...
Custom Node Modeling questionHello, I have a scenario where I need to create a custom Node Definition for a Brand / Customer, it will have some basic properties, but it most of it's content will be on its child nodes. It will have ...
Custom CNDs and IndexesHello, I have a number of Compact Node Type Definitions (CNDs) and need to create Indexes on them, (some on multiple properties). I would like to avoid the need to restart modeshape upon adding a new index. ...
Thread BinaryStoreException: Unable to find binary value with key...
BinaryStoreException: Unable to find binary value with key...I'm having issues with binary properties not being found after some duration... Here's the scenario; 1. Using Modeshape 3.8.1.Final and configured FileSystemStore 2. I have created a custom connector wh...
Thread java.lang.ClassCastException: org.modeshape.jcr.cache.document.TransactionalWorkspaceCache cannot be cast to org.modeshape.jcr.cache.document.AbstractSessionCache
java.lang.ClassCastException: org.modeshape.jcr.cache.document.TransactionalWorkspaceCache cannot be cast to org.modeshape.jcr.cache.document.AbstractSessionCache
Modeshape 5.4 Maven deploymentsHey everyone, after updating our project dependencies to from Modeshape 5.3.0.Final to 5.4.0.Final there seems to be some test jars missing in the maven repositories, causing build failures. If I compare these two lin...
Case Insensitive Indexing and Search?Hello, I'm using ModeShape 5.3.0 and 5.4.0 Final Is it possible to create a case-insensitive index and search on a mixed-case String property of a Custom Node ? I've got approximately 20...
Thread Existing index is not returning results with Modeshape 4.5.0, 4.6.2
Existing index is not returning results with Modeshape 4.5.0, 4.6.2Hello modeshape team, while trying to upgrade our system from modeshape 4.3.0 to 4.6.2 (still using LocalIndexProvider) we have been experiencing troubles with some of our existing indexes. The indexes worke...
Query optimization performanceHi, I'm investigating on a performance issue for a given query. I'm using Modeshape 4.6.2.Final. This is a simple query : SELECT [jcr:path] FROM [dsdk:smarttext] WHERE smartTextKey = 'infiltre...
Modeshape 5 open database connectionsI have noticed that the database connection threads in the postgres server are never closed. They are in an idle state when there is no active usage. We use Modeshape 5.1.0.Final (Fcrepo 4.7.0) and postgres 9.5. ...
Thread [ModeShape 5.x] NullPointerException on an attempt to get a node
[ModeShape 5.x] NullPointerException on an attempt to get a nodeI am using ModeShape version 5.4-SNAPSHOT. Recently, I have started seeing the following error in the logs of an application that relies on ModeShape in a clustered environment (presently, there are 4 members in the c...
Modeshape 5 Cluster Configuration (not Wildfly)Is there any sample configuration that shows how to setup a cluster where 2 separate JVM instances are configured using a clustered Modeshape? I am using Modeshape 5..2-Final without Wildfly. I am unable to g...
Thread Various Errors when using DB persistence with ModeShape 5.3.0
Various Errors when using DB persistence with ModeShape 5.3.0Hi, thanks for fixing MODE-2676 so fast! We ran into another problem: Until now we used file persistence with modeshape 4.6.2. After updating to 5.3.0 we are now using db persistence with a PostgreSQL...
Thread ReferentialIntegrityException after updating to modeshape 5.3.0
ReferentialIntegrityException after updating to modeshape 5.3.0Hi, after updating from modeshape 4.6.2 to 5.3.0 we ran into the following problem: When trying to delete a file node, we get the following error: org.modeshape.jcr.cache.ReferentialIntegrityEx...