hi guenter you may want to try the JCR-remoting to register a new node type. that has been added recently and should work afaik. if you use the jcr2spi project on the client side you should be able to register the type using standard JCR API.
in the RMI (where the ClientNodeTypeManager belongs to) it's not yet supported as far as i know. kind regards angela On 6/8/12 12:06 AM, Günther Schmidt wrote:
Hi, I would like to add a node type definition to my Jackrabbit repository, *remotely*. Can this be done remotely? My fist attempt threw an UnsupportedRepositoryOperationException from the ClientNodeTypeManager implementation. Günther
