If I change my startupEmbeddedJboss method to:
| private static void startupEmbeddedJboss() {
| EJB3StandaloneBootstrap.boot(null);
| EJB3StandaloneBootstrap.deployXmlResource("security-beans.xml");
| EJB3StandaloneBootstrap.scanClasspath();
| }
|
it works. But I can't understand why.
Can anyone please enlighten me?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4182754#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...