[JBoss JIRA] (JBESB-3868) The "rewrite-endpoint-url" property of SOAPProcessor doesn't work for HTTP Gateway
by Tadayoshi Sato (JIRA)
Tadayoshi Sato created JBESB-3868:
-------------------------------------
Summary: The "rewrite-endpoint-url" property of SOAPProcessor doesn't work for HTTP Gateway
Key: JBESB-3868
URL: https://issues.jboss.org/browse/JBESB-3868
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 4.11
Reporter: Tadayoshi Sato
When I use SOAPProcessor with HTTP Gateway, even setting the {{"rewrite-endpoint-url"}} property to {{false}} results in the endpoint URL in the published WSDL rewritten from the original one to that of the ESB.
Note that with JBR Gateway (using HTTP protocol), this property can turn off the endpoint URL rewriting.
--
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
12 years, 4 months
[JBoss JIRA] (JBESB-3875) Improve RemoteWsdlLoader error messages and logging
by Tom Cunningham (JIRA)
Tom Cunningham created JBESB-3875:
-------------------------------------
Summary: Improve RemoteWsdlLoader error messages and logging
Key: JBESB-3875
URL: https://issues.jboss.org/browse/JBESB-3875
Project: JBoss ESB
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Web Services
Affects Versions: 4.11
Reporter: Tom Cunningham
Fix For: 4.11 CP2
Some users are requesting an upgrade on logging/error messages for org.jboss.soa.esb.actions.soap.proxy.SOAPProxy class when using "classpath://" protocol for the following situations:
- I attached a test case for you to try. Just deploy the esb and it should throw "java.net.MalformedURLException: unknown protocol: classpath" Although I
-- The NPE is raised on this call:
org.jboss.soa.esb.actions.soap.RemoteWsdlLoader
~line 78
else if(url.startsWith("classpath://")) {
originalStream = ClassUtil.getResource(url.substring(12, url.length()), getClass()).openStream();
}
- NullPointerException when wsdl is not found in the classpath should have a friendlier message;
- classpath invalid characters (eg. backslash "\") validation.
-- Current message: org.jboss.soa.esb.ConfigurationException: 'url' property is not a valid URI." Test case: change
How reproducible:
Easy
Steps to Reproduce:
1. Deploy the attached project "UlkoisetYhteydet-EP-esb.esb"
--
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
12 years, 4 months