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: anonymous wrote : 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 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3978375#3978375 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3978375 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
