[ https://issues.apache.org/jira/browse/JCRVLT-147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15760063#comment-15760063 ]
Tobias Bocanegra commented on JCRVLT-147: ----------------------------------------- added testcase in r1774982 > Vault serialization doesn't handle xmltext and xmlcharacter correctly > --------------------------------------------------------------------- > > Key: JCRVLT-147 > URL: https://issues.apache.org/jira/browse/JCRVLT-147 > Project: Jackrabbit FileVault > Issue Type: Bug > Components: Packaging > Affects Versions: 3.1.30 > Reporter: Tobias Bocanegra > Assignee: Tobias Bocanegra > > Serializing a node structure that has {{jcr:xmltext}} nodes, are transformed > into xml-text instead of elements in the .content.xml: > expected: > {noformat} > <?xml version="1.0" encoding="UTF-8"?> > <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" > xmlns:nt="http://www.jcp.org/jcr/nt/1.0" > jcr:primaryType="nt:unstructured"> > <a jcr:primaryType="nt:unstructured"> > <jcr:xmltext > jcr:primaryType="nt:unstructured" > jcr:xmlcharacters="Hello, World." /> > </a> > </jcr:root> > {noformat} > actual: > {noformat} > <?xml version="1.0" encoding="UTF-8"?> > <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" > xmlns:nt="http://www.jcp.org/jcr/nt/1.0" > jcr:primaryType="nt:unstructured"> > <a jcr:primaryType="nt:unstructured">Hello, World.</a> > </jcr:root> > {noformat} -- This message was sent by Atlassian JIRA (v6.3.4#6332)