• 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
  • 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?
    Profile Photo
    last modified by thingersoft
  • Running text extractors synchronously

    Hello,   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...
    Profile Photo
    last modified by dalbani
  • MIME type detection with S3 binary storage

    Hello,   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...
    Profile Photo
    last modified by dalbani
  • 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...
    Profile Photo
    last modified by scott.reisdorf
  • Custom Node Modeling question

    Hello,   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 ...
    Profile Photo
    last modified by dharrison
  • Custom CNDs and Indexes

    Hello,   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. &#...
    Profile Photo
    last modified by dharrison
  • 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...
    Profile Photo
    last modified by adam.mccormick
  • java.lang.ClassCastException: org.modeshape.jcr.cache.document.TransactionalWorkspaceCache cannot be cast to org.modeshape.jcr.cache.document.AbstractSessionCache

    Hi All,   We are upgrading the modeshape 3.7.2 to modeshape 5.3.0, but it got error when using manager restore version function. Here is our error message: Any suggestions is welcome, and it block us upgradin...
    Profile Photo
    last modified by hank.cheng
  • Modeshape full-text-search works only on binary files but not on text files

    I am trying to perform a full-text-search on my Modeshape 5.3.0.Final repository. The query is as simple as:   Query query = queryManager.createQuery("SELECT * FROM [nt:resource] as data WHERE ISDESCENDANTNODE('...
    Profile Photo
    last modified by paulbistr
  • Modeshape 5.4 Maven deployments

    Hey 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...
    Profile Photo
    last modified by wesssel
  • 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...
    Profile Photo
    last modified by dharrison
  • Existing index is not returning results with Modeshape 4.5.0, 4.6.2

    Hello 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...
    Profile Photo
    last modified by javagirlie
  • Query optimization performance

    Hi,   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...
    Profile Photo
    last modified by amischler
  • Modeshape 5 open database connections

    I 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.  ...
    Profile Photo
    last modified by mohideen
  • [ModeShape 5.x, Oracle 11g] Occasional SQLIntegrityConstraintViolationException when storing a binary value

    I was running abilities testing of the application that utilizes ModeShape 5.x. in a clustered environment (currently, there are 4 members in the cluster). Specifically, such an application is currently running on the...
    Profile Photo
    last modified by illia.khokholkov
  • [ModeShape 5.x] NullPointerException on an attempt to get a node

    I 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...
    Profile Photo
    last modified by illia.khokholkov
  • 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...
    Profile Photo
    last modified by scott.reisdorf
  • Various Errors when using DB persistence with ModeShape 5.3.0

    Hi,   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...
    Profile Photo
    last modified by prinzs
  • ReferentialIntegrityException after updating to modeshape 5.3.0

    Hi,   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...
    Profile Photo
    last modified by prinzs