You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/04/03 16:34:12 UTC

[jira] Created: (JCRRMI-15) Property.getNode() should throw ValueFormatException on non-UUID values

Property.getNode() should throw ValueFormatException on non-UUID values
-----------------------------------------------------------------------

                 Key: JCRRMI-15
                 URL: https://issues.apache.org/jira/browse/JCRRMI-15
             Project: Jackrabbit JCR-RMI
          Issue Type: Bug
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting
            Priority: Trivial
             Fix For: 2.0


Identified by the TCK: The current JCR-RMI implementation of Property.getNode() uses session.getNodeByUUID(getString()) which fails to throw the ValueFormatException for cases where the property value can not be converted to a reference.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCRRMI-15) Property.getNode() should throw ValueFormatException on non-UUID values

Posted by "Jukka Zitting (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCRRMI-15?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved JCRRMI-15.
---------------------------------

    Resolution: Fixed

Fixed in revision 761695.

> Property.getNode() should throw ValueFormatException on non-UUID values
> -----------------------------------------------------------------------
>
>                 Key: JCRRMI-15
>                 URL: https://issues.apache.org/jira/browse/JCRRMI-15
>             Project: Jackrabbit JCR-RMI
>          Issue Type: Bug
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>            Priority: Trivial
>             Fix For: 2.0
>
>
> Identified by the TCK: The current JCR-RMI implementation of Property.getNode() uses session.getNodeByUUID(getString()) which fails to throw the ValueFormatException for cases where the property value can not be converted to a reference.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.