04-08-05 12:48 PM
Hi there,
I am setting up an orchestration with a send port that has delivery
notification enabled. As per Scott Woodagte's instructions
(http://blogs.msdn.com/scottwoo/arch...2/25/80037.aspx),the send
port sits inside a syncronized scope which has an exception handler to
catch the delivery exception.
However, I need this send shape to initialize a correlation set. But
when I make the send port initialize the correlation set, I get a build
error 'uninitialized correlation' thrown at the receive shape that uses
it. Apparently, correlations initialized within the scope are not
recognized outside it.
If I put the receive shape that references the corr set inside the
scope. The error goes away. The error goes away also if I put the send
port outside the scope (of course).
What's the deal here? Is there a workaround?
Thanks.
[ Post a follow-up to this message ]
|