• Cassandra for Nodes and Binary Storage / Cassandra Subsystem

    Former Modeshape Wildfly Subsystem versions utilized Infinispan to allow clustering of both the content repository and the binary store via multiple nodes.     With Modeshape 5 HA Clustering will require: ...
    Profile Photo
    last modified by frank.mehlhose
  • 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
  • Database Persistence cannot connect to Oracle XE 11.2

    I'm trying to connect Modeshape 5 Database Persistence to an Oracle XE 11.2 database running locally on my developer machine. Modeshape is not able to connect to the database. However, when I use Oracle SQLDeveloper I...
    Profile Photo
    last modified by dimich
  • ModeShape 5:Persistence Provider vs. Binary Store

    I'm evaluatin ModeShape for a larger project coming up in my company.   I would prefer using Database Persistence to have the option of horizontally scaling with a cluster of ModeShape nodes if needed later. As...
    Profile Photo
    last modified by dimich
  • Full-Text search for binary content using ModeShape 4.5.0

    I am pretty new to JCR and ModeShape and I  am using ModeShape version 4.5.0 in my application for document storage functionality. All the modehshape jars including tika-core-1.8.jar are present in my classpath. ...
    Profile Photo
    last modified by roykaushik
  • How can I configure modeshape 4.2.0 to use local index?

    I have tried to query 100k nodes in repository. Here is my jcr-sql2. SELECT res.[jcr:path] AS sub FROM [fedora:Resource] AS [res] JOIN [fedora:Resource] AS [per] ON res.[jcr:uuid] = per.[webacl:accessTo_ref] WHERE re...
    Profile Photo
    last modified by pcharoen
  • Database persistence problems with Oracle and MySQL

    Having WildFly 10.0.0, ModeShape 5.0.0, Oracle 11g, MySQL 5.0.95 I tried to configure database persistent repositories and encountered the following problems:   1. Oracle I defined repository as: <repositor...
    Profile Photo
    last modified by zcc39r
  • How to configure wildfly to store binaries in mysql ?

    I have an application which stores data(RISHI_NEW_mydb3 ) and binary( CONTENT_STORE ) in mysql. +---------------------+ | Tables_in_modeshape | +---------------------+ | CONTENT_STORE     ...
    Profile Photo
    last modified by rishianand50
  • WebDAV: unable to move zero-length file when using Oracle binary store

    Having WildFly 8.2.0, ModeShape 4.6.0, altered sample repository definition: <repository name="sample" anonymous-roles="admin">     <db-binary-storage data-source-jndi-name="java:jboss/datasou...
    Profile Photo
    last modified by zcc39r
  • Repository already deployed error in tomcat and using spring framework to save data in jdbc. ?

    Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryFactory': Invocation of init method failed; nested exception is javax.jcr.RepositoryException: There is alre...
    Profile Photo
    last modified by rishianand50
  • There is already a deployed repository named 'sample' ?

    I am getting below error :   Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryFactory': Invocation of init method failed; nested exception is javax.jcr...
    Profile Photo
    created by rishianand50
  • 3.x to 4.x migration clarification

    I am trying to migrate a 3.7.1 repository to 4.6 "in-place".  The source 3.7.1 repository is running in JBoss EAP 6.1 instance and the target 4.6 repository is running in WildFly 9.0.  Both instances are bac...
    Profile Photo
    last modified by mashama
  • SQL error while fetching stored entry with key ?

    I am getting below error.   nested exception is javax.jcr.RepositoryException: Error while starting 'sample' repository: SQL error while fetching stored entry with key: 5d1ebbb317f1e7/jcr:system/jcr:nodeTypes/nt...
    Profile Photo
    last modified by rishianand50
  • Versioning - support to change major version number

    When I check in a new version of a node, Modeshape assigns a version number to it automatically, with format majorNumber.minorNumber. My problem is, with each new version, Modeshape increases the minor version number,...
    Profile Photo
    last modified by sipos-roland-13b18346
  • There is already a deployed repository named 'sample'. Getting this error !!

    Getting this error : Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryFactory': Invocation of init method failed; nested exception is javax.jcr.Repositor...
    Profile Photo
    created by rishianand50
  • Short-lived vs long-lived sessions

    Considering Repository and Session - Thread-safety + Long-running sessions : Web applications, for example, often will obtain a Session for each incoming request, use that session to process the request, and then wi...
    Profile Photo
    last modified by zcc39r
  • modeshape is not saving data in mysql ?

    I am getting below error :   Caused by: java.sql.BatchUpdateException: Illegal mix of collations (latin1_general_cs,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '='   repository-config.json { ...
    Profile Photo
    last modified by rishianand50
  • Atomikos Transaction Manager Problem ? <Field value for 'storage.transactionManagerLookup' expected to be of type string but was of type object>

    I want to use modeshape with spring and I am getting below error :   Cannot resolve reference to bean 'repositoryFactory' while setting bean property 'repository'; nested exception is org.springframework.beans.f...
    Profile Photo
    created by rishianand50
  • 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
  • Already using jackrabbit, parallely I want to save data using Modeshape, I have some problem in config?

    I am using jackrbbit into one of my project. Now, I want to store data parallely through modeshape. After taking help from modeshape-spring-example, I have configured modeshape into my project. I am getting below er...
    Profile Photo
    last modified by rishianand50