On Oct 10, 2006, at 11:34 PM, Raymond Feng wrote:
Hi, Ignacio.
I fixed two problems in the core and now the "inner.composite"
sample is working again.
The changes have been committed.
1) Fix the "ConnectorImpl" to connect the CompositeReference to the
target component
2) Fix the ThreadLocal issue in WorkContextImpl. I ran into
concurrency problem if the two async requests come in too close. It
took me 3 hours' debugging to figure that InheritableThreadLocal
breaks the message id/correction id sharing by Thread because
InheritableThreadLocal gets the initial value (in our case, it's
map) from parent thread and it ends we share the same map for all
threads.
I also verified the helloworldws-async and helloworldwsclient-async
samples. They are working together now.
Can we also get test cases in core to verify the above cases continue
to work in the future (I put some in for target invokers last week
and additional ones could be added there)? Thanks!
Jim
BTW, I didn't see any patch from you on the one-way samples as we
discussed this afternoon. Please let me know where we stay.
Thanks,
Raymond
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]