Hello, ranchers!
I have a couple of questions regarding
JBoss 4.2.x:
1) How can I add my custom ClassLoader to the end of the chain of container's ClassLoader? I need to load some classes dinamically (from the database) and want JBoss to see them.
2) How can I cause JBoss to do hot redeployment after I change some classes in EAR? Can this process be controlled via JMX?
Thank your in advance for any useful answer!