You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Markus Pallo <pa...@dig.de> on 2009/07/23 08:40:01 UTC

OCM by jackrabbit annotations

Hi,

we are using jcrom as object mapper for now and we are thinking to 
switch to use sling-ocm (jackrabbit).
As far as i have seen its not possible to use ocm with jackrabbit 
annotations instead of mappings file, or generated by maven-jcrocm, is 
that right ?

What about scanning bundles classloader for annotated classes if there 
is no mapping.xml file found for the bundle and forward the 
AnnotationDescriptorReader with the found classnames to the BundleMapper 
? (see ObjectContentManagerFactoryImpl.loadMappings() )

What do you think ?


Markus