Low: libcommon: Ignore CDATA of metadata of the resource.
When CDATA is included in metada of the resource, an error occurs.
Oct 9 09:35:57 rh66-tomcat1 crmd[11182]: error: crm_abort:
pcmkRegisterNode: Triggered assert at xml.c:595 : node->type ==
XML_ELEMENT_NODE
The present conditions are only resources of tomcat, but, in
consideration of the future, should ignore CDATA.
- tomcat
(snip)
<parameter name="tomcat_name" unique="1" >
<longdesc lang="en"><![CDATA[
The name of the resource, added as a Java parameter in JAVA_OPTS:
-Dname=<tomcat_name> to Tomcat process on start. Used to ensure
process is still running and must be unique.
]]></longdesc>
<shortdesc>The name of the resource</shortdesc>
<content type="string" default="" />
</parameter>
(snip)
Best Regards,
Hideo Yamauchi.