hi
maybe it is a silly question but I'm really new in JBoss and EJB and couldn't find answer anywhere
I had problem with custom log4j configuration and finally sovle it with some suggested solutions. as a part of solution I create jboss-app.xml file in my enterprise application content like this :
<jboss-app><loader-repository>
org.myapp:loader=MyClassLoader
<loader-repository-config>
java2ParentDelegation=false
</loader-repository-config></loader-repository></jboss-app>
can anyone explain what is the role of "org.myapp:loader=MyClassLoader" and "java2ParentDelegation=false" exactly ?
I'll be really thankful for any explaination