Bug 856600

Summary: Imported XSDs in WSDL are rewritten wrongly by JBR Gateway
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Tadayoshi Sato <tasato>
Component: JBossESBAssignee: Nobody <nobody>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 5.3.0 GACC: soa-p-jira
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tadayoshi Sato 2012-09-12 11:54:21 UTC
Description of problem:
Platform BZ for https://issues.jboss.org/browse/JBESB-3844

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:
http://localhost:8080/contract/contract.jsp?wsdl&serviceCat=MyCategory&serviceName=MyService&protocol=http&resource=hello.xsd
but actually:
http://localhost:8765/?wsdl&resource=hello.xsd
where the JBR gateway is configured at http://localhost:8765.


How reproducible:
Easy


Steps to Reproduce:
1. Make a contract-first web service whose WSDL contains XSD imports and deploy it to SOA-P.
2. Make an ESB service which proxies the above web service using SOAPProcessor or SOAPProxy and re-publishes it through JBR Gateway/HTTP and deploy it to SOA-P.
3. Check the proxied WSDL from the contract web.


Actual results:
The schemaLocation attribute of an imported XSD looks like:
http://localhost:8765/?wsdl&resource=hello.xsd


Expected results:
The schemaLocation attribute should be like:
http://localhost:8080/contract/contract.jsp?wsdl&serviceCat=MyCategory&serviceName=MyService&protocol=http&resource=hello.xsd