You can not use @EJB annotation outside of EJB container, it will work only inside container in deplorable classes (Like Other EJB class , Servlet if deployed in same container)
If you want to call EJB from outside container , you need to lookup EJB, Try below code