Irina Boldea created ARIES-1256:
-----------------------------------
Summary: Individual reference timeout is ignored
Key: ARIES-1256
URL: https://issues.apache.org/jira/browse/ARIES-1256
Project: Aries
Issue Type: Bug
Components: Blueprint
Affects Versions: blueprint-core-1.1.0
Reporter: Irina Boldea
Explicitly setting the timeout for an individual reference is ignored and the
the default one of 5 minutes is taken.
{code}
<reference id="exampleRef" interface="org.example.ExampleRef"
timeout="120000"/>
{code}
The TimeoutException is thrown only after 5 minutes instead of 2 minutes.
{code}
Unable to start blueprint container for bundle org.example.testbundle due to
unresolved dependencies [(objectClass=org.example.ExampleRef)]
java.util.concurrent.TimeoutException
at
org.apache.aries.blueprint.container.BlueprintContainerImpl$1.run(BlueprintContainerImpl.java:375)
{code}.
Thank you.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)