Status: Accepted
Owner: [email protected]
Labels: Type-Defect Priority-Medium Component-SLEE SubComponent-SLEE-Core
Version-2.4.1 Release-Type-FINAL SLEE-2.4.1.FINAL Roadmap-Fix
New issue 2600 by [email protected]: SLEE: Classloading Deadlocks
http://code.google.com/p/mobicents/issues/detail?id=2600
SLEE Classloaders use a multiple parent hierarchy, and this may lead to
deadlocks when 2 components refer more than one component in common, due to
JDK Classloader excessive thread synchronization. SLEE core should enforce
that such deadlocks, even if rare, may not occur.