kk, i looked into the repository folder now to the custom node types and
there was a wrong definition of this new nodetype present from a former
tryout
deleted it and now it works fine
sry for the bothering
> oh, sry ... changed the whole thing for presenting here to locked (used
> isLocked first)
> but i checked it twice - it has the same names in my code (so only
> locked is used)
>
> Julian Reschke schrieb:
>
>> Martin Mayr wrote:
>>
>>> ...
>>> cnd += "- isLocked (BOOLEAN) mandatory ignore\n";
>>> ...
>>> node.setProperty("locked", true);
>>> ...
>>> ...
>>> i get a ConstraintViolationException: no matching property definition
>>> found for {}locked
>>> ...
>>>
>> "isLocked" or "locked"?
>>
>> BR, Julian
>>