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 like to enable modeshapes the standard rest interface on to of that repository, but I didn't find anything on how to do that,
Currently I'm just configuring the modeshape rest webapp to use the same directory for data storage as my webapp, but that's an evil hack.
IMHO there must be a way to just bundle some modeshape-rest jars to my app and configure the rest servlet in there to use my existing modeshape instance?