The HAR Deployer
The HAR deployer is defined in the jboss-hibernate.deployer file, which by default is included in both the all and default configuration sets. The service definition for the HARDeployer MBean is shown here:
<server>
<mbean code="org.jboss.hibernate.har.HARDeployer"name="jboss.har:service=HARDeployer">
<attribute name="ValidateDTDs">false</attribute>
</mbean>
</server>
It defines a single configuration property named ValidateDTDs, which denotes whether DTDs should be validated on deployment.
|