]
Arcadiy Ivanov closed JBOSGI-798.
---------------------------------
Resolution: Done
WildFly Framework Lock integration uses incorrect locking
---------------------------------------------------------
Key: JBOSGI-798
URL:
https://issues.jboss.org/browse/JBOSGI-798
Project: JBoss OSGi
Issue Type: Bug
Components: wildfly
Affects Versions: JBossOSGI 2.3.1, JBossOSGI 2.4.0, JBossOSGI 2.5.0, JBossOSGI 2.5.1,
JBossOSGI 2.4.1, JBossOSGI 2.5.2, JBossOSGI 2.4.2
Reporter: Arcadiy Ivanov
Assignee: Arcadiy Ivanov
Priority: Minor
Fix For: JBossOSGI 2.5.3
# WildFly LockManagerIntegration should synchronize on a delegate and not self.
# The skipLocking and delegate.lockItems should be under the same delegate
synchronization to prevent a potential race.