【发布时间】:2025-12-02 20:15:02
【问题描述】:
我正在使用 ejb 3 并尝试 @Inject HttpServletRequest,但在部署时出现异常。
代码:
@Inject private HttpServletRequest httpRequest;
例外:
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]
我能用它做什么?
【问题讨论】:
标签: java dependency-injection ejb jboss7.x