diff --git a/impl/src/main/resources/tck-audit-cdi.xml b/impl/src/main/resources/tck-audit-cdi.xml index f1a82b13f..1c604e548 100644 --- a/impl/src/main/resources/tck-audit-cdi.xml +++ b/impl/src/main/resources/tck-audit-cdi.xml @@ -11514,7 +11514,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven + that may be instantiated by the container at runtime, including every EJB session or message-driven bean. diff --git a/web/src/main/resources/tck-audit-cdi.xml b/web/src/main/resources/tck-audit-cdi.xml index 724a54fac..50fc7cdc3 100644 --- a/web/src/main/resources/tck-audit-cdi.xml +++ b/web/src/main/resources/tck-audit-cdi.xml @@ -11252,7 +11252,7 @@
When running in Jakarta EE, the container must also fire an event for every injection point of every Jakarta EE component class supporting injection - that may be instantiated by the container at runtime, including every managed bean declared using @ManagedBean, EJB session or message-driven + that may be instantiated by the container at runtime, including every EJB session or message-driven bean.