Change Notes item #433273, was updated on 2001-06-14 16:53
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=433273&group_id=22866

Category: None
Group: v2.4
Status: Open
Priority: 5
Submitted By: Scott M Stark (starksm)
Assigned to: Scott M Stark (starksm)
Summary: Support for validation of ejb dtds added

Initial Comment:
Support for the validation of ejb-jar.dtd, and
jboss.dtd conforming deployment descriptors has
been added to the XmlFileReader. It is disabled by
default. To enable the printing of dtd errors set
the ValidateDTDs attribute of the ContainerFactory
service mbean to true in the jboss.jcml file:

  <mbean code="org.jboss.ejb.ContainerFactory" 
name=":service=ContainerFactory">
    <attribute 
name="VerifyDeployments">true</attribute>
    <attribute name="ValidateDTDs">true</attribute>
    <attribute name="MetricsEnabled">false</attribute>
    <attribute name="VerifierVerbose">true</attribute>
    <attribute 
name="BeanCacheJMSMonitoringEnabled">false</attribute>
  </mbean>


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=381174&aid=433273&group_id=22866

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to