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

[jira] Commented: (JCR-830) SetValueBinaryTest: some repositories have constraints on where binary properties can be set

    [ https://issues.apache.org/jira/browse/JCR-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12488394 ] 

Julian Reschke commented on JCR-830:
------------------------------------

Also affects SetPropertyInputStreamTest.java.


> SetValueBinaryTest: some repositories have constraints on where binary properties can be set
> --------------------------------------------------------------------------------------------
>
>                 Key: JCR-830
>                 URL: https://issues.apache.org/jira/browse/JCR-830
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: JCR TCK
>            Reporter: Julian Reschke
>         Assigned To: Julian Reschke
>            Priority: Minor
>             Fix For: 1.3
>
>         Attachments: diff.txt
>
>
> For repositories that do only support binary properties in the form of jcr:content/jcr:data, the current configurability is not sufficient. To avoid more config params, I'd suggest to check for propertyName1 == "jcr:data" && node.hasNode("jcr:content"), and in that case to automatically navigate down to the "jcr:content" child node.

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