I am making my way to OCE
EJB Certification & have one question.
* I created a EJB Project & a stateless Session Bean with a local interface
* In the same package I created a
Java Class with Main method. This class has code like:
Problem:
The mBean instance is always null. Somehow, dependency injection is not working. I also checked
JBoss deployment & it does contains JNDI Bindings for this bean.
Please advise further!
Thanks, Aman