So I'm using 2.4.0, and even with

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

        When the (JBoss) web site is down JBoss won't deploy any beans.  I
would have thought that with the ValidateDTDs falg set to false it
wouldn't even attempt to download them, and it certainly wouldn't refuse
to deploy the beans if it couldn't download the DTDs.  Granted, I put a
DOCTYPE in my DDs, but that should be the rule not the exception.
        Can we just add an EntityResolver that reads the DTDs from the
classloader or something so we can avoid this?

Aaron


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

Reply via email to