• Query with Joins produces NPE

    Hello:   This NPE exception:   java.lang.NullPointerException   at org.modeshape.graph.query.process.JoinComponent$6.evaluate(JoinComponent.java:359)   at org.modeshape.graph.query.process.NestedL...
    Profile Photo
    last modified by lexsoto
  • 2nd level cache for JPA connector and LargeValues

    Hello,   Are the LargeValues entities cached as well if I enable the 2nd level cache ? If so then I have a concern as those could be, as the name implies, large.
    Profile Photo
    last modified by jamat
  • Modeshape 2.6 how to avoid loading binary content in memory ...

    Hi,     We have problems when trying to delete nodes from the repository especially when those nodes contain binary content. As we are using JPA connector with Oracle database server, we retrieved statistic...
    Profile Photo
    last modified by clau_babau
  • Modeshape's performance on deleting

    Hi,   I would like to know if this result is likely to be expected or not, because this seems quite strange:   I'm using Modeshape 2.6.0 Beta 2 Kit for JBoss. I have one JPA connector set up, and when i ...
    Profile Photo
    last modified by sjahan
  • No 'OPTION_ACCESS_CONTROL_SUPPORTED' for JPA Source

    Hi,   I am very new with ModeShape, so forgive me if I am asking something obvious.   I have configured a source "org.modeshape.connector.store.jpa.JpaSource" but it looks like there is no support for ACL ma...
    Profile Photo
    last modified by lexsoto
  • Modeshape 2.6 batch job ...

    Hi,     Environment: JBoss 6.1 final configured with Modeshape 2.6 and JPA connector with Oracle 11g server.    When putting JBoss logging in DEBUG mode, we see that from time to time (30 seconds...
    Profile Photo
    last modified by clau_babau
  • When deleting nodes from repository ...

    Hi,   We have a setup containing one JBoss 6.1 server instance (4GB max heap size) with ModeShape 2.6. The Modeshape JCR repository is persisted into an Oracle 11g db server (30 connections in the pool). When d...
    Profile Photo
    last modified by clau_babau
  • WebDAV configuration error

    Hi All,   I am configuring WebDav for the first time.I build the WAR file and deployed in to tomcat7.   When i hit the url on browser i get the following error message.Please someone help me to solve this....
    Profile Photo
    last modified by thushanga
  • Programmatic configuration of workspace projections

    Hi, first and foremost I'm a complete beginner with ModeShape. I was looking at the example projects from the getting started guide and got stuck while attempting to programatically configure projections for a federat...
    Profile Photo
    last modified by kkrauth
  • Session.getNodeByIdentifier() generates too many queries

    Hi,   Can someone kindly explain why a call to Session.getNodeByIdentifier() produce to many queries to the database? We are using JpaConnector. With each call, it executes more than 20 queries (see attached) an...
    Profile Photo
    last modified by coolersport
  • ModeShape 2.6.0.Final

    After a fairly significant delay, it looks like by tonight we'll have buttoned up all of the issues targeted for the 2.6.0.Final release, so we'll try to issue the release tomorrow. Please stay tuned.
    Profile Photo
    last modified by rhauch
  • problems with modeshape-rest

    I am having problems creating a node using modeshape-rest, but do not understand what I am doing wrong. I'm using Modeshape 2.6.0 and the JBoss 6 AS kit and the disk connector. Here's the root of the repository:  ...
    Profile Photo
    last modified by jonathandfields
  • modeshape and postgres

    Hi everyone, I do a project with modeshape. In practice I had access to a database (postgres) and navigate like a repository, but I don't understand how. I read the guide and I have to use a connector, but I do not ...
    Profile Photo
    last modified by marcolo
  • ModeShape 2.6 state

    Hello,   I just wanted to kindly ask when ModeShape 2.6 Final is beeing released. According to Jira it should some time ago, especially as last version released is Beta2.   Any plans for final? If not, cou...
    Profile Photo
    last modified by kbachl
  • Got ArrayIndexOutOfBoundsException while try to call Row.getValue(columnName)

    Hi all,   I'm a newbie for Modeshape, what I'm trying to do is to query some properties of parent and child node together, below is the JCR_SQL2:   {code:sql}SELECT parent.title, child.age FROM [nt:unstru...
    Profile Photo
    last modified by flyisland
  • Problem with custom types and Modeshape EJB for Jboss

    Hi,   We use Modeshape 2.6.0 Beta 2 with some custom nodetypes in CND files. This works fine in our dev environment, but for an unknown reason, this doesn't work at all in my test environment... I cannot write...
    Profile Photo
    last modified by sjahan
  • Is it possible to add new mixin by reloading CND file without restarting the repository ?

    Hi,         For Filesystem Connector repository used in App server. Basically, we use Modeshape (JCR)  mainly to store extra Metadata along side with File(nt:file) and Folder(nt:fol...
    Profile Photo
    last modified by penkween
  • How to update the Query index without restarting the repository ?

    Hi,   For the Filesystem Connector used within App Server, let say the repository already has the following directory structure:   / /folder1 /folder2         When the JcrE...
    Profile Photo
    last modified by penkween
  • Unit tests fails when building on Windows (win 7 64 bit)

    Hi, I'm getting unit test failures on ZIP and DDL sequencers when building on Windows 7. Building on linux machine with CentOS 5.6 works fine. /Sverker
    Profile Photo
    last modified by sverker
  • Disk Connector vs Filesystem Connector

    Hi,          Have read the great article about Selecting the right connectors and have a quick test both types of connectors. We are considering of implementing our repository proje...
    Profile Photo
    last modified by penkween