-
Task
-
Resolution: Done
-
Major
-
27.0.0.Alpha2
-
---
-
---
As of 2022-05-31, status for ejb areas in Jakarta EE 10 TCK:
ejb30_bb has 264 failures
ejb30_lite has 1348 failures
ejb32 has 510 failures
In server.log there are many occurrences of:
Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type String with qualifiers @ManagedProperty at injection point [BackedAnnotatedField] @Inject @ManagedProperty private com.sun.ts.tests.ejb30.common.lite.EJBLiteJsfClientBase.moduleName at com.sun.ts.tests.ejb30.common.lite.EJBLiteJsfClientBase.moduleName(EJBLiteJsfClientBase.java:0) WELD-001475: The following beans match by type, but none have matching qualifiers: - Producer Method [String] with qualifiers [@BatchProperty @Any] declared as [[UnbackedAnnotatedMethod] @Produces @BatchProperty public org.jberet.creation.BatchBeanProducer.getString(InjectionPoint)] "}}
com.sun.ts.tests.ejb30.common.lite.EJBLiteJsfClientBase.moduleName:
@jakarta.inject.Inject @jakarta.faces.annotation.ManagedProperty("#{facesContext.externalContext.requestContextPath}") private String moduleName;
- is incorporated by
-
WFLY-16082 Jakarta Enterprise Beans 4.0.1 in WildFly Preview
- Closed