can you provide the CND of the 2 mixins? regards, toby
On Thu, Feb 27, 2014 at 10:08 AM, hsp <[email protected]> wrote: > Hi, > > I am facing a situation where when adding a mixin to a node raises a > exception: > > " > javax.jcr.nodetype.ConstraintViolationException: The property definition for > '{http://www.type/prop/1.0}theme' in node type > '{http://www.type/1.0}typeOne' conflicts with node type > '{http://www.type/1.0}typeTwo': ambiguous property definition > " > > In other words, its possible to define two mixin with properties with same > name in both, BUT, a node will not accept be owner of two properties with > same name (even if it was origined by two different mixin), rigth??? Is > there this constraint in the specification JSR283? I think I missed it when > I designed the node types... > > Ok, but now, what can I do in this case? The application has millions of > nodes... > I have to alter the name of the property in one of those mixin type, is it > possible? > The user, in our application, will need to apply those two mixin in some > nodes in certain situation... > > Hoping by any help, thanks! > Helio. > > > > -- > View this message in context: > http://jackrabbit.510166.n4.nabble.com/Exception-in-adding-mixin-with-same-name-property-tp4660381.html > Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
