Issue Details (XML | Word | Printable)

Key: MULE-3650
Type: Bug Bug
Status: Open Open
Priority: Minor Minor
Assignee: Unassigned
Reporter: Jeroen Benckhuijsen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

BPM transport cannot handle spaces in the process name

Created: 01/Sep/08 05:49 AM   Updated: 30/Dec/08 11:59 AM
Component/s: Transport: BPM / BPEL
Affects Version/s: 2.0.2
Fix Version/s: 2.1.x Backlog

Time Tracking:
Not Specified

Environment: Linux Ubuntu 8.04, Sun Java 1.6

Labels:
User impact: Medium


 Description  « Hide
The BPM transport doesn't handle spaces in the process name correctly. I've defined the endpoint as follows:

<bpm:endpoint name="myprocess.endpoint" process="My BPM Process"/>

Within ProcessConnector.lookupReceiver, this endpoint is retrieved using the exact string "My BPM Process", however within AbstractConnector.lookupReceiver(), this endpoint is stored in the receivers map as "My%20BPM%20Process". Therefore, the receiver is not found.



 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
There are no comments yet on this issue.