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

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Wed Sep 12 07:54:32 EDT 2012


     [ https://issues.jboss.org/browse/JBESB-3844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

RH Bugzilla Integration updated JBESB-3844:
-------------------------------------------

    Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=856600

    
> Imported XSDs in WSDL are 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