4 Replies Latest reply on Aug 14, 2006 12:57 AM by cnbs

    org.jboss.xb.binding.JBossXBException: Failed to parse sourc

    cnbs

      I'm getting this exception while deployng an EJB with ejb-jar.xml included:

      org.jboss.xb.binding.JBossXBException: Failed to parse source:


      10:59:11,024 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://java.sun.com/xml/ns/javaee/javaee_web_services_client_1_2.xsd
      10:59:13,321 WARN [SaxJBossXBParser] schema_reference.4: Failed to read schema document 'javaee_web_services_client_1_2.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>. @ http://java.sun.com/xml/ns/javaee/javaee_5.xsd[78,69]


      ejb-jar.xml:
      <?xml version="1.0" encoding="UTF-8"?>
      <ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="ejb-jar_3_0.xsd"
       version="3.0">
       <enterprise-beans>
      ...


      what this could be?