Is there a way to change the enumerated values for a property?

e.g. the repository has a property with the following definition:



        sample:state 'new' mandatory
autocreated < 'new', 'old'


but I need to change the definition to something like that:


&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;        sample:state 'new'
mandatory autocreated < 'new', 'old', 'ancient'


when I try to re-register the property I get the following exception:


org.apache.jackrabbit.core.nodetype.NodeTypeConflictException:
{http://www.sample.com/sample}Sample contains ambiguous definitions for
property named {http://www.sample.com/sample}state


is there a way to get around this issue? Or do I need to recreate the
repository?


thx


Philipp

 

-- 
View this message in context: 
http://www.nabble.com/re-registering-an-enumerated-property-tp19568953p19568953.html
Sent from the Jackrabbit - Users mailing list archive at Nabble.com.

Reply via email to