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 which invoked a servlet
(inefficient, but worked).

/Rickard

-- 
Rickard �berg

@home: +46 13 177937
Email: [EMAIL PROTECTED]
Homepage: http://www-und.ida.liu.se/~ricob684

Reply via email to