Hey All,
There is no doco about this memory leak around, so I thought I'd let everyone know incase you come across it.
If you have an exception thrown in the onApplicationStart event of your Application.cfc, every time that application attempts to start, you will leak 1 instance of org.hibernate.impl.SessionFactory.Impl
This could get nasty if you have a regular scheduled task running on a multi-application server.
Bug info here if you want to vote for it:
dave