Error configuring document: /usr/local/resin/webapps/resin-doc/changes/resin-3.1.4.xtp:34: 'code' is an unknown property of 'com.caucho.xtpdoc.S1'. 32:

The two methods are:

33: 34:
35:   DataSource DatabaseManager.findDatabase(String url);
36: 

<document>
  <header>
    <product>resin</product>
    <title>Resin 3.1.4 Release Notes</title>
  </header>

<body>

<localtoc/>

<s1 title="Resin 3.1.x">

<p>Resin 3.1.x is a development branch.  New capabilities will be added
along with bug fixes for future versions of the Resin 3.1.x branch.</p>

<p>Deployments which need a Resin version with only bug fixes should
use the Resin 3.0.x branch.</p>

</s1>

<s1 title="database-default">

<p>The configuration file now accepts <database-default.</p>

</s1>

<s1 title="DatabaseManager">

<p>com.caucho.sql.DatabaseManager allows dynamic allocation of
database pools.</p>

<p>The two methods are:</p>

<code><pre>
DataSource DatabaseManager.findDatabase(String url); DataSource DatabaseManager.findDatabase(String url, String driver); </pre></code> <p>The first method is only allowed if the driver has a META-INF/services.</p> </s1> <s1 title="JMS"> <p>Added new configuration tags for JMS:</p> <example title="resin-web.xml"> <web-app xmlns="http://caucho.com/ns/resin"> <jms-connection-factory jndi-name="jms/ConnectionFactory"/> <jms-queue jndi-name="jms/q1" url="memory:"/> <jms-queue jndi-name="jms/q1" url="file:path=WEB-INF/jms"/> <jms-queue jndi-name="jms/q1" url="cluster:path=WEB-INF/jms"/> <jms-topic jndi-name="jms/q1" url="memory:"/> <jms-topic jndi-name="jms/q1" url="file:path=WEB-INF/jms"/> <jms-topic jndi-name="jms/q1" url="cluster:path=WEB-INF/jms"/> </web-app> </example> <p>JMS also has new MXBeans, JmsQueueMXBean and JmsTopicMXBean.</p> </s1> <s1 title="Admin"> <p>Added resin_admin_insecure to allow sites to require SSL for admin.</p> </s1> <s1 title="logging enhancements"> <p>The logging timestamp now allows %{thread} and %{env}.</p> <example> <resin xmlns="http://caucho.com/ns/resin"> <log name="" level="fine" path="stdout:" timestamp="[%H:%M:%S.%s] {%{thread} %{env}} "/> ... </resin> </example> </s1> </body> </document>