Skip to content

Commit

Permalink
HHH-7008 : HEM leaks bean info
Browse files Browse the repository at this point in the history
  • Loading branch information
gbadner committed Feb 8, 2012
1 parent f418ac2 commit 318805d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public void configure() {
if ( beanInfo != null ) {
// release the jdk internal caches everytime to ensure this
// plays nicely with destroyable class-loaders
Introspector.flushFromCaches( getClass() );
Introspector.flushFromCaches( listenerConfig.getClass() );
}
}
}
Expand Down

0 comments on commit 318805d

Please sign in to comment.