Created
January 4, 2013 11:07
-
-
Save arey/4451751 to your computer and use it in GitHub Desktop.
Fichier META-INF\jboss-app.xml d'un EAR permettant d'isoler le classloader de JBoss.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE jboss-app PUBLIC | |
| "-//JBoss//DTD Java EE Application 5.0//EN" | |
| "http://www.jboss.org/j2ee/dtd/jboss-app_5_0.dtd"> | |
| <jboss-app> | |
| <loader-repository>com.javaetmoi:archive=monapplication-ear | |
| <loader-repository-config>java2ParentDelegation=false</loader-repository-config> | |
| </loader-repository> | |
| </jboss-app> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment