[jboss-user] [EJB 3.0] - Re: Problem with Embeddable EJB 3.0 and MBeans
Silenius
do-not-reply at jboss.com
Thu Oct 16 14:38:46 EDT 2008
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
More information about the jboss-user
mailing list