Log in to follow, share, and participate in this community.
Thread CMIS Authentication/Authorization
CMIS Authentication/AuthorizationI am trying to federate a ModeShape repository with another one via CMIS. However when the CmisConnector attempts to create a session a "org.apache.chemistry.opencmis.commons.exceptions.CmisConnectionException: ...
Thread Encryption for MVStore with filepersistence
Encryption for MVStore with filepersistenceHello. Thankyou for creating this project. It has suited our needs for an image server very well. I am looking to encrypt our images at rest. Is there a recommended approach to encrypt binary data usin...
Thread Can not Backup data in modeshape 3.7.2 due to the out of memory
Can not Backup data in modeshape 3.7.2 due to the out of memoryHi All, We need to upgrade the modeshape from 3.7.2 to 5.1.0 in our project, We try to backup the data from 3.7.2, but it fails because of the out of memory, and our java memory is 8G, our jcr data size is 400...
[ModeShape 5.x] Maven snapshot repositoryI am trying to find a Maven repository where ModeShape 5.2-SNAPSHOT would reside. The [1] has only a few modules published, but even those are for 4.1-SNAPSHOT. I found a continuous integration build [2], but it does ...
Thread How to create indexes on properties of referenced nodes?
How to create indexes on properties of referenced nodes?Given a schema of the sort: [my:author] > mix:versionable primaryitem my:username - my:username (STRING) mandatory queryops '=, <>, <, <=, >, >=, LIKE' - my:email (STRING) man...
Release of 4.7.0-FinalHi. I was wondering if we could get 4.7 released. It contains the fix for [MODE-2615] which is critical for us. I know in the bug Horia, you mentioned there aren't any more 4.x releases planned but I do see that there...
Speed up slow sql2 query with indexesHi, we use the following query to check, if any child (in any depth) of a certain node has a certain permission with the privilege "my:readPath" and the name of a user: SELECT privileges, name FROM [mytype:Pe...
Database performance slowsI have a web application developed using ModeShape 4.4.0 and Infinispan 7.2.3. My application loads documents into the ModeShape repository and stores them in a MySQL database. I am running ModeShape within a To...
Thread Configuring modeshape 5.1.0 to authenticate with ldap
Configuring modeshape 5.1.0 to authenticate with ldapHello Experts, These are the steps i followed to authenticate my modeshape with ldap: 1)made Jaas-conf.xml which looks like this: <?xml version='1.0'?> <policy xmlns:xsi="http://www.w3.org/2001/XML...
Restoring an inconsistent databaseHi everyone, I have a corrupted database from which I'd like to restore data. It's impossible for me to open it because modeshape is unable to read namespaces and nodeTypes at loading. So what is the proper w...
Infinite loop in queries using sortWe stumbled upon a corner case where some queries like this: SELECT .. WHERE [ns:property1] = 'A' AND [ns:property2] = 'B' ORDER BY ['ns:property3'] randomly get stuck to an infinite loop on ModeShape 5.x. ...
Thread Maintaining version history "created" timestamps when importing
Maintaining version history "created" timestamps when importingMy team is currently in the process of migrating from Jackrabbit 1 to Modeshape. We would like to maintain the version history from our out existing repository. It appears that although the "created"...
Thread Interest in contributing a binary store implementation for Amazon S3
Interest in contributing a binary store implementation for Amazon S3Hi, I've written an implementation of a binary store for ModeShape 5 that allows for storage of binary content in Amazon S3: https://github.com/fcrepo4-labs/modeshape-s3-binary-store. I'd like to know if there...
HikariCP pool is starting really slowthis is a cross post of a question which was posted as an article by x-out: Hey guys, our Modeshape server is starting really slow when he starts the HikariCP Pool. Here is the snippet from our log fi...