• Performance of Creating New Sessions

    We are using ModeShape 4.6.1-Final...   Our application is high read, low write. We actually only write to the repository at most once per day (we use the JCR export/import to move content from a staging environ...
    Profile Photo
    last modified by adam.mccormick
  • DocumentWriter's setParents method

    Hi,   I'm curious about the DocumentWriter.setParents(String... parentIds) method. What is the purpose of setting multiple parent's for a node? Also; if a federated node has multiple parents what is it's effect ...
    Profile Photo
    last modified by adam.mccormick
  • Connector Caching

    Is there a way to have ModeShape cache nodes which have been created through a custom connector? I have tried setting the cache TTL in my connector configuration and directly on the document itself but I can see my no...
    Profile Photo
    last modified by adam.mccormick
  • NullPointerException in IndexChangeAdapter after copying nodes in the workspace

    I encounter the following exception when copying nodes in the Workspace :   javax.jcr.RepositoryException: java.lang.NullPointerException   at org.modeshape.jcr.JcrSession.save(JcrSession.java:1190) ~[mode...
    Profile Photo
    last modified by amischler
  • [Modeshape 4.6.0.Final] System node corruption after application crash

    Hi,   We are using Modeshape as an embedded database for a desktop application. Our application is configured with a file based Infinispan cache.   Regularly some databases get corrupted after an applicati...
    Profile Photo
    last modified by amischler
  • Mapdb exception after unregistering index

    Hi,   We have published a new version of your application which unregisters an unused index from Modeshape configuration. The index has been removed from the Modeshape json configuration file. It seems that is w...
    Profile Photo
    last modified by amischler
  • How to disable same name sibling

    Hi everybody,   I would like to disable the same name sibling on my Jcr Repository. How can I do that? I did'nt find any configuration tag or method to disactivate it.   Thank you in advance   K&eacu...
    Profile Photo
    last modified by kevin.senechal
  • Cannot start the repository when configuring Modeshape as a cluster

    Hi,   I'm having some strange issues when I try to setup a Modeshape cluster using Oracle 11 as a backend. and using Modeshape 4.0.4 It works in most of the enviroments but we have a special setup where it fail...
    Profile Photo
    last modified by folch
  • Restore and OutOfmemory error

    Hi,   We are trying to backup and restore a filesystem based cache (we want eventually to defragment it).   The size of backup files is 379M.   However when we try to restore the repository we have a...
    Profile Photo
    last modified by ludopaquet
  • Using Cassandra binary store

    Can you please provide Modeshape json configuration for using Cassandra binary store? Thanks
    Profile Photo
    last modified by sabarinathku
  • Losing index results after updating a boolean attribute

    Hi,   I'm trying the following in Modeshape 4.5.0.Final and 4.6.0.Final. I've defined an index like this:   "indexProviders" : {         "local" : {    ...
    Profile Photo
    last modified by folch
  • How to use jackrabbit mysql repository by modeshape ?

    I am using jackrabbit from a long time and now I want to move to modeshape. I am storing all jackrabbit data into sql database. I want to retrieve same data without migration from modeshape. Is it possible ? How to do...
    Profile Photo
    last modified by rishianand50
  • Use of Modeshape tools in eclipse

    Hi,   I am trying to connect to standalon modeshape via eclipse. I have filled in "http://localhost:8080/modeshape-rest" as the URL. However i receive following error message:   Unable to connect to ModeSh...
    Profile Photo
    last modified by rvermeire
  • Wildfly Modeshape Subsystem - Is it possible to load CND relative to ${jboss.server.config.dir} or load as WAR Resource?

    Hi,   I'm using Wildfly 9.1.0-Final with Modeshape Subsystem 4.4.0-Final. We plan to run our application in Wildfly Domain Mode with up to 4 Server Instances.   Is it possible to configure the Path to a Co...
    Profile Photo
    last modified by frank.mehlhose
  • Unable to start Modeshape after using Backup/Restore functionality

    Hi,   I'm using Backup/Restore functionality to migrate data from our Application that is using the old Modeshape version 3.8.0 to the new Modeshape version 4.4.0. The process is the following: Our application...
    Profile Photo
    last modified by folch
  • How to Add modeshape user in jboss eap 6.1

    Hi, I'm installing a plug-in tool in eclipse,It's need a  modeshape user to connect modeshape service. How to add modeshape user in jboss eap 6.1? Thanx.
    Profile Photo
    last modified by delgo
  • The data which in H2 database migrated to other services

    Hi,The data which save in H2 A service,I want the H2 migrate to other services,can I copy easily? It will be a error when I use Query to get nodes If I copy the H2[fsw.h2.db] to other services. How to migrate the da...
    Profile Photo
    last modified by delgo
  • The Sns nodes

    I meet an issue of SNS nodes handling when porting from Jackrabbit to Modeshape 4.4.0. The issue could be simply described as below:   Definitions in cnd file:   [cds:Sibling] > nt:folder, mix:reference...
    Profile Photo
    last modified by jessie_jie_xie
  • Configuring transactions in Modeshape

    We're building a clustered standalone Java application with Modeshape 4.4 and it's not completely clear how we should configure transactions in Infinispan. One thing I understood: Modeshape requires transactions in or...
    Profile Photo
    last modified by mkotsur
  • get current node's all child nodes by jcr-sql2

    Hi,    I can get current node by sql:"select * from [modelname] where PATH()='/.....'", But I want all child nodes by sql
    Profile Photo
    last modified by delgo