Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-17859

XML validation error for a web service configuration XML file in a Seam project

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Do
    • Icon: Major Major
    • 4.2.0.CR1
    • None
    • upstream
    • None

      cvc-elt.1: Cannot find the declaration of element 'handler-chains'.	
      soap-handlers.xml
      /seambay-ejb/src/main/resources/org/jboss/seam/example/seambay
      line 2
      XML Problem
      

      The file is valid and satisfies the webservices schema in the javaee namespace: http://www.oracle.com/webfolder/technetwork/jsc/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd:

      <?xml version="1.0" encoding="UTF-8"?>
      <handler-chains xmlns="http://java.sun.com/xml/ns/javaee">
        <handler-chain>
          <handler>
            <handler-name>SOAP Request Handler</handler-name>
            <handler-class>org.jboss.seam.webservice.SOAPRequestHandler</handler-class>
          </handler>
        </handler-chain>
      </handler-chains>
      

            scabanovich Viacheslav Kabanovich (Inactive)
            rsmeral Ron Šmeral (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: