Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 WebServiceContext 是一种资源,因此我尝试SLSB通过编写生产者字段然后使用@inject. 那没有用。似乎与WebServiceContext相关,ThreadLocal但是包含生产者字段的实例将无法访问它。
SLSB
@inject
WebServiceContext
ThreadLocal
有人试过吗?
请注意,使用@Resource(没有 CDI)一切正常。此外,通过将生产者字段放在我的网络服务中,@inject工作(当然这不可能是解决方案)
@Resource
inject
曾有人谈论在 EE7 中统一这一点,但它不会发生。现在你必须用旧的方式来做。