[jbosstools-issues] [JBoss JIRA] (JBIDE-17859) XML validation error for a web service configuration XML file in a Seam project

Ron Šmeral (JIRA) issues at jboss.org
Fri Jul 11 09:12:24 EDT 2014


Ron Šmeral created JBIDE-17859:
----------------------------------

             Summary: XML validation error for a web service configuration XML file in a Seam project
                 Key: JBIDE-17859
                 URL: https://issues.jboss.org/browse/JBIDE-17859
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: seam2
         Environment: JBDS 8.0.0.Beta3
            Reporter: Ron Šmeral


{noformat}
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
{noformat}

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:
{code:xml}
<?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>
{code}



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)



More information about the jbosstools-issues mailing list