[
https://issues.apache.org/jira/browse/ARIES-1005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dominik Przybysz closed ARIES-1005.
-----------------------------------
Closing for released artifact
> BundleHookBundleTracker throws Exception when close()-method is called twice
> ----------------------------------------------------------------------------
>
> Key: ARIES-1005
> URL: https://issues.apache.org/jira/browse/ARIES-1005
> Project: Aries
> Issue Type: Bug
> Components: Util
> Reporter: Christoph Gritschenberger
> Priority: Major
> Fix For: util-1.1.1
>
>
> {code}
> public void close() {
> sr.unregister();
> tracked.close();
> tracked = null;
> }
> {code}
> Supsequent calls cause sr.unregister to throw an IllegalStateException.
> Since today, there is a piece of code introduced by ARIES-1004 that does
> actually do that
> (http://mail-archives.apache.org/mod_mbox/aries-commits/201301.mbox/%3C20130118083142.DA5852388900%40eris.apache.org%3E)
--
This message was sent by Atlassian Jira
(v8.20.10#820010)