• Query regarding upgrade of Modeshape from 2.7.0 to 3.7.0

    All,     I am in the middle of upgrading modeshape from 2.7.0 to 3.8.0. The architecture involves EAP 6.3.0, Modeshape 3.8.0, Infinispan 5.3.0.Final   I upload my artifacts to modeshape via modeshape...
    Profile Photo
    last modified by deepak_a
  • How to encrypt Database password in modeshapeConf.xml

    All,   I am using Modeshape 2.7.0 Component I use is: modeshape-connector-filesystem   modeshapeConf.xml holds the database connection details          <mode:source ...
    Profile Photo
    last modified by deepak_a
  • Exception occurred org.apache.lucene.store.LockObtainFailedException: Lock obtain timed out

    Hello. I'm migrating my java application using modeshape 2.8 to modeshape 3.7.1.Final . My application is using javax.jcr.RepositoryFactory to load modeshape repository. After I changed my xml modeshape configuration...
    Profile Photo
    last modified by shashov
  • How to control Transaction Isolation level in Modeshale

    All,   I am using Modeshale 2.7. I want to control the Transaction Isolation level - can some one guide me on this?   As per https://issues.jboss.org/browse/MODE-983 It appears this should be possible. &...
    Profile Photo
    last modified by angeshwar123
  • How To Select The Right Connectors

    This article is applicable only for ModeShape 2.x, and does NOT apply to the new architecture in ModeShape 3.x.   ModeShape provides many different connectors that can be used to construct a JCR repository. ...
    Profile Photo
    last modified by rhauch
  • 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
  • Error while integrating modeshape 2.8.x with JGroups3.x

    I'm now using modeshape 2.8.2, we need to use modeshape cluster feature. JGroups-3.0.9 is already used in system, so we removed jgroups dependency while adding modeshape clusting jar:   <dependency>   ...
    Profile Photo
    last modified by neil.zou
  • Modeshape 2.8.3.Final + infinispan problem

    Hi, I'm trying to setup Jboss 4.2.3 (I must use that old version..) with Modeshape 2.8.3.Final and Infinispan 4.2.1.Final   My config files are as follow: jcr-config.xml <?xml version="1.0" encoding="UTF-8"...
    Profile Photo
    last modified by pjakub
  • Password encryption in Modesdhape configuration xml

    Hello,   I have some passwords in Modeshape configuration XML and I would like to get them encrypted with AES128. The one idea which I have - is to use one Modeshape repository (configuration repository) to sto...
    Profile Photo
    last modified by vasilievip
  • Custom connectors framework 2.x and 3.x: versioning and search question

    After looking at forums and jira I'm bit confused with Modeshape custom connectors framework: https://issues.jboss.org/browse/MODE-1200 https://community.jboss.org/thread/194692 https://issues.jboss.org/browse/MOD...
    Profile Photo
    last modified by vasilievip
  • Absent Code attribute in method that is not native or abstract...

    Hello,   I am seeing this error during unit testing an EJB 3.1 class that uses JCR:   Caused by: java.lang.ClassFormatError: Absent Code attribute in method that is not native or abstract in class file java...
    Profile Photo
    last modified by lexsoto
  • Rest api: unable to unpublish node

    I'm using ModeShape 2.8.2 and JBoss 7.1.1. ModeShape rest server deployed as usual web application. And I have a kind of a stupid question. I can to publish a file - it uploads to the storage and everything is fine. B...
    Profile Photo
    last modified by gkalabin
  • JcrConfiguration: loadFrom can't parse storeTo result

    Hi everybody!   I'm using ModeShape 2.8.3 and JBoss 7.1.1.   I have to load ModeShape's configuration on startup, be able to change it in runtime and overwrite the file with the new configuration on shutdo...
    Profile Photo
    last modified by gkalabin
  • Reading and writing to Amazon S3 buckets using Modeshape

    I am having trouble reading and writing to amazon S3 buckets.   I can see that it is connecing ok because it says soin the logs but i can't seem to be able to upload content or read the workspace foldr struct...
    Profile Photo
    last modified by jideesan
  • Modeshape 2.8.x on JBossAS7

    Is there any official way to run Modeshape 2.8.x on JBossAS7?
    Profile Photo
    last modified by michcss
  • Issue on versioning when using federation repository

    Hi all,   We are facing a problem on realising versioning when using federation repository. The federation repository has 1 filesystem source and 2 jpa source(including the system source). We versioned the node...
    Profile Photo
    last modified by fff13
  • Exceptions in building index

    When I use jdbc metadata connector to connect a database, a SQL exception is thrown because the connector tries to get metadata of an oracle system table, whose name is like SYSD423\DASD==. I have to turn off the inde...
    Profile Photo
    created by oranjedog
  • Restore jcr node to another repository

    Here I got the metadata info from the source repostiory within a oracle DB by jdbc metadata connector, and then I want to store the metadata info into another target repository within a database, maybe another oracle ...
    Profile Photo
    last modified by oranjedog
  • Issue on updating node properties of type "multiple reference"

    Hi all,   we are facing a problem on updating a node ptoperty of type multiple reference. Instead of new array of references the property value remains the same. On debuging we saw in the methode org.modeshape....
    Profile Photo
    last modified by dimonv
  • How does one use the initialContent parameter in the config file?

    Hi,   I've been wondering how to use the "initialContent" parameter in the config file (Modeshape 2.x), well not the parameter itself - but more precisely what are the expected contents of the file it points to ...
    Profile Photo
    last modified by chrispoulsen