Devs,

Currently Synapse generates names for anonymous endpoints. For an example
take the following sequence:

<sequence name="foo">
    <send>
       <endpoint>
           <address uri="some address"/>
       </endpoint>
    </send>
</sequence>

Synapse will generate a UUID and set that as the name of the endpoint. This
is required since all endpoints must have names in clustered deployments.
However generating names causes the serialization to be different from the
original input XML. As a result we currently have a bunch of test failures
in the trunk. Any idea how to resolve this problem?

Thanks
-- 
Hiranya Jayathilaka
Software Engineer;
WSO2 Inc.;  http://wso2.org
E-mail: hira...@wso2.com;  Mobile: +94 77 633 3491
Blog: http://techfeast-hiranya.blogspot.com

Reply via email to