I'm using Modeshape 2.6.0...I have two types of content (content is about cars). 1)metadata : name of the car, when it was manufactured, etc...(I want store this into a database) AND 2) binary : picture of the car (I want to use a filesystem)
My question is : is it possible to have a single repository (i.e 1 mode:repository in modeshape-config.xml) with two mode-sources one of them (mode:classname="org.modeshape.connector.store.jpa.JpaSource" and the other mode:classname="org.modeshape.connector.filesystem.FileSystemSource") ?
OR
do I need to have two separate repositories (i.e. two mode:repository) each of them using it's own mode-source? ... I'm not sure,but from what I've read seems like the first option is not possible...?