Re: Get bean from servletContext on context destruction

2008-06-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nameless, Nam3l3ss wrote: | I have a bean on a jsp page (jsp:UseBean) , with application scope, that uses | some resources that must be freed when the application is stopped/reset. | | I'm currently using a context listener to detect when does the se

Re: Get bean from ServletContext on context destruction

2008-06-05 Thread Mikolaj Rydzewski
Nam3l3ss wrote: I have a bean on a jsp page (jsp:UseBean) , with application scope, that uses some resources that must be freed when the application is stopped/reset. I'm currently using a context listener to detect when does the servelt context gets destroyed, but I cannot get the bean from it.

Get bean from ServletContext on context destruction

2008-06-05 Thread Nam3l3ss
Hy! I have a bean on a jsp page (jsp:UseBean) , with application scope, that uses some resources that must be freed when the application is stopped/reset. I'm currently using a context listener to detect when does the servelt context gets destroyed, but I cannot get the bean from it. What I want

Get bean from servletContext on context destruction

2008-06-05 Thread Nam3l3ss
Hy! I have a bean on a jsp page (jsp:UseBean) , with application scope, that uses some resources that must be freed when the application is stopped/reset. I'm currently using a context listener to detect when does the servelt context gets destroyed, but I cannot get the bean from it. What I wa