BlueprintQuiesceParticipant
---------------------------
Key: ARIES-473
URL: https://issues.apache.org/jira/browse/ARIES-473
Project: Aries
Issue Type: Bug
Components: Blueprint
Affects Versions: 0.3
Reporter: Valentin Mahrwald
Assignee: Valentin Mahrwald
Fix For: 0.3
Currently the BlueprintQuiesceParticipant NullPointers when asked to quiesce a
non-blueprint bundle. This then causes a guaranteed quiesce timeout :(
java.lang.NullPointerException
at
org.apache.aries.blueprint.container.BlueprintQuiesceParticipant$QuiesceBundle.run(BlueprintQuiesceParticipant.java:102)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:737)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.