• Getting a sequencer to engage?

    Firstly, congratulations on a lovely piece of software! I've enjoyed my first time working with it for the last few days.     I've run into a perplexing problem as I first try to engage the Sequencing Frame...
    Profile Photo
    last modified by ajs6f
  • Custom connectors with ModeShape 3

    Hello,   I would like to use ModeShape 3 to access custom content managment system (built in .net), with ModeShape 2 I see that there is connector framework for such things. Could someone point me to the right ...
    Profile Photo
    last modified by vasilievip
  • ModeShape 3 and SVN (Git?) Connector

    Hi,   Will the SVN Connector be ported to ModeShape 3?   Are there any plans to support a Git Connector?   This would be really useful.   /ove
    Profile Photo
    last modified by oranheim
  • Modeshape configuration with JBoss AS7

    I'm struggling to find any detailed documentation for configuring ModeShape 3.0 in AS7 (without the use of CLI). Specifically, I'd like to know if there is any way to point to a seperate json/xml configuration file fo...
    Profile Photo
    last modified by erickingston
  • JIRA triage meeting for 3.1

    We are fans of "time-boxed" release cycles, which means that we prioritize and work on features, enhancements, bug fixes, and other changes during that time and release at the end of the window. Anything left undone i...
    Profile Photo
    last modified by rhauch
  • Modeshape and HTTP range requests on very large media files.

    Hello,   ever since I found out that VLC player knows how to http I put all my rather large media files in an http server instead of a shared network drive.   With VLC I can now still jump from scenes with...
    Profile Photo
    last modified by guenni2
  • Broken data consistency?

    Hello,   I'am doing some integrational tests for my app. Approximatelly I'am executing the following operations:   Add node of type A Add node of type B which refers to node of type A (reference, not weak...
    Profile Photo
    last modified by mmatloka
  • Node.getNodes() and node type

    I have a model where a node contains three types of child nodes.     {code} [inf:document] > mix:versionable, nt:hierarchyNode orderable         + * (inf:history) COPY...
    Profile Photo
    last modified by bwallis42
  • SELECT ... ORDER BY array index out of bounds exception

    The following bit of code with a select gives an arrayIndexOutOfBounds exception (modeshape 3.0.1.Final, java 1.6.0_37)   {code} QueryManager queryManager = session.getWorkspace().getQueryManager(); ValueFactory...
    Profile Photo
    last modified by bwallis42
  • SELECT DISTINCT class cast exception

    Should the following query work? (running modeshape 3.0.1.Final, JDK 1.6.0_37)   {code} QueryManager queryManager = session.getWorkspace().getQueryManager(); ValueFactory vf      &#...
    Profile Photo
    last modified by bwallis42
  • RangeIterator.getNumberRemaining() missing

    The javadoc for the RangeIterator.getSize() method says that you should be able to call RangeIterator.getNumRemaining() to find out how many elements are left to be iterated over (at least an estimate of the number). ...
    Profile Photo
    last modified by bwallis42
  • Integration testing JCR based app

    I am looking for idea how to test whole based on JCR application (using my API/interface etc). Modeshape is used as a JBossAS submodule, data stored in RDBMS. How I can force clean state of repository between differen...
    Profile Photo
    last modified by mmatloka
  • Modeshape loses nodes during concurrency

    Hello,   We are playing around with Modeshape. Cool stuff.   However, it looks like there is a concurrency problem caused by we are doing something wrong or Modeshape is broken.   This is the code an...
    Profile Photo
    last modified by codeape
  • Problems with defining node types in clustered environment

    We are having a problem running Modeshape in a clustered environment. The issue arises when we attempt to define custom node types (via a .cnd file) in our .json repository configuration file. The first instance of Mo...
    Profile Photo
    last modified by rickcole3
  • Unit testing JCR (Modeshape)

    Is there any reasonable way for testing JCR (Modeshape implementation) like arquillian-extensions-persistence, dbunit etc?   I've found that e.g. jackrabbit has some built in transient repository http://modeshap...
    Profile Photo
    last modified by mmatloka
  • Queries, Sorting and Internationalisation

    I've just read the post at https://community.jboss.org/message/649293#649293 and am wondering what support there is for localisation of the comparison functions in a query.   can ORDER BY be influenced by a loca...
    Profile Photo
    last modified by bwallis42
  • support ModeShape as a PHPCR persistence layer

    I am one of the lead authors of PHPCR and the PHPCR reference implementation Jackalope. http://phpcr.github.com   The aim is to create an API that takes the concepts of JCR but follows the philosophie of PHP. T...
    Profile Photo
    last modified by lsmith77
  • SystemFailureException: Unable to initialize the '/jcr:system' content in repository 'sample

    I've started writing actual code for our project (yay!) but haven't gotten far as yet as I am trying to set up our environment so that there are some good examples of how building and testing are going to work.  ...
    Profile Photo
    last modified by bwallis42
  • ModeShape 3 full-text search

    Hi, I am currently evaluating modeshape 3 and trying to test the full-text search. I am trying to search for a text in a msoffice word doc that I added to the repository. I am have modeshape setup as part of AS7 usin...
    Profile Photo
    last modified by tamer_sk
  • Direct support for CDI (JSR-299)?

    In the Seam.Next Announcement blog post, Shane talks about how the Seam community has encouraged projects to own their own CDI extensions:   "By enabling CDI support in as many places as possible, our goal is to ...
    Profile Photo
    last modified by rhauch