  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | - Class loader isolation | - Class loader isolation 2007-07-17 - By apill
Back I have an application (ear) that was running on 4.0.5 and contained a jboss-app .xml in the ear's META-INF directory. This worked perfectly alongside our other application.
<jboss-app> | <loader-repository>dot.com:loader=imhist-server-deploy</loader-repository> | </jboss-app>
I have tried to migrate this application to 4.2.0GA and when the server boots it gives the following warning
14:56:21,803 WARN [DeploymentInfo] Only the root deployment can set the loader repository, ignoring config=LoaderRepositoryConfig(repositoryName: dot.com :loader=imhist-server-deploy, repositoryClassName: org.jboss.mx.loading .HeirarchicalLoaderRepository3, configParserClassName: null, repositoryConfig: null) |
Looking in the 4.2.0 jmx console there is no longer an entry for the dot.com loader named imhist-server-deploy as appeared in 4.0.5.
Now when I deploy our other application it fails to deploy due to the class isolation not working.
Is this a 4.2.0GA bug or has there been a change in configuration?
Any help would be greatly appreciated
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic &p=4065054#4065054
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode =reply&p=4065054 __ ____ ____ ____ ____ ____ ____ ____ ____ ____ jboss-user mailing list jboss-user@(protected) https://lists.jboss.org/mailman/listinfo/jboss-user
|
|
 |