[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: Moving out of the UnifiedClassloaders
anil.saldhana@jboss.com
do-not-reply at jboss.com
Tue Jan 22 14:00:01 EST 2008
I need some guidance here:
I have an ear file that defines a jboss-app.xml with
| <jboss-app>
| <module>
| <service>jboss-service.xml</service>
| </module>
| </jboss-app>
|
The -service file defines an MBean service.
An issue I see is that the MBean service is trying to load a resource (login-config.xml) from the deployment (in this case, an EAR) via tcl.loadResource
I see that the tcl is the BaseClassLoader set to the root of the EAR file. But it is not able to load the resource (META-INF/login-config.xml or just login-config.xml)
What needs to be done here?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122334#4122334
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122334
More information about the jboss-dev-forums
mailing list