"dheerajchugh" wrote : Hi, | | I am facing few issues with Class loading in JBoss. Though i gone through some of the documents on the net and they talk about how we can isolate the class loading for each application, so based upon that, i tried to use the following lines in conf/jboss-service.xml, but still it is not working for me. Even i am getting the message like this:- | | WARN [DeploymentInfo] Only the root deployment can set the loader repository, ingoring config=null | | | <!-- EAR deployer, remove if you are not using Web layers --> | | <mbean code="org.jboss.deployment.EARDeployer" name="jboss.j2ee:service=EARDeployer"> | | <!-- Isolate all ears in their own classloader space --> | | <attribute name="Isolated">true</attribute> | | <!-- Enforce call by value to all remote interfaces --> | | <attribute name="CallByValue">true</attribute> | | </mbean> | | May be i am doing something wrong here, can you please guide me in setting this up. I am looking for what all steps i will have to perform if i want to run different applications using different versions of struts on a single instanace of JBoss 3.2.4 | | Looking forward to your great help. | | | Thanks, | Dheeraj. |
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849926#3849926 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849926 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
