Injeção de HttpServletRequest

Eu estou usando ejb 3 e tentando @Inject HttpServletRequest, mas durante a implantação eu ocupo exceção.

Código:

@Inject private HttpServletRequest httpRequest;

Exceção:

org.jboss.weld.exceptions.DeploymentException: WELD-001408 Unsatisfied dependencies for type [HttpServletRequest] with qualifiers [@Default] at injection point [[field] @Inject private com.kmware.ttk.highway.beans.session.UserSessionBean.httpRequest]

O que eu poderia fazer com isso?

questionAnswers(2)

yourAnswerToTheQuestion