Servicemix-http provider should unwrap JBI messages before sending them to the target URI -----------------------------------------------------------------------------------------
Key: SM-1087 URL: https://issues.apache.org/activemq/browse/SM-1087 Project: ServiceMix Issue Type: Bug Components: servicemix-http Affects Versions: 3.2 Environment: Windows XP, Servicemix 3.2 Reporter: Ryan Moquin When using the cxfse proxy to a servicemix-http provider, the provider will sent off requests in the exact form it gets them (it appears). Since the cxf se proxy, can only communicate to an internal component, it always wraps it's communications in a JBI wrapper. This means that a receiving http provider will then forward the JBI message is is, to the targetURI which will cause a failure on that target server. Servicemix-http should remove this wrapper before sending. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.