Hi there. I've a short question regarding ejbs and class loading. Is it possible to load a hotplugged classfile out of a running ejb? I want to create some kind of module loader that extends the functionality of a session bean. The session bean monitors a specified directory for new classfiles (modules). If there is a new one, it should load the classfile and perform a defined task from it.
There are two main problems: 1) It is not allowed to use java.io in ejbs. 2) I don't know where to place the classfiles (modules). Maybe someone can give me a hint or something. Have a nice day, Peter. =========================================================================== To unsubscribe, send email to lists...@java.sun.com and include in the body of the message "signoff EJB-INTEREST". For general help, send email to lists...@java.sun.com and include in the body of the message "help".