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.

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]

Reply via email to