• Custom Node Definitions w/o namespace

    Is 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...
    Profile Photo
    last modified by dharrison
  • Documentation for S3 integration with Modeshape 5.4.x

    Folks,   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...
    Profile Photo
    created by shane_k
  • Inconsistent version history after concurrent access

    Hi 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...
    Profile Photo
    last modified by jkreutzfeld
  • ModeShape REST service and automatic startup

    Hello, 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.  ...
    Profile Photo
    last modified by dharrison
  • ModeShape 5.4.1 - on restart Unable to find binary value within binary store - "default" payload row deleted in Content_Store

    I’ve run into a blocker today.  I’ll try to reliably duplicate the issue in the minimum number of steps and reduce the number of variables for purposes of getting a solution, quickly.  I’m ...
    Profile Photo
    last modified by dharrison
  • Hardware requirement for modeshape with wildfly

    Hi, 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...
    Profile Photo
    last modified by aharbil
  • Downloading file by REST API as binary property dosen't use security

    Hello 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...
    Profile Photo
    created by eugeney
  • 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
  • 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
  • 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
  • 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