[esb-issues] [JBoss JIRA] (JBESB-3844) Imported XSDs in WSDL aren rewritten wrongly by JBR Gateway

Sato Tadayoshi (JIRA) jira-events at lists.jboss.org
Wed Sep 12 04:40:32 EDT 2012


Sato Tadayoshi created JBESB-3844:
-------------------------------------

             Summary: Imported XSDs in WSDL aren rewritten wrongly by JBR Gateway
                 Key: JBESB-3844
                 URL: https://issues.jboss.org/browse/JBESB-3844
             Project: JBoss ESB
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Transports, Web Services
    Affects Versions: 4.11
            Reporter: Sato Tadayoshi


Turning {{'cache-schemas'}} introduced by JBESB-3802 to {{true}} doens't rewrite the schema imports in WSDLs correctly for the JBoss Remoting Gateway. The {{definitions/import/@location}} or the {{definitions/types/schema/import/@schemaLocation}} in a WSDL should be rewritten to:
{code}
http://localhost:8080/contract/contract.jsp?wsdl&serviceCat=MyCategory&serviceName=MyService&protocol=http&resource=hello.xsd
{code}
but actually:
{code}
http://localhost:8765/?wsdl&resource=hello.xsd
{code}
where the JBR gateway is configured at {{http://localhost:8765}}.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the esb-issues mailing list