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#4182754

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4182754
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to