|
Extraneous xmlns entries are removed from switchyard.xml during the merge process. I suspect we are only checking if the namespace is used on elements, but not if it is used for qname values (e.g. BPEL process name).
The problem can be replicated by taking an existing bpel quickstart and moving the namespace declaration for the process prefix from the implementation.bpel element to the switchyard element.
|