The @Resource annotation allows you to inject resources into your EJBs. The example shows you how to inject a UserTransaction into a member field.
@Resource UserTransaction utx;
The @Resource annotation allows you to inject resources into your EJBs. The example shows you how to inject a UserTransaction into a member field.
@Resource UserTransaction utx;