RE: IllegalStateException

2002-01-30 Thread Jens Schumann
--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

Re: IllegalStateException

2002-01-30 Thread Magnus Hoem
Hello again! The original error still seems to be there. I've relocated my Timer to a seperate application (it was only used to post messages to a topic). Because of that I am no longer using a Thread in my EJB:s (which was suggested earlier that it might be the problem). I am starting orion w

RE: IllegalStateException

2002-01-28 Thread Alex Paransky
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