Thanks for your anwser (Though I couldn’t make my app work with Resin and gave up when the documentation drove me nuts…)
Obviously some application server are able to reload classes in cases where the debugger can’t replace the code (e.g. changes in the signature).
I had it working nicely on weblogic 8.1 where I’ve worked for hours without restarting the server.
On the other hand JBoss 4.0 doesn’t reload my classes (maybe unless I touch a deployment descriptor). Does anyone know in this special case how to enable automatic class reloading?
Other application server have even worse problems. For Websphere or Jonas it seems as if you’d have to invoke some stub compiler when the signature of an EJB changes…