On 11/22/05, Roland Kofler <[EMAIL PROTECTED]> wrote: > The JCR Specs says: > > 7.4.4 Automatic Addition and Removal of Mixins > A repository may automatically assign a mixin type to a node upon > creation. > > do you have this feature?
this feature was mainly thought for legacy repositories with fixed content models. since jackrabbit has no restriction on the content model it doesn't need to magically add/remove mixin's under the cover. if you require that nodes have a certain mixin just create a node type that includes the mixin and specify that node type on node creation. cheers stefan > > Thank you alot >