Christian Schneider created ARIES-1401: ------------------------------------------
Summary: Damping Timeout for access to EntityManager in blueprint too short and not configureable Key: ARIES-1401 URL: https://issues.apache.org/jira/browse/ARIES-1401 Project: Aries Issue Type: Bug Affects Versions: jpa-2.1.0 Reporter: Christian Schneider Assignee: Christian Schneider Fix For: jpa-2.2.0 In https://github.com/apache/aries/blob/trunk/jpa/jpa-blueprint/src/main/java/org/apache/aries/jpa/blueprint/supplier/impl/ServiceProxy.java There is return tracker.waitForService(10000); In some cases it turned out that the timeout is too low. So it should be larger and configureable. Giuseppe also mentioned that we might run into deadlocks at some points beacuse of the blocking. Not sure if this is also an issue here. -- This message was sent by Atlassian JIRA (v6.3.4#6332)