-
Bug
-
Resolution: Won't Do
-
Minor
-
4.0.0.Final
-
None
The following initialContent created node "Car", not "Toyota Prius".
<?xml version="1.0" encoding="UTF-8"?> <jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0"> <Car jcr:name="Toyota Prius" /> </jcr:root>
By my understanding of https://docs.jboss.org/author/display/MODE/Initial+Content, it was not an expected outcome.