As I said that JNDI pattern is *wrong* for embedded ejb3. It should be
Object test = JndiUtil.lookup("KomunikatyManagerBean/local",
KomunikatyManagerBean.class);
|
| KomunikatyManager komunikatyManager = (KomunikatyManager)
| getInstance(KomunikatyManagerBean.class);
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073546#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...