0 Replies Latest reply on Apr 5, 2007 3:30 AM by sietti

    is there a way to tell jboss to disable all xml validations?

    sietti

      hello,
      we need to deploy an ear in jboss behind a firewall which doesnt allow us to do outgoing http requests, so our deployment fails (connection timeout) at the point in wich we figure it out it tries to request the various DTDs (e.g. at sun.com).
      is there a way to tell jboss not to validate any xml? or a way to tell him to search on some local directory for DTDs? (so that we can manually retrieve the DTDs and put them there as a last resort)

      thanks in advance.