Log in to follow, share, and participate in this community.
Thread Modeshape project continuity
Modeshape project continuityI'm looking for a JCR framework and I'm evaluating Modeshape but the last release date is 04/19/2017 and I've not seen any news about it's continuity. I afraid that Modeshape project is dead. Please, anybody can confi...
Thread non-existant column 'mode:localName' in '__ALLNODES__'
non-existant column 'mode:localName' in '__ALLNODES__'Let me start by saying that I am totally new to JCR and ModeShape. I am just playing around a little. And I got a weird error. The statements: Query q = ses.getWorkspace().getQueryManager().createQuery...
ModeShape JDK 11 supportI already looked in the documentation and it seems that only JDK 8 is supported. Can anybody confirm that this is the case? Are there any chances to have JDK 11 supported any time soon (next 6 months, 1 year...). Thanks!
Thread Modeshape: resetting to invalid mark after updating to Tika 1.18
Modeshape: resetting to invalid mark after updating to Tika 1.18Hi, I updated the Tika dependencies to Tika 1.18 (RH cve fixes), but now I'm running into "org.apache.tika.io.TaggedIOException: Resetting to invalid mark", when org.modeshape.jcr.JcrSession.save is called (it all end...
Is the modeshape project dead?Is there any news regarding the modeshape project? We use modeshape in our product and we would like to know if there is a roadmap or if the project is dead. We have to evaluate if we should keep modeshape in ...
Thread Size of BinaryStorage on the Filesystem bigger than expected
Size of BinaryStorage on the Filesystem bigger than expectedHi, we use Modeshape 5.4.1 in our product to save all kinds of data. We are using the FileSystemBinaryStorage and the binaries are stored under a folder /binaries. I will first try to explain the whole situation and ...
Downloads and Documentation UnavailableHello ModeShape Community, I was trying to download the latest version (5.4.0) but for some reason the Downloads and Documentation links seem to be broken: Google results for the 5.4.0 downloa...
modeshape-web-explorer +maven+tomcat In the maven project, I add dependency modeshape-web-explorer.jar, which runs as a war package under tomcat. modeshape-web-explorer doesn't wo...
modeshape jndi name not working correctlysetup: Wildfly 14, Java 11 and modeshape 5.3.0 With the update from Wildfly 10 to Wildfly 14 the standalone.xml configuration is not working anymore. I moved from the standalone.xml configuration to a json fil...
Thread Modeshape 5 and remote persistent JDBC store
Modeshape 5 and remote persistent JDBC storeWhen configuring Modeshape 5.4 to use a remote MySQL JDBC store for the repository I have noticed it takes a very log time to query the data. Modeshape appears to be issuing thousands of sql select statements similar...
ModeShape and MavenSee also: ModeShape Development Tools ModeShape Development Workflow ModeShape Development Guidelines The ModeShape project uses Maven for its build system. This document describes how to set up Maven 3...
Thread How to get attention onto open pull requests?
How to get attention onto open pull requests?I have 4 open pull requests and at least one more change I believe I should make and submit. At time of writing, my PRs are between 22 and (by my count) 57 days old. I'd prefer not to have to fork this project; what n...
Thread Modeshape calls setTransactionIsolation on every new DB connection
Modeshape calls setTransactionIsolation on every new DB connectionThough I manage my pooled connections and transaction isolation level from jBoss datasource configuration, I see that Modeshape code still calls setTransactionIsolation method on the connection object. This is redunda...
Disable Modeshape internal cacheI have two server which is sharing the same database. I am using modeshape in these two servers to save my data. Here My problem is, Created / Updated data in one server is not reflected in another server. I am th...
Evaluate ModeShape for file storage.Hello, I am currently evaluating mode shape for my project. Basically we are looking for document management system , which should be able to: 1. When a file is uploaded through our REST interface, it should be scan...