Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Component beans should be destroyed when we're finished with them.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed May 31, 2014
1 parent 0162fca commit dbf5ad0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mdx/common-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
Parent for anything based on the Shibboleth component system.
These all require initialization before use.
-->
<bean id="component_parent" abstract="true" init-method="initialize"/>
<bean id="component_parent" abstract="true"
init-method="initialize" destroy-method="destroy"/>

<!--
SimplePipeline
Expand Down

0 comments on commit dbf5ad0

Please sign in to comment.