• Writes in a clustered environment

    Hi there,   i have been checking both documentation and the forum to find out how does Modeshape behave when writing in a clustered environment, does it support concurrent writes on the same disk or is it an exc...
    Profile Photo
    last modified by fcarriedos
  • Exception when trying to use Microsoft Office Document Sequencer

    Hi,   I'm to create a simple repository for storing and searching microsoft office documents and images but I'm getting a strange error when trying to sequence Microsoft Office Documents. I have the following co...
    Profile Photo
    last modified by jacobdoran
  • 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
  • How to create a workspace programatically in modeshape 2.x ?

    Hi modeshapers,   I am trying to create a workspace programatically in an existing repository. It seems that this point is not described by documentation, so I experimented the following:   Credentials cre...
    Profile Photo
    last modified by akrambenaissi
  • Beginners Guide

    Given a repository name is there a way to get the source(s) in java?  In the below example I couldn't get anything from:   RepositorySource source = engine.getRepositorySource("beginners_repo");  ...
    Profile Photo
    created by djg2002
  • Sequencing of new content added through SVN connector

    Hi guys,   I have been attempting to get SVN commits to be sequenced by JCR. The XmlSequencerIntegrationTest only seems to test files published directly to the node-graph structure (via the API).   Does m...
    Profile Photo
    last modified by mkmichem
  • Use case for Modeshape

    Hi there,   i have been reading about modeshape and checking the documentation and, at least about functionality, it seems to be what i am looking for. Nevertheless, since i read some use case assessment in this...
    Profile Photo
    last modified by fcarriedos
  • Location and Identification Properties

    I have a connector I'm playing with and I am unsure about part of the interface.   org.modeshape.graph.Location.create(Path path, Property idProperty)   and other variations on create.   What are id...
    Profile Photo
    last modified by bwallis42
  • Loading a CND and using a JPA connector

    I have a simple cnd schema for a half dozen node types and I am using a jpa repository connector in modeshape 2.7.0. The node definitions do not seem to be persisted and if I try to reload them it doesn't seem to work...
    Profile Photo
    last modified by bwallis42
  • Versions

    I'm trying to work my way through the versioning in the JCR and am not quite getting it.   My requirement is to maintain a history of all changes made to a tree of nodes where the depth of the tree is between 5-...
    Profile Photo
    last modified by bwallis42
  • Adding nodes to checked in nodes

    I seem to be able to add and rearrange child nodes to/on a checked in node which in my mind is a change to the versioned state of the node. I cannot delete nodes from a checked in node.     {code}  ...
    Profile Photo
    last modified by bwallis42
  • CND Syntax Errors

    Syntax errors don't seem to be caught or reported, they just cause the parsing to halt. I have the following code to load a CND file   {code}         JcrEngine engine = null; &...
    Profile Photo
    last modified by bwallis42
  • Exception thrown on repository startup if any node or property use custom namespace

    When starting a repository in my test environment I get an exception if I have any already existing content there that have child nodes or properties from other namespace than default. I create my own node type defini...
    Profile Photo
    last modified by sverker
  • Modeshape on JBoss AS 7?

    Does modeshape work on JBoss AS 7? I did a quick test with 2.6.0.Beta1 files from JBoss AS 6 bundle and get failure to deploy on webdav and rest modules. The .failure file for webdav contains the following:   {"...
    Profile Photo
    last modified by sverker
  • FullTextSearch using SQL2 and Filesystem connector does not find records

    I am trying to build out a few test cases with Modeshape's full-text-search using a Filesystem connector to find file(s) containing specific content and it is not behaving as I would expected...   I have a singl...
    Profile Photo
    created by kjq
  • ensureRequiredPrimaryTypesLoaded throwing NullPointerException on first access under Jetty

    I am working on a "resource" controller using the latest Spring3 and JBoss Modeshape (pointing to a federated repository using the Filesystem connectors) to retrieve an asset. When I access any webpage, using the cont...
    Profile Photo
    last modified by kjq
  • NPE when starting Modshape REST Server with repository running as a service in JBoss AS

    Hi modeshapers,   I am trying to deploying an extended version of the Modshape REST server. Following the documentation, I created a maven project with the following dependencies:   <dependency> ...
    Profile Photo
    last modified by akrambenaissi
  • Path Query syntax

    Happy New Year Modeshapers,   I was using a SQL2 query string like this one:   SELECT * FROM [nt:unstructured] AS node WHERE ISDESCENDANTNODE(asset, [" + path + "]) AND (LOCALNAME(node) = 'name')   w...
    Profile Photo
    last modified by jamat
  • Hangs and poor performance using JpaSource

    Hi,   I am in the process of running performance tests to evaluate different JCR implementations. To do this I have ported the jackrabbit-jcr-benchmark package from the Jackrabbit project so that I can build it ...
    Profile Photo
    last modified by duncanmcintyre
  • Modeshape 2.6 export does not work when having large binary data ...

    Hi,     We're struggling to use the import/export repository capabilities, and we strongly need to export also binary content. Our problem is that when the binary content is large we get OutOfMemory error. ...
    Profile Photo
    last modified by clau_babau