--Original Message-
| From: [EMAIL PROTECTED]
| [mailto:[EMAIL PROTECTED]]On Behalf Of Magnus Hoem
| Sent: Wednesday, January 30, 2002 4:46 PM
| To: Orion-Interest
| Subject: Re: IllegalStateException
|
|
| Hello again!
| The original error still seems to be there. I've relocated my Timer
age-
> From: [EMAIL PROTECTED] [mailto:owner-orion-
> [EMAIL PROTECTED]]On Behalf Of Magnus Hoem
> Sent: Monday, January 28, 2002 3:33 AM
> To: Orion-Interest
> Subject: IllegalStateException
>
> Hi!
> I have a strange problem which I can't find a solution to. I am run
You
mention that one of the entity beans contains a timer, but you have not
mentioned how are you holding on to that timer. Is it a "Static" reference
in the entity bean or is it a Member of the EJB? Container could
physically remove the EJB from memory at any time, how are you dealing wit
Hi!
I have a strange problem which I can't find a solution to. I am running a system with a two message-driven beans and a couple of entity beans. They are all listening to (and able to publish messages to) the same Topic. One of the entity beans contains a Timer with a couple of TimerTasks that pu