• Can i use xml for repository configuration in modeshape ?

    It is easy to include variables in xml file to assign jdbc username and password. Can one assign repository configuration through xml file.
    Profile Photo
    last modified by rishianand50
  • How To Tune ModeShape for Better Performance

    This article is applicable only for ModeShape 2.x, and does NOT apply to the new architecture in ModeShape 3.x. See the 3.x documentation for more details.   Once you have started to build your application, you ...
    Profile Photo
    last modified by rhauch
  • ModeShape Development Guidelines

    See also: ModeShape and Maven ModeShape Development Tools ModeShape Development Workflow   ModeShape is a community of developers and users that are trying to build the most useful and capable JCR implementation...
    Profile Photo
    last modified by rhauch
  • Using FileSystemBinary?

    Using ModeShape with a FileSystemSource I am trying to add a Binary file of 3GB. I am getting a OutOfMemoryException. After a little investigation I believe the default implementation uses InMemoryBinary which load al...
    Profile Photo
    last modified by d95sld95
  • Remoting JCR API

    Hi there,   i am trying to set up an architecture and the operations i am seeking to perform are just creating nodes, setting their properties, setting (and removing) links between them. Nothing special, since t...
    Profile Photo
    last modified by fcarriedos
  • ModeShape Integration Managers

    NOTE: Most developers do not have commit privilege on the official ModeShape Git repository. If you are not, please follow the normal ModeShape Development Workflow.     ModeShape uses Git for its version ...
    Profile Photo
    last modified by rhauch
  • Exception when restoring version (was: Nodetype/CND not found)

    Hi,   This could be a stupid question, but i am stuck on it for a little hour and this is probably so simple that i won't find it by myself. What is the proper syntax to write the path of my CND files in the m...
    Profile Photo
    last modified by sjahan
  • Are beta releases worth it?

    We started to use beta releases in the 2.5 effort, and we released 2.5.0.Beta1 and 2.5.0.Beta2 before the 2.5.0.Final release. This was really more of an experiment to keep us releasing code about every 4 weeks, but a...
    Profile Photo
    last modified by rhauch
  • Hibernate problem since using federation connector

    Hi everyone,   I didn't try to debug it deeply yet, prefering starting a thread if someone already experienced that, it could be faster to do this way. Here's the case:   We got a Jpa connector which wo...
    Profile Photo
    last modified by sjahan
  • Query on jcr:isCheckedOut

    Hello,   I was playing with versioning with some of the nodes in my repository and I wanted to run a query to get all the nodes that were checked out. Alas, I was not able to make it work. I am probably doing ...
    Profile Photo
    last modified by jamat
  • Querying a repository

    Hi all, i have a filesystem based repository with modeshape and i'm using it into a seam 3 ear packaged application, integrating modeshape with seam-jcr module. In order to get repository and session objects as sta...
    Profile Photo
    last modified by riboriori
  • Is dual persistance storage possible in Modeshape?

    I'd like to have the metadata (stored as properties) of my content in a database and the actual content (files) in a file system, similar to what Jackrabbit and other CRs do.   I know that Modeshape allows you t...
    Profile Photo
    last modified by joedel
  • Jpa repository with jboss as 6 final

    Hi all, i'm new to modeshape, and i'm experimenting it with jboss as 6 (i've downloaded the jboss as kit). I have a seam 3 application packaged as an ear under jboss 6 as. Once i've downloaded modeshape, i've config...
    Profile Photo
    last modified by riboriori
  • How to connect to a Modeshape repository?

    Hi, I've just started working with Modeshape, and I'm quite blocked. I have ModeShape 2.5.0 up and running on JBoss AS 6, and I want to start by writing a jsp snippet to access the content repository using the JCR AP...
    Profile Photo
    last modified by joedel
  • Query Framework

    Hi! I have a question about the query framework in modeshape. I've stepped through the code with a debugger. It seems that a lucene index is queried internally.   I'm writing a custom connector to integrate a pr...
    Profile Photo
    last modified by kai.reichert
  • ModeShape and concurrent Infinispan usage

    Hi,   I want to use modeshape together with infinispan. Idea is that I have 1 infinispan cluster on 1..n machines. This cluster is then connected to by about 3 app's using each a jcr that is connected using mode...
    Profile Photo
    last modified by kbachl
  • New error with Modeshape 2.5.0

    Hi everyone,   I freshly installed Modeshape 2.5.0 and i get a nullpointer at the beginning:   17:18:56,830 ERROR [SOAPFaultHelperJAXWS] SOAP request exception java.lang.NullPointerException   ...
    Profile Photo
    last modified by sjahan
  • ModeShape 2.5.0.Final is available!

    The ModeShape team is proud to announce the availability of ModeShape 2.5.0.Final. As usual, it's in the JBoss Maven repository (see our Maven instructions) and on our downloads page, and we've updated the Reference G...
    Profile Photo
    created by rhauch
  • Why does SQL2 cast() not work after restart of engine?

    I'm trying to execute the sql2 query:     SELECT * FROM [fincayra:User] as user WHERE user.active=cast('true' as boolean)     It returns the desired result set unless I restart the engine.   ...
    Profile Photo
    last modified by piascikj
  • ModeShape 2.5.0.Beta2 is out

    We've just released our second beta for 2.5, with the following changes:   improved performance for versioning-related operations; upgrade to Lucene 3.1; eliminated our dependency on the JCIP and Google Collec...
    Profile Photo
    last modified by rhauch