Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-16430

Investigate TCK test failures in Jakarta Enterprise Beans 4.0.1

    XMLWordPrintable

Details

    • ---
    • ---

    Description

      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;
      

      Attachments

        Issue Links

          Activity

            People

              cfang@redhat.com Cheng Fang
              cfang@redhat.com Cheng Fang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: