In order to enable dynamic loading of IIOP stub classes I have changed a few classes in the main server directory:
- org.jboss.web.WebClassLoader gained a couple of methods designed to be overriden by subclasses. Its constructor now requires an UnifiedClassLoader parameter, rather than a plain ClassLoader. - org.jboss.metadata.ConfigurationMetaData has a new configuration element, web-class-loader - org.jboss.web.WebServer was changed to handle WebClassLoader subclasses with bytecode generation ablility - org.jboss.ejb.EjbModule's method initializeContainer was changed to create a WebClassLoader for the container and to register it with the web service In tandem with these changes, an IIOP-specific subclass of WebClassLoader was added to the iiop module, IIOP-specific configurations were added to standardjboss.xml, and jboss_3_0.dtd was changed accordingly. I am almost done with the tests and would like to commit this stuff. Does anybody see any problem with this? Best, Francisco _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development