[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: bean reloading
>
>I am using application scoped bean, which uses a daemon thread. If I put the
>classpath of this bean into my JServ repository, it is reloaded correctly when
>it is changed, however the thread does not stop and remains running, although
>the new bean is initialized, which thus starts a new thread. I end up with two
>threads running in the background, but there should be only one. I use GNU JSP
>1.0 and JServ 1.0.
Could you send us a small example?
I'm not sure what happens with application scoped beans if the
bean class changes. I thought the bean object won't change because
a pointer to it exists in the ServletContext.
But I need a small example to make sure we're talking about the
same things.
>
>
>Any thoughts on this?
>
>Primoz
>
Ciao,
Carsten
alph@gjt.org
- References:
- bean reloading
- From: Primož Hrvatin <primoz.hrvatin@noviforum.si>