Hide Forgot
Date of First Response: 2009-07-28 02:01:54 project_key: SOA Platform issue for JBESB-2513
Link: Added: This issue depends JBESB-2513
Fixed in ESB branch, will be in next merge for SOA 4.3CP
added as resolved to 4.3.CP02 release notes: JBESB-2513 - A potential deadlock situation during shutdown has been eliminated by removing the synchronized modifier from the registerCourier() and deregisterCourier() methods in CourierFactory. Concurrency is now handled using synchronized statements within those methods.
Changes are in the current codebase, synchronisation scope has been reduced from method level to cover just modifications to the maps.