• Problem: using modeshape with JBoss JNDI

    Hi,         I am new to ModeShape and was going through the tutorials for modeshape configurations etc. I read about working of Modeshape on JBoss AS 7 (JNDI). So I decided to give it a ...
    Profile Photo
    last modified by m.jawwad
  • Missing "intializedAt" key in Document object - RepositoryCache()  modeshape-jcr-api-3.1.1.Final.jar while setting up repository

    Hello - I'm getting error while setting up repository using modeshape 3.1.1.jar -   RepositoryCache() constructor - Document info = repositoryInfo.getContentAsDocument(); // line 171 Below is the debug hove...
    Profile Photo
    last modified by siddharth.garg
  • empty repository after restore

    we currently want to migrate from jboss as 7.1.1 modeshape 3.1.3 to eap 6.1, modeshape 3.7.2 using the backup and restore methods from the modeshape RepositoryManager   it worked very well with all our small t...
    Profile Photo
    last modified by poirot
  • BinaryStore on GlusterFS?

    Hi, I was wondering if anyone has any experience using the file system BinaryStore on a GlusterFS filesystem with replication across multiple hosts. I would be interested in any experience or opinions on such a setup ...
    Profile Photo
    created by bwallis42
  • Modeshape repository not fully initialized

    i got this error when trying to startup an application on jboss 7.1.1 with modeshape 3.1.1.Final  :   16:05:31,233 DEBUG [org.modeshape.jcr.cache.RepositoryCache] (MSC service thread 1-4) Waiting for reposi...
    Profile Photo
    last modified by rachidweb
  • Remove all children of a node [modeshape]

    Hi, I have node with some properties and a child node that is [nt:folder] type and there are some [nt:file] node type into that. Now I want to remove this node with all sub tree (prpperties and childs) . I tried thi...
    Profile Photo
    last modified by fazileh
  • Content mirroring into federation

    I have requirement to do some sort of mirroring: when content got to modeshape - copy or move it (depending on conditions) to federation: 1. When user uploaded PDF, based on folder, send this document to FTP for prin...
    Profile Photo
    last modified by vasilievip
  • ModeShape - how to work out the next version name for a versionable node

    Is there any way to programatically work out what the next version of a versionable node will be when it is checked in?   I have seen nextNameForVersionNode in org/modeshape/jcr/SystemContent.java, but cannot wo...
    Profile Photo
    last modified by singhl1
  • Custom mixin for node using cnd file

    I need to create a custom mixin using a cnd file with the following properties:   modificationType -       string modfiedBy -         &...
    Profile Photo
    last modified by singhl1
  • A connector for a file system with thousands of files in subfolders

    Hi,   I just want to get your thoughts before we proceed with developing our own custom connector.   We have a legacy file system based repository we want to be accessible as part of our Modeshape reposito...
    Profile Photo
    last modified by weljo_web
  • Modeshape 3 in the cloud

    Hello, I have been looking for some guidance on how to setup Modeshape in cloud based infrastructure. For example using something like Amazon's AWS or Openshift. Are there any resources that could help me setting tha...
    Profile Photo
    last modified by tamer_sk
  • Modeshape problem with two repositories

    Hi,         I am trying to run modeshape with two repositories at the same time. I am using Tomcat 7, spring and modeshape engine to load the two repos. In my current test, I have made t...
    Profile Photo
    last modified by m.jawwad
  • Repository application deployed on multiple servers

    Greetings all,   I have been researching ModeShape for a project we are in the process of designing and I am unclear on how we would deploy an application across multiple servers. Do we define the respository on...
    Profile Photo
    last modified by earnest.dyke
  • Issue on (programmatically) removing a property definition using ModeShape 3.2

    Hi,   I am stuck on removing a property definition which was just added to a mixin before. I have a mixing called "dmsmix:filecontent" and create a "dmsmix:owner" property using:   {code} NodeTypeManage...
    Profile Photo
    last modified by nl
  • Object Content Mapping (OCM) Support

    Hi, I noticed that Seam 3 development has been halted. I was interested in making use of the OCM framework it has for JCR. Are there any plans to have that as part of Modeshape or is it going to be part of a diffrent...
    Profile Photo
    last modified by tamer_sk
  • Error converting InputStream to a BinaryValue

    Hi,         I was working with ModeShape and finally converted my application (working on JR previously) to ModeShape, It worked fine on my developer machine (Windows). Then I deployed ...
    Profile Photo
    last modified by m.jawwad
  • Plain text sequencers

    Hi,          I am trying to configure and use various sequencers in modeshape. Configuration for sequencers in my JSON are:     "sequencing" : { "removeDerivedConte...
    Profile Photo
    last modified by m.jawwad
  • using modeshape-jcr to upload/download jar files  from a remote repository

    i have created an osgi application which compsed by X jar files, i need to store those jar files in a remote repository and to download them when updates are available . so i want to use modeshape to upload and down...
    Profile Photo
    last modified by kais.hajmansour
  • Basic Modeshape config

    I am very new to modeshape 3.1, and my requirement is to store files to a Modeshape repository, my configuration will be a Web App on Tomcat 6 with Spring 3 and MS SQL database.   I am a little confused about tr...
    Profile Photo
    last modified by singhl1
  • Parameter "Limit" is ignored when materializing modeshape nodes in paginated search

    We have a tree with the following structure nt:folder/nt:folder/nt:folder/nbe:document  where nbe:document is extended nt:file type.   We search and show nbe:document  in paginated list with a limit pa...