[jboss-user] [Beginners Corner] - Re: JBoss 5.1 j2ee client jars and classloader

2009-07-27 Thread ms-suxx
Oh, the main thing. Search says: "Cannot invoke the operation : the module threw an exception" :D View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4246161#4246161 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4246161 ___

[jboss-user] [Beginners Corner] - JBoss 5.1 j2ee client jars and classloader

2009-07-27 Thread ms-suxx
Hi, guys! The thing is that with my app i cannot rely on EJB3 client container because of two issues: 1. AFAIK, the @EJB annotation fails to inject EJB proxies into dynamic context. It works only with static one(@EJB private static MyServiceBean ...). 2. The container is too-much-clever for my