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

Guvnor is not keeping assets in Database as said in Documentation. Its keeping in File System

I am working in Drools-Guvnor-5.5.0.Final version and have configured repository.xml to save all assets + indexes in oracle db. But its not working like that. I want to deploy guvnor in a resilliancy environment where primary and secondary guvnor…
learner
  • 906
  • 2
  • 10
  • 39
0
votes
1 answer

modeshape3 - getting started with mysql, non-jndi

Could someone please help sort my configuration out or point me at a MySql example which doesnt use JNDI. I'm getting... Table 'modeshape.content_store' doesn't exist ...which I assume is because it's not auto creating the schema. I've tried using…
TedTrippin
  • 3,525
  • 5
  • 28
  • 46
0
votes
1 answer

Updating nodeType definition and modifying existing data

Just getting started with ModeShape and I have a question, is it possible to change the nodeType definition (via: nodeTypeMgr.registerNodeTypes(File, true))? Let's say I add a field to a noteType, I noticed that even after executing the method call…
Clement P
  • 3,243
  • 1
  • 19
  • 20
0
votes
2 answers

ModeShape 3.0 on JBoss Application Server 7.1

I am trying to setup ModeShape AS7 Kit on JBoss Application Server 7.1.1. The ModeShape has the following structure. /docs /schema modeshape_1_0.xsd /modules /javax/jcr/* /org/modeshape/* /org/hibernate/search-engine/4.1/* …
Sanjer
  • 152
  • 2
  • 9
0
votes
1 answer

Modeshape 2.8 programmatic configuration

Hi i what to do a programmatic configuration of repository, because most of the parameter for configuration in repository can only determine in run time. Seems like i am unable to use anonymous credential when im try to print the session it throws…
0
votes
1 answer

ModeShape rest api: unable to unpublish node

I'm using ModeShape 2.8.2 and JBoss 7.1.1. ModeShape rest server deployed as usual web application. And I have a kind of a stupid question. I can to publish a file - it uploads to the storage and everything is fine. But when I try to unpublish - I…
Gregory Kalabin
  • 1,760
  • 1
  • 19
  • 45
0
votes
1 answer

Modeshape querying mixinTypes

I'm using Modeshape and modeshape-connector-jdbc-metadata. I want to get all nodes representing tables in the storage. That nodes have [mj:catalog] mixin type. I'm querying storage using next code: public List getDatabases() throws…
Gregory Kalabin
  • 1,760
  • 1
  • 19
  • 45
0
votes
1 answer

Modeshape JDBC connector: references between tables

I'm using Modeshape with jdbc-metadata-connector. It obtains database structure into the storage. But I couldn't find any way to obtain information about references between tables (foreign keys): all the foreign keys have corresponding dbms data…
Gregory Kalabin
  • 1,760
  • 1
  • 19
  • 45
0
votes
1 answer

How can I query delimited text content using Modeshape?

I've read through the reference guide and the forums looking for a way to get to the data stored in a delimited (CSV) file using JCR and haven't found a solution yet. I've read that it's possible to access the underlying data as well as the…
max
  • 2,346
  • 4
  • 26
  • 34
1 2 3 4 5
6