@Resource

Javadoc

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;