You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Stefan Guggisberg (JIRA)" <ji...@apache.org> on 2006/03/20 14:35:59 UTC

[jira] Assigned: (JCR-363) Node.setProperty(String, ...) implementation not according to the specification

     [ http://issues.apache.org/jira/browse/JCR-363?page=all ]

Stefan Guggisberg reassigned JCR-363:
-------------------------------------

    Assign To: Stefan Guggisberg

> Node.setProperty(String, ...) implementation not according to the specification
> -------------------------------------------------------------------------------
>
>          Key: JCR-363
>          URL: http://issues.apache.org/jira/browse/JCR-363
>      Project: Jackrabbit
>         Type: Bug
>   Components: API
>     Versions: 0.9
>  Environment: svn r387181
>     Reporter: Stefan Guggisberg
>     Assignee: Stefan Guggisberg
>      Fix For: 1.0

>
> to illustrate the issue assume the following  property definition:
> name: someText
> type: String
> non-mandatory
> non-autocreate
> the following call would throw a ConstraintViolationException
> if the property doesn't exist yet:
> node.setProperty("someText", 12345);
> the rules used to find an applicable definition in this case are too strict.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira