• Help with JCR-SQL2 query involving ISCHILDNODE and multiple conjunctions

    Background: [ARTIF-656] Cannot query with 2 relationship predicates - JBoss Issue Tracker   Artificer includes an artifact -> relationship -> target node structure.  Relevant bits from the CND: [sram...
    Profile Photo
    last modified by brmeyer
  • How does modeshape maintain score of file fulltext search

    While using full text search in modeshape, the score column always gives 1.0 as value. How do we index a file to improve its score as to get better results.   I am using jcr-sql2 for full text search.
    Profile Photo
    created by djoshi24
  • How to Query for shared nodes in JCR (ModeShape)?

    NOTE: This question was originally asked on StackOverflow, but has not got any attention, so I'm trying my luck here. Feel free to answer it on SO.   I have a JCR content repository implemented in ModeShape (4.0...
    Profile Photo
    last modified by haraldk
  • Modeshape Consistency Concerns

    I've been in the process of evaluating and prototyping an application that uses Modeshape for the last several months. During this time I've discovered some issues with using Modeshape as a consistent store and wanted...
    Profile Photo
    last modified by ma6rl
  • Can a Infinispan Cache Store get out of sync with the Cache when using Transactions?

    I have asked this question over on the Infinispan forum and Stackoverflow   http://stackoverflow.com/questions/28127428/enlisting-a-infinispan-cache-store-in-a-cache-transaction https://developer.jboss.org/mess...
    Profile Photo
    last modified by ma6rl
  • Encountering NodeNotFoundInParentException when accessing the same Folder concurrently

    Hi everyone,   i'm currently encountering a NodeNotFoundInParentException when accessing the same folder node concurrently in multiple threads. Our application supports uploading files to ModeShape and when mul...
    Profile Photo
    last modified by jkreutzfeld
  • Node ACLs not checked when calling "hasNode"

    I'm creating a node with pretty strict ACLs so basically after the node is created nobody can read it anymore. Now when I login as a different user and query the main node via   node.hasNode("foo");   it ...
    Profile Photo
    last modified by janpetzold
  • Questions about DocumentWriter's writeAdditionalDocument method in a custom connector

    Just a quick question about the DocumentWriter's writeAdditionalDocument method. The documentation states that: "The resulting additional document will be included automatically when the Connector returns the top-leve...
    Profile Photo
    last modified by adam.mccormick
  • Does ModeShape 4.0 support policies?

    Hi,   I am using ModeShape 4.0 and try to set a named policy. ModeShape throws a javax.jcr.security.AccessControlException: Invalid policy class (expected JcrAccessControlList). Does ModeShape support named acce...
    Profile Photo
    last modified by jkraushaar
  • ModeShape WebDav

    Hi,        I have just started WebDav with ModeShape 4.0 from a web application on tomcat server. After reading the documentation, I managed to configure WebDav with ModeShape in a simple web...
    Profile Photo
    last modified by m.jawwad
  • Modeshape 4 on JBoss 7 / EAP 6.3?

    There is an EAP submodule available for Modeshape 3.8.1, however the recent version 4.0 just has it for Wildfly (which works fine). Any plans to provide a convenient subsystem kit for Modeshape 4.0/4.1 on JBoss 7 / JB...
    Profile Photo
    last modified by janpetzold
  • XML Sequencing creating new nodes with same name

    Hello, I am trying to use Modeshape4.0 in embedded form. Below is a sequencing config i have in my config json.   "sequencing" : {         "removeDerivedContentWithOriginal"...
    Profile Photo
    last modified by subhrajyotimoitra
  • 4.0 and 4.1 a bit hung up on external resource nodes

    A while back I mentioned that we were looking at in iRODS connector, and we had successfully implemented and demonstrated this!  That was with 3.8.1. Now we're upgrading to 4.0 and just now 4.1, and refactoring t...
    Profile Photo
    last modified by mike.conway
  • Clustering Modeshape with EC2

    Hi, I have a app hosted on AWS EC2, which use modeshape and have a persistent store stored inside the instance.   Now I'd like to change my configuration to have a Invalidation mode as explained here Clustering ...
    Profile Photo
    last modified by agonist
  • Reordering reference list properties

    Hello modeshape team,   we are using references and weak references in ordered collections (lists) like in the following example:    @JcrReference(weak = true)    private List<Content&g...
    Profile Photo
    last modified by javagirlie
  • Can't access repository via CMIS in cluster

    When I start Modeshape using Wildfly and the standalone-modeshape.xml, I can access the repository via CMIS normallyvia URL (http://localhost:8080/modeshape-cmis/web/demo.html) and also via CMIS Workbench.   Now...
    Profile Photo
    last modified by janpetzold
  • Querying for UUID using XPath

    Hi there,   I like to query ModeShape 4.0.0 for nodes given an UUID. The query should look like:   /jcr:root//element(*,nt:folder)[@jcr:uuid = '9fd12a6b-f037-4d30-b965-b5f3a05ea6bc']   But this query...
    Profile Photo
    last modified by jkraushaar
  • Handling of ACL's with the "admin" role in repository

    Dear Modeshape community,   we figured out the strange Modeshape behaviour regarding the ACL checking for "admin" role. Here our use-case:   1. User with admin role sets ACL's to a node   2. The ACL ...
    Profile Photo
    last modified by vitbit1978
  • java.lang.NoClassDefFoundError: org/modeshape/common/junit/SkipTestRule

    Hi   I am trying to upgrade my system from modeshape 3.7.0.Final to 4.0.0.Final And i am getting java.lang.NoClassDefFoundError: org/modeshape/common/junit/SkipTestRule.   In my Junit testcases I was usi...
    Profile Photo
    last modified by nimit.agrawal
  • How to perform full text search on the binary data of a file type node ?

    I am storing doc, txt, pdf, xls like documents in a file type node. How do I perform full text search on this binary data of the file type node ?
    Profile Photo
    last modified by djoshi24