Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Documentation / Website
-
Labels:None
-
User impact:High
-
Affects Docs:Yes
-
Similar Issues:None
Description
Please look at the following page:
http://www.mulesource.org/display/MULEUSER/Mule+Client
The remoteDispatcher section contains several references to the "sendRemote" method, and indicates that it takes a component as a parameter. This is incorrect. According to the Javadocs, sendRemote takes an endpoint. There is a different method, "sendToRemoteComponent" that takes a component and makes a direct call.
Updated the examples on the page in both the 1.x and 2.x User Guides. Please review to make sure there aren't any further changes needed.