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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...