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
1 answer

ModeShape WebService REST

I work on modeshape 3.7.2 and i would like to use its REST API. First of all i would like to know whether an API exists to Retrieve a list of available nodes in a give workspace? Second how to interpret the syntax:…
0
votes
1 answer

Possibility for Using modeshapes REST-service with your own modeshape instance?

Is it possible to make the modeshape rest service connect to my own modeshape repository (managed via cdi) I couldn't find anything about that. I have a modeshape server up and running inside my CDI webapp (Not on Jboss). During development I would…
Xnyle
  • 83
  • 10
0
votes
1 answer

How to sequence over a connector in Modeshape

I'm in the process of implementing Modeshape(4) as an asset repository. Currently I'm having trouble with sequencers not automatically traversing configured externalSources (specifically the FileSystemConnector). The configuration of the 2 services…
Benjamin Conlan
  • 762
  • 1
  • 7
  • 13
0
votes
1 answer

Modeshape/Java Application/JBoss how many JVM's

I have had the misfortune of attempting a jee application using Apache Jackrabbit. It purports to have resource adapter such that one could deploy the jcr in a jee server (geronimo or glassfish) along with the server components of your application.…
stuartw
  • 120
  • 4
0
votes
1 answer

Insert modeshape into SQL Server

I want to know is there any tutorial or program that shows all necessary actions for to create nodes in modeshape and to store in a SQL Server database? I'm well struggling with this new technology and I don't have any help around. With the help of…
0
votes
1 answer

Modeshape: how to configure JDBC storage option for the indexes

I am using modeshape 3.6.0.Final with JBOSS 6 EAP. According to https://github.com/ModeShape/modeshape/blob/master/deploy/jbossas/modeshape-jbossas-subsystem/src/main/resources/schema/modeshape_1_0.xsd the previous element cache-index-storage for…
Willie C.
  • 13
  • 4
0
votes
1 answer

Rest webservice not returning any results

I have a webservice which searches for pieces of texts in modeshape content repository. The interface looks something like this : @POST @Path("globalSearch") @Consumes(MediaType.TEXT_PLAIN) @Produces(MediaType.TEXT_XML) public…
TusharPanda
  • 211
  • 2
  • 14
0
votes
1 answer

How to use modeshape for many users

currently I'm wondering how do I manage a large number of users in modeshape that have their own data (with almost nothing shared). An example of the problem that I'm currently thinking about is the Dropbox model: Everyone has its own dropbox with…
0
votes
1 answer

Is there simple way how to replace (ordered) existing node in JCR 2.0?

Is there some simple way how to replace existing node with another node in JCR 2.0? Due to the ordering of nodes, currently I am doing these steps: step 1: Find sibling node which is right after existing node i want to replace: if…
mkuzela
  • 87
  • 1
  • 5
0
votes
1 answer

Naming nodes in content repository

What should the nodes in a content repository like JackRabbit be named? I don't understand whether I name them after an id, text etc. Let say you were about to store blog pages. Should you use the title or what?
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434
0
votes
1 answer

Unusable session in Modeshape - JCR Exception

Sometimes when I use multiple Modeshape actions inside one function I get this error: javax.jcr.RepositoryException: The session with an ID of '060742fc6' has been closed and can no longer be used. I couldn't find any explanations of this on the…
Dropout
  • 13,653
  • 10
  • 56
  • 109
0
votes
1 answer

Recursive moving of Nodes in a JCR repository with modeshape

I'm trying to move a Node with its children to another Node in a JCR repository, but I keep getting this error: A node definition that allows same name siblings could not be found for the node "/A/B[2]" in workspace "default". If I understood it…
Dropout
  • 13,653
  • 10
  • 56
  • 109
0
votes
2 answers

JCR -ModeShape : Create unique node names

I need to add some node[file] to a node [folder]. but maybe some of these have the same name. like this: attach\fileName1 attach\fileName2 attach\fileName1 I want to have an unique ID (Primary key) instead of the file name because, I use this path…
Fazileh
  • 47
  • 1
  • 7
0
votes
1 answer

Security integration of ModeShape JCR with Spring MVC

How to integrate ModeShape JCR with Spring MVC security credentials? Where does ModeShape store user data?
Ali.Mojtahed
  • 2,537
  • 1
  • 15
  • 23
0
votes
1 answer

Using Modeshape 3.3 with JBoss 7.1.1

Are there anyone who manage to configure Modeshape in JBoss 7.1.1? I am following the guide on the link below but after I unzipped the files to the server and restarted and try to exectue this command: /extension=org.modeshape:add() I get: { …
LuckyLuke
  • 47,771
  • 85
  • 270
  • 434