[hibernate-dev] JBCRA Voting

2013-07-24 Thread Steve Ebersole
Just a reminder that the JBoss Community Recognition Awards voting is still open through Friday the 26th. Please take the time to go and vote for your favorite Hibernate community contributors if you have not yet had the chance: https://www.jboss.org/jbcra/vote.html Thanks! ___

Re: [hibernate-dev] report of a WildFly memory leak that may come from hibernate service loader...

2013-07-24 Thread Brett Meyer
Thinking through hibernate-osgi cleanup in general in https://hibernate.atlassian.net/browse/HHH-8378 - Original Message - From: "Brett Meyer" To: "Steve Ebersole" Cc: "Scott Marlow" , "hibernate-dev" Sent: Wednesday, July 24, 2013 11:13:04 AM Subject: Re: [hibernate-dev] report of a

Re: [hibernate-dev] report of a WildFly memory leak that may come from hibernate service loader...

2013-07-24 Thread Brett Meyer
In hibernate-osgi, one area that should be cleaned up is the static ClassLoaderHelper#overridenClassLoader (used in #withTccl, etc.) -- that's not currently nulled-out when the hibernate-osgi bundle is deactivated. Other than that, I only use BootstrapServiceRegistryBuilder#with to add the Osg