Hi, so far as I can see, one has to use bootdir if any class must be patched that is loaded via the ServerLoader according to section 2.2.2.4.3. The Complete Class Loading Model im Adminguide of the JBoss Admin-Guide (concerning JBoss AS 4.0.3SP1).
Anything else should be patched via patchdir. The reason not to use bootdir as well is that some required classes might not be available via ServerLoader. All in all, nearly anything can be patched, except: 1) org.jboss.Main / org.jboss.system.server.ServerLoader 2) Application classes (in .ears, .wars, ...) if a loader-repository is configured or some other configuration prevents the respective deployer from using the JBoss-Classloader Is that correct so far? By the way, what about the possibility to provide patches that are loaded by the Classloader of a particular loader-repository (which then would have to be configured)? Deployed applications could then be patched the way the JBoss server itself gets patched. Kind regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3958557#3958557 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3958557 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
