hi julio
I guess I can submit a feature request on JIRA to have SPI support nodetype registration?
sure.
In any case, I took a quick a look at references to the custom_nodetypes.xml and I found that the class org.apache.jackrabbit.core.nodetype.NodeTypeRegistry will load a file custom_nodetypes.xml
correct.
This of course all done on the server side. I don't need to anything on the client side?
no. jcr2spi is completely passiv with respect to nodetypes. it only reads definitions from the SPI impl (server). angela
