0 Replies Latest reply on Oct 15, 2006 4:54 AM by eitangur

    j2ee schema validation warning

    eitangur

      Hi

      I'm trying to deploy JBoss 4.0.3 on an environment not visilbe to the WEB. Meaning that my AS doesn't have access to port 80.
      After starting the AS, it starts deploying my beans, but then gets stuck for about 7-8 minutes, after which it prompts the following warning:

      2006-10-15 10:34:09,576 WARN [org.jboss.xb.binding.parser.sax.SaxJBossXBParser] schema_reference.4: Failed to read schema document 'http://www.ibm.com/webservices/xsd/j2ee_web_services_1_1\.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. @ *unknown*[3,134]


      If I understand correctly, the reason for that is that JBoss tries to validate the schema, but as it is inaccessible - the validation fails.
      Is there a way set the validation of this schema to false, or reduce the number of minutes it tries to connect?

      10x