Questions tagged [modeshape]

ModeShape is an open source implementation of the JCR API from Red Hat.

ModeShape is a lightweight, fast, pluggable, open-source JCR repository that federates and unifies content from multiple systems, including files systems, databases, data grids, other repositories, etc. Use the JCR API to access the information you already have, or use it like a conventional JCR system (just with more ways to persist your content). ModeShape used to be 'JBoss DNA'. It's the same project, same community, same license, and same software.

Home Page: http://www.jboss.org/modeshape

Downloads: http://www.jboss.org/modeshape/downloads

84 questions
0
votes
0 answers

Unable to retrieve versioned data of a node

I have created a node that holds MS office word document. VersionManager versionManager = session.getWorkspace().getVersionManager(); File wordFile = new File("DMS.docx"); Node documentNode =…
rohith
  • 733
  • 4
  • 10
  • 24
0
votes
2 answers

Data is not persisted in ModeShape 3.8

Recently I started working on a project using ModeShape 3.8 and Infinispan 5.3. Original developer already left without any documentation. Application is working fine unless it is not restarted. All data was lost as soon as it is shutdown. May be…
K Khalid
  • 23
  • 6
0
votes
1 answer

Modeshape: what is an efficient external datasource?

There is a workplace that uses Subversion as the external datasource for Modeshape. The performance is poor; using an SVN for Modeshape affects the normal use of SVN as a code repository. The JCR data is stored in the same server instance (but…
mikequentel
  • 253
  • 4
  • 14
0
votes
1 answer

ModeShape setup and access from external application

We have a clustered JEE application on JBoss EAP 4.0.x I am trying to setup JBoss Modeshape repository to store a few documents (mostly PDF). I need to be able to upload and download the documents from my JEE application to the Modeshape repository.…
user1549605
  • 273
  • 3
  • 17
0
votes
1 answer

Is there recovery tool for modeshape nodes stored in MSSQL database?

We had two servers writing simultaneously into one modeshape JCR (3.8.1.Final). (Which wasn't probably good idea.) Our modeshape stores PDF documents into SQL database, probably through Infinispan. PDFs are in one level folders. After restart (and…
mkuzela
  • 87
  • 1
  • 5
0
votes
1 answer

Infinispan JDBC Cache Store

I want to use Infinispan JDBC Cache Store instead of LevelDb Cache Store. Here's below my configuration:
Emowpy
  • 105
  • 3
  • 14
0
votes
1 answer

Modeshape initial content creation

I try to add initial content to my repository. But in the log I can see : 10:12:46.934 DEBUG o.m.jcr.InitialContentImporter - Importing node at path /{}accounts 10:12:46.941 DEBUG o.m.jcr.InitialContentImporter - Importing node at path…
agonist_
  • 4,890
  • 6
  • 32
  • 55
0
votes
1 answer

Why contents in ModeShape JCR properties are truncated due to Infinispan eviction

We are using ModeShape 4.1.0.Final and Infinispan 6.0.2.Final to build out our content repository. After enabled eviction with maxEntries using singleFile store, I notice that some contents within JCR properties are truncated when number of JCR…
0
votes
1 answer

Using Modeshape 4.1.0 with Jboss EAP 6.3.0.GA

We want to use ModeShape 4.1.0.Final as a subsystem on Jboss EAP 6.3.0.GA . What are the steps and configurations for this? ModeShape subsystem is available for WildFly 8.x but we do not want to use Wildfly on our production systems.
mcvkr
  • 3,209
  • 6
  • 38
  • 63
0
votes
1 answer

How to register namespace for own node type in Modeshape 4

I am using all the latest version of JBoss, Modeshape etc if that matter. I want to add a custom node type for a mixin. Modeshape is installed as a subsystem on my JBoss 8.1. How do I register the namespace when I get the repository with JNDI, and…
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
1 answer

Create nodes in Modeshape

I'm trying to connect to a remote ModeShape repository via WebDav. I can successfully mount it using the Mac Finder but I'm missing on how to create nodes from within the Finder. I tried using the Eclipse ModeShape plugin which allows me to create a…
AMIT
  • 539
  • 1
  • 4
  • 13
0
votes
1 answer

How to search JCR nodes with a version label

Following code segment is used to add a label to a node using ModeShape. What query string I could use to query this node with the QueryManager? It seems that the nodes from versionHistory side cannot be queried with the QueryManager. …
0
votes
1 answer

How do I handle version with ModeShape JCR?

I have created a POC program to exercise the JCR version handling with ModeShape on both 4.0.0.Alph4 and 3.8.0.Final. The version number is increased from 1.0, 1.1, 1.2 1.3, 1.4, and etc. Then I restored the version 1.2 and made changes to it. But I…
0
votes
1 answer

Java based Content Repository

we are going to implement software solution which requires storing large amount of documents which need to be later searched or copied. As our application server is going to be a JBoss product (actually WildFly) we found the Modeshape project which…
user2824073
  • 2,407
  • 10
  • 39
  • 73
0
votes
1 answer

Only get node with unversioned changes - JCR ModeShape

We have a couple of nodes in JCR which are supposed to versioned at midnight. Of course we only want to create a new version if there was a change to this node since the last time it was versioned. Is there a way to get all nodes with unversioned…
dwalldorf
  • 1,379
  • 3
  • 12
  • 21