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
28
votes
3 answers

What does ModeShape offer that JackRabbit doesn't?

I just familiarized myself with Apache JackRabbit. I've done a little multi-user repository for document management. If anybody used both of them, could you please answer these questions ? Is ModeShape somehow linked to JBoss ? I don't have much…
lisak
  • 21,611
  • 40
  • 152
  • 243
9
votes
1 answer

JCR SQL2 Multivalue properties search

I want to do a search in the content repository using one or more of the values as an input parameter for a multivalue property Something like: find all nodes with the primary type 'nt:unstructured' whose property 'multiprop' (multivalue property)…
silverb77
  • 279
  • 5
  • 16
8
votes
1 answer

Best Way to implements a tag based search system by JCR like Modeshape

I need a tag based search system by JCR like Modeshape. i want to search nodes by some tags. Question is that what is the best way to implement it? Adding new node type and mixins for tags so if that is true, where can i define my tags name that is…
Reza
  • 193
  • 1
  • 2
  • 19
7
votes
2 answers

EC2 with Docker and EBS volume, mount EBS volume inside container during init

I actually trying to achieve something with Docker but I'm stuck, there is my problem. I have my container hosted on EC2 with my web app inside it. My webapp use as database a JCR repository which is basically a file stored where you want. So each…
agonist_
  • 4,890
  • 6
  • 32
  • 55
4
votes
1 answer

DELETE request to Modeshape rest server

I'm using Modeshape rest server. Modeshape's version is 2.8.2. When I send GET request to some node like http://localhost:8080/modeshape-server/repo/workspace1/items/file it returns information about the node. But when I send DELETE request (using…
Gregory Kalabin
  • 1,760
  • 1
  • 19
  • 45
3
votes
1 answer

Explanation and use cases of JCR workspace for human beings

Could please anybody interpret JCR 2.0 specification in regard to JCR workspaces ? I understand that a session is always bound to exactly one persistent workspace, though a single persistent workspace may be bound to multiple sessions. Which…
lisak
  • 21,611
  • 40
  • 152
  • 243
3
votes
0 answers

ranked full text search results using Lucene with modeshape

I'm trying to get full-text search working with modeshape. I'm particularly interested in ranked results based on lucene index. Here is my repository configuration "indexProviders": { "lucene": { "classname": "lucene", …
Tejas
  • 6,508
  • 1
  • 21
  • 25
3
votes
0 answers

ModeShape with PicketLink security?

We have standardized on JBoss PicketLink as our Authentication, Authorization, and Identity Management framework and use it throughout our enterprise applications. Now, we would like to integrate JBoss ModeShape as a content management repository…
Shadowman
  • 11,150
  • 19
  • 100
  • 198
3
votes
1 answer

What is exact ModeShape advantages over writing own mongodb storage?

I'm going to develop file storage system. Mainly I will store text documents. I read many questions and answers and got some information about file management systems on top of which I may develop my own. Alfresco uses filesystem and DB reference…
user2104560
3
votes
3 answers

error on infinispan config xml

14:02:45,997 INFO ModeShape version 3.1.1.Final javax.jcr.RepositoryException: Error while starting 'Persisted-Repository' repository: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[6,43] Message: Unexpected element…
2
votes
1 answer

Create new workspace

Section 7.1.6 of the Modeshape docs say 'Your application can now create and remove workspaces using the standard JCR 2.0 API.' The JCR 2.0 doc says to use Workspace.createWorkspace(String name) How do I make this part of my repository obtained…
user1016765
  • 2,935
  • 2
  • 32
  • 48
2
votes
0 answers

modeshape binarycontent search

I am trying modeshape 4, want binary content search, I am able to search nodes other than node containing binary content. Need help with search binary content. Are there any examples? Code to create node static void addFile(byte[] filebytes,…
user884424
  • 573
  • 1
  • 12
  • 33
2
votes
0 answers

opensource DMS with API for Java EE application access

We have a Java EE application clustered with load balancer and we are looking to store some documents (mostly PDF and MS Word). For this, we need to setup a simple and basic Document Management System (DMS) which is Opensource and free. We should be…
2
votes
1 answer

Integrating JCR into my application

I'm building a JSF-Spring-Hibernate based application which needs to store content as pdf, MS Office files, etc. I was thinking about providing it JCR capabilities, adding Jackrabbit or Modeshape i.e. However I still have some doubts. We actually…
Aritz
  • 30,971
  • 16
  • 136
  • 217
1
vote
1 answer

Jcr (Modeshape) Binary content Serializable

I'm using Modeshape 2.6.0.I have two types of content : binary content and metadata.. The binary is saved in jcr:data property of the CR node. I'm getting the content via content.getProperty("jcr:data").getBinary()...(where content is of type…
silverb77
  • 279
  • 5
  • 16
1
2 3 4 5 6