[dna-issues] [JBoss JIRA] Resolved: (DNA-353) JcrSession.exportSystemView Does Not Handle skipBinary = true Properly
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Apr 15 08:43:22 EDT 2009
[ https://jira.jboss.org/jira/browse/DNA-353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Randall Hauch resolved DNA-353.
-------------------------------
Fix Version/s: 0.4
Resolution: Done
Assignee: Randall Hauch
Applied the patch.
> JcrSession.exportSystemView Does Not Handle skipBinary = true Properly
> ----------------------------------------------------------------------
>
> Key: DNA-353
> URL: https://jira.jboss.org/jira/browse/DNA-353
> Project: DNA
> Issue Type: Bug
> Components: JCR
> Affects Versions: 0.3
> Reporter: Brian Carothers
> Assignee: Randall Hauch
> Priority: Minor
> Fix For: 0.4
>
> Attachments: DNA-353.patch
>
>
> Per 1.0.1 specification, exportSystemView is supposed to handle the skipBinary property like this: "If skipBinary is true then any properties of PropertyType.BINARY will be serialized as if they are empty. That is, the existence of the property will be serialized, but its content will not appear in the serialized output (the <sv:value> element will have no content). Note that in the case of multi-value BINARY properties, the number of values in the property will be reflected in the serialized output, though they will all be empty."
> JcrSession.exportSystemView currently omits all reference to binary properties if skipBinary is true.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the dna-issues
mailing list