I'm guessing that what you really want is a "forum" - cuz you can make your own threads whenever you want by clicking on "post new topic". I made "EJB" - give it a whack!
Vikranth Gujjar.
Greenhorn
Joined: Aug 27, 2002
Posts: 6
posted
0
To start thread from and EJB,I think you will need to write your own ClassLoader(MyClassLoader) and use this class loader to load your thread class in the session bean, further you may need to set your own security manger class in your class Loader.