Hi I created a Mixin and added it to Node Types as super type. Then I tried to add it as Mixin with Node.addMixin(mixin-name) but that does nothing. Looking at the TreeUtil.addMixin() I see that in that case no mixin is added.
My question is that when a mixin is a super type of a node type then there is no need to add it as jar:mxinTypes? - Andy
