我嘗試在oracle weblogic服務器上使用消息驅動bean時出現奇怪的錯誤。 當我添加新的信息t時的queu和服務器試圖調用消息驅動bean我收到以下錯誤: com.oracle.injection.provider.weld.WeldBeanManager createEjb
INFO: Could not find the weld descriptor for ejb: Hello
我正在使用Wildfly 10.0.0 Final,Java EE7,Maven和JPA 2.1。當我查詢我的數據庫中的記錄,它工作正常,並列出了員工,但是當我試圖堅持新僱員它給了我以下異常: javax.servlet.ServletException: WFLYJPA0060: Transaction is required to perform this operation (either
我在使用EJB注入中的一種策略時遇到了CDI條件 注入的問題。 我的實際場景是 public class someManagedBean {
@Inject
@MyOwnQualifier(condition = someBean.getSomeCondition()) // not work because someBean is not already injected