[jboss-user] [Security & JAAS/JBoss] - Re: Dynamic login config broken in JBoss 5 Beta4

anil.saldhana@jboss.com do-not-reply at jboss.com
Thu Mar 6 22:03:52 EST 2008


There was a change in the classloaders from Unified Classloader to VFS Classloader.  What it basically means is that resources are detected in a strict spec compliant way.

For an ear, if you have a war underneath the resource(xml file) can be under WEB-INF/classes.  If not, you can have ear/lib/somejar/xyz.xml  or you will need to use the manifest to define classpath entries.

For an ear, the classpath will not include the root of the ear. Hence META-INF/xyz.xml will not be detected.  ear->lib, ear->war->WEB-INF/classes are on the classpath.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4134735#4134735

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4134735



More information about the jboss-user mailing list