[jboss-user] [Beginners Corner] - Re: JBoss classloading problem
venuwin
do-not-reply at jboss.com
Thu Jul 24 04:05:02 EDT 2008
Hi,
which settings should be done for this among these two
| 1. <jboss-web>
| 2. <class-loading java2ClassLoadingCompliance="false">
| 3. <loader-repository>
| 4. org.myapp:loader=MyClassLoader
| 5. <loader-repository-config>java2ParentDelegation=false</loader-repository-config>
| 6. </loader-repository>
| 7. </class-loading>
| 8. </jboss-web>
|
OR
| <jboss-app>
| <loader-repository>
| com.example:archive=unique-archive-name
| <loader-repository-config>
| java2ParentDelegation=false
| </loader-repository-config>
| </loader-repository>
| </jboss-app>
|
HOw do i specify the <loader-repository> ? Not able to undersatnd from the wiki .
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4166337#4166337
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4166337
More information about the jboss-user
mailing list