• Custom Node Types not showing in modeshape-explorer

    I have a large number of custom node types registered in ModeShape. I have used a number of sequencers to populate the repository. The data is there and is accessible to the rest of the application.   When usi...
    Profile Photo
    last modified by cobraflow
  • Started to implement Cloud BinaryStore

    Hi, I just started to implement cloud BinaryStore, to be able to store binary file into service like AWS-S3. It use http://jclouds.apache.org/ For the moment the basic stuff works, files are stored in a bucket and ca...
    Profile Photo
    last modified by agonist
  • ModeShape Authorization Providers and ACLs

    I am looking into the different options we have for authorizing a users actions in a repository and have some questions. I have read Authentication and authorization - ModeShape 4 - Project Documentation Editor and Cu...
    Profile Photo
    last modified by ma6rl
  • JCR REST API via Tomcat

    I'm trying to use the REST API for my repo with a Tomcat 7 server and it doesn't work. Everything I tried so far is based on the modeshape-examples:   https://github.com/ModeShape/modeshape-examples   e.g....
    Profile Photo
    last modified by janpetzold
  • Unexpected behavior with local index provider and mixin properties in modeshape 4

    Hello modeshape team!   We are using the new index feature of modeshape 4 and have some queries that do not behave like expected. Without the configured indices the queries work.   The following node types...
    Profile Photo
    last modified by javagirlie
  • Modeshape authorization

    We discovered an authorization issue in fcrepo4 that is stemming from modeshape's jcr.api.JcrTools. https://github.com/ModeShape/modeshape/blob/master/modeshape-jcr-api/src/main/java/org/modeshape/jcr/api/JcrTools.j...
    Profile Photo
    last modified by mohideen
  • Potential issue with concurrent writes resulting in node loss

    I am seeing an issue with node loss when performing concurrent writes to the same parent node using the ModeShape 4.0.0.Final subsystem in Wildfly 8.1. I currently have the following node structure which I create ...
    Profile Photo
    last modified by ma6rl
  • Same repository for Java SE & Java EE applications

    Hello all,   I would like to ask you for an advice if there is any. I have two applications. One Java SE (Arquillian Extension), and one Java EE.   Both applications would use same repository, which is dep...
    Profile Photo
    created by jhuska
  • Git Connector on ModeShape 4.0

    I am trying to federate a Git repository with the Git Connector capability provided by ModeShape 4.0.Final running on Wildfly 8.1.Final.  I am able to setup a ModeShape repository with the documentation provided ...
    Profile Photo
    last modified by mashama
  • Questions regarding indexing

    Hello,   Before opening yet another invalid bug report, I have a couple of questions / remarks regarding indexing.   First, is it expected to have *large* index files? In my setup, on the one side, I hav...
    Profile Photo
    last modified by dalbani
  • web app with multiple repo

    Hi, I started using modeshape for a web project and I have some questions. We will probably have a huge amout of data per user that why we think to create one repositorie for each. (we plan to have 1000 users in the ...
    Profile Photo
    last modified by agonist
  • ModeShape webapps authentication

    Hi, many thanks for ModeShape and your hard work on it.   I am trying to authenticate to ModeShape Explorer and WebDAV modules with the links below, but the modules reject my credentials.   http://localhos...
    Profile Photo
    last modified by sv0005
  • Use of jcr:name seems to be ignored in initialContent configuration

    Hi,   I refer to Initial Content - ModeShape 3 - Project Documentation Editor It is also possible to override the name of the nodes by defining the jcr:name attribute, which will then be used instead of the X...
    Profile Photo
    last modified by kyawzaw
  • ClosedByInterruptException in Infinispan during the execution of a query since Modeshape 4.0.0.Final

    Since I passed from the 4.0.0.Beta2 to 4.0.0.Final version I got an exception when trying to execute a query (on application loading). You'll find attached to the thread and from the following link the complete stack...
    Profile Photo
    last modified by vdepauw
  • JQOM problems with expanded names and problem with removing mixin

    Hi all   I am trying to use Modeshape in an application that already works with Jackrabbit, but I have encountered two problems.   1. Why Modeshape doesn't support expanded names in JQOM? If I read the spe...
    Profile Photo
    last modified by rstachowiak
  • Why aren't methods and properties in JdbcMetadataConnector protected instead of private?

    Hello,   I'm trying to extend functionality of org.modeshape.connector.meta.jdbc.JdbcMetadataConnector, but a lot of the methods and properties in this class are private, in particular metadataRetrievers. Is the...
    Profile Photo
    last modified by nikhiltri
  • Can't set a STRING property more than 4096  bytes long

    Hello,   To begin with, here's my environment: ModeShape 4.0.0.Beta1, storage on Infinispan, using a LevelDB backend.   Here's the exception that I get when I set a value of 4096+ bytes to a STRING propert...
    Profile Photo
    last modified by dalbani
  • Recommended way to handle a trash system in a Modeshape repository

    We need to implement a trash system that handle deletion/restoring and permanent deletion of repository elements.   I'm thinking of three possible ways to implement this feature:   Marking deleted nodes wi...
    Profile Photo
    last modified by amischler
  • How to enable DEBUG logging for ModeShape running in Wildfly

    Hello,   I'm trying to track some kind of bug / issue in the Infinispan binary store implementation in ModeShape. But I couldn't find a way to enable logging at DEBUG level, so I can see what is the activity of...
    Profile Photo
    last modified by dalbani
  • Memory exhaustion issue

    Hello,   I've recently started to use ModeShape to store various documents, according to a CND-defined schema. I plan to deploy a (small) cluster of ModeShape instances, in order to get high availability. So I...
    Profile Photo
    last modified by dalbani