Re: Bug /w multithreading+EJB?

1999-11-24 Thread Rickard Öberg
Magnus Stenman wrote: > Yes, 0.8.1 (and earlier) didnt support thread creation from within the server >(servlets, JSP, etc). > We were planning to disallow thread creation (which would still be compliant with >the Servlet spec) > but we changed it to support it instead, try the 0.8.1j patch at

Re: Bug /w multithreading+EJB?

1999-11-24 Thread Rickard Öberg
Peter Delahunty wrote: > You cannot create a Thread object from an EJB. This is why you get > ClassCastException because the Thread class cannot be in the namespace. I'm not creating a Thread in an EJB. That would be illegal. I'm creating it in a servlet. The workaround was to create a thread w

Re: Bug /w multithreading+EJB?

1999-11-24 Thread Rickard Öberg
Hey Magnus Stenman wrote: > Yes, 0.8.1 (and earlier) didnt support thread creation from within the server >(servlets, JSP, etc). > We were planning to disallow thread creation (which would still be compliant with >the Servlet spec) > but we changed it to support it instead, try the 0.8.1j patch

RE: Bug /w multithreading+EJB?

1999-11-24 Thread Peter Delahunty
My guess You cannot create a Thread object from an EJB. This is why you get ClassCastException because the Thread class cannot be in the namespace. Calling run will act as just a standard method. -Original Message- From: Rickard Öberg [mailto:[EMAIL PROTECTED]] Sent: Monday, November

RE: Bug /w multithreading+EJB?

1999-11-24 Thread Magnus Stenman
Yes, 0.8.1 (and earlier) didnt support thread creation from within the server (servlets, JSP, etc). We were planning to disallow thread creation (which would still be compliant with the Servlet spec) but we changed it to support it instead, try the 0.8.1j patch at http://www.orionserver.com/ori