Bug 780146 (SOA-2519)
Summary: | "host paramter is null' reported when attempting WS proxying | ||||||
---|---|---|---|---|---|---|---|
Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | John Doyle <jdoyle> | ||||
Component: | Documentation, JBossESB | Assignee: | David Le Sage <dlesage> | ||||
Status: | CLOSED NEXTRELEASE | QA Contact: | |||||
Severity: | urgent | Docs Contact: | |||||
Priority: | urgent | ||||||
Version: | 5.1.0.ER3 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 5.1.0 GA | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
URL: | http://jira.jboss.org/jira/browse/SOA-2519 | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: |
5.0.1.ER3, RHEL 5, JBDS Beta 1
|
|||||
Last Closed: | 2011-03-04 03:42:08 UTC | 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: | |||||||
Attachments: |
|
Description
John Doyle
2010-10-29 16:10:07 UTC
Here's the project. Attachment: Added: SOA-2519-jira.zip You removed HttpProtocol from the list of configurators. configurators=AuthBASIC, HttpProtocol Is this not mentioned in the documentation? Here is the doc I've been referring to, and if I'm reading it correctly, that's an optional property. http://documentation-stage.bne.redhat.com/docs/en-US/JBoss_Enterprise_SOA_Platform/5/html/ESB_Programmers_Guide/chap-SOA_ESB_Programmers_Guide-Out-of-the-box_Actions.html#sect-SOAP-SOAPPROXY Is my understanding incorrect? For the service I have configured, I need to send Basic credentials, and it looks like I was using the clientCredentialRequired property incorrectly. I've change that value to be false, but it doesn't seem to matter. The exception you are seeing is caused by the fact you have not configured the HttpProtocol. While this property is optional, defaulting to HttpProtocol, you must include that configurator (or an alternative) if you specify it. The documentation does include both but is not as clear as it should be. I just spoke to Ken Johnson following the defect review and we discussed what the doc might say. One issue that it's struggled with in this case is how to set up the HTTP config for different scenarios. All of our examples seem to point to a SSL Socket implementation sample. I think we should document the SSL config, as well as a plain HTTP config and a plain HTTP config with BASIC Auth. The documentation that appears to be missing is the descriptions of each configurator and what they do, including whether they are required or optional. If we have this in place then the configuration should be clearer. Candidate for SOA 5.1.0. Needs clearer documentation. Blocker for SOA 5.1.0 Writer: Added: dlesage Link: Added: This issue depends JBESB-3575 Updated in ESB 4.9CP branch Section has been merged from upstream into product document. Release Notes Docs Status: Added: Not Required |