Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Content-Package to Feature Model Converter 1.3.4
-
None
Description
The index definition files generated by the cpcconvertor are missing mandatory jcr:data nodes.
How the resource should look:
"tika": { "jcr:primaryType": "nam:nt:unstructured", "config.xml": { "jcr:primaryType": "nam:nt:file", "jcr:content": { "jcr:primaryType": "nam:nt:unstructured", "jcr:mimeType": "text/xml" } } }
How it looks like now:
"tika": { "jcr:primaryType": "nam:nt:unstructured", "config.xml": { "jcr:primaryType": "nam:nt:file", "jcr:content": { "jcr:primaryType": "nam:nt:unstructured", "jcr:mimeType": "text/xml", "jcr:data": "<base6_data>" } } }
There is no `jcr:data` node present
This happens when node structure is like:
<tika jcr:primaryType="nt:unstructured"> <config.xml jcr:primaryType="nt:file" > <jcr:content jcr:primaryType="nt:unstructured" jcr:mimeType="text/xml"/> </config.xml> </tika>
Attachments
Issue Links
- links to