• I can't see created nodes through webdav/rest

    Hi,   I use Modeshape version 3.1.3.Final and JBoss version 7.1.1.Final. I create a repository and workspace that I can see them if I connect through webdav. My problem is when I create a node in this reposi...
    Profile Photo
    last modified by estel1212
  • LIMIT 1 Bug and thoughts about JOINs

    Just filed https://issues.jboss.org/browse/MODE-1865 where LIMIT 1 doesn't work properly with JOINs. (There is a workaround and that is to use LIMIT 2 and then trim the results yourself). The optimization to bail in a...
    Profile Photo
    last modified by clementp
  • Issues with modeshape JCR search in transactional mode

    I am trying to insert nodes into repository as batch within an EJB transaction. Nodes are getting created successfully but for some reason search is not returing any nodes. I see the following warning messages in the ...
    Profile Photo
    last modified by satyakishor.m
  • VersionException when merging workspaces

    I am running into the following exception when I try to merge two workspaces.   15:43:40,522 ERROR [stderr] (http--127.0.0.1-8080-1) javax.jcr.version.VersionException: Cannot add the child node named 'child2' u...
    Profile Photo
    created by satyakishor.m
  • Configuration for Modeshape 3.1.x, JBoss 7.1.1 and PostgreSQL

    I'm looking for a configuration example where Modeshape 3.1.x  is used in JBoss 7.1.1.Final and the Modeshape data i stored in PostgreSQL. I think I've managed to figure out that I at least need to add these en...
    Profile Photo
    last modified by amberg
  • Adding sequencer output to the same "nt:file" nodes

    Hi,   I'm trying to upload an image file to Modeshape repository using JcrTools::uploadFile(session, path, stream) under a pre-created nt:folder node. At the same time, I need to benifit from the nice feature "...
    Profile Photo
    last modified by m.sarhan
  • Import/Export versionable node with its version history

    Hi Author,   Right now, I can use session.importXML/exportSystemView to import/export nodes, it works pretty well. But for versionable node, it has corresponding nt:versionHistory nodes under jcr:versionStorage...
    Profile Photo
    last modified by ozhou
  • Error while starting 'TestRepository' repository: Domain already registered org.infinispan

    I've just ported my code to use the EAP 6 alpha release (version.jboss = 7.2.0.Alpha1-redhat-4) and am using Modeshape 3.1.3.Final. I'm getting random failures in my unit tests that produce the exception shown below. ...
    Profile Photo
    last modified by bwallis42
  • CND File Organization

    Hi,   Suppose I have multiple java project, in every project, it has own nodeType cnd file (named "nodeTypes.cnd"), and then in top level web project, it has repository configuration file, in that file, how can ...
    Profile Photo
    last modified by ozhou
  • jboss cli creation and deletion of repositories fails

    I am trying to create and delete a repository as part of an automated build deployment step but it doesn't seem to be able to delete the repository again after creation. The first deletion fails. A second attempt succ...
    Profile Photo
    last modified by bwallis42
  • InvalidItemStateException when trying to add a node

    We have a batch process that reads a big excel file and creates nodes from the excel contents. I am running into InvalidItemStateException when running the batch process. But my code works fine if I comment out the ve...
    Profile Photo
    last modified by satyakishor.m
  • MODE-1822 - VersionManager.checkin throws exception in the transaction when using JTA transaction manager

    Hi Randall,   I re-tested this issue with latest 3.1.3, the bug is fixed. Thanks.   But I found another issue may relate to this fix.   RIght after calling the function described in the issue, I call...
    Profile Photo
    last modified by ozhou
  • Very slow replication in cluster

    Another beginner's question...   We have set up an infinispan replication cluster with two members, both running on the same machine. When we change the content of a node on one host, the other member of the clu...
    Profile Photo
    last modified by anweibel
  • Mixing database and Repository: what is the best solution?

    Hi,   I have a general question:   - I want to store my model (for example: patient, surgeon, procedure... as tables) in database and the patient  documents/media in modeshape repository, so that I ca...
    Profile Photo
    last modified by estel1212
  • Newbie question

    Hello, i'm trying to reproduce simple example given at https://github.com/ModeShape/modeshape-examples/tree/master/modeshape-filesystem-store-example as Java SE application     First exception was javax.j...
    Profile Photo
    last modified by venexz
  • Experience with Clustering

    I am just beginning to explore clustering Modeshape and I think I am running into MODE-1769 which I thought was fixed in the trunk. I downloaded JBossAS 7.1.1.Final from the website, installed ModeShape 3.1.3.Final, c...
    Profile Photo
    last modified by clementp
  • Node Name with german Character:webdav and rest navigation doesn't work?

    Hi,   I create a node that the name contains german character like ä or ü", Nodes are successfully created but when I tray through webdav or rest to navigate to the node. I can't open it because these ...
    Profile Photo
    last modified by estel1212
  • Autocreated child nodes

    I have a question about the JCR specification.   For a node definition that contains a child node with a default type that is autocreated, if a new field is added to a previous saved node without the child node,...
    Profile Photo
    last modified by clementp
  • LockObtainFailedException

    I am getting this exception in 3.X using oracle to store the repo. Any idea, how to fix ? pls note, everything seems to work fine (I mean able to save and retreive back).   ERROR: HSEARCH000058: Exception occur...
    Profile Photo
    created by mrhaneef
  • Session save not seen in query

    Hello,   I use 3.1.2.Final on jboss 7.1.1   and i have a document type like this :   [nbe:document] > nt:file     - scannDate (DATE) mandatory COPY     - period (S...
    Profile Photo
    last modified by sebastien.michea