"kevglass" wrote : | I've spent some time looking through the code. The class loader deployed is creating a basic class loader and storing it in the deployment context. However, I can't find anywhere this context class loader is actually picked up (*the bean deployer seems to use either the bean meta info classloader or the thread context class loader). I've produced a small patch for the DeployersImpl that sets up the context class loader during install - but I'm not sure this is the right approach. | The code you are looking for (or missing) is in these two classes: - org.jboss.system.server.profileservice.ProfileServiceBootstrap - org.jboss.system.server.profileservice.hotdeploy.HDScanner
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4082186#4082186 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4082186 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
