-
Bug
-
Resolution: Not a Bug
-
Major
-
None
-
6.0.0.Beta1
-
None
There are several invoker related tests that are expected to fail with
DeploymentException in the 4.1.0.Beta2 CDI TCK. An example of such a test is the org.jboss.cdi.tck.tests.invokers.invalid.ctor.ConstructorInvokerTest in the 4.1.x branch of the https://github.com/jakartaredhat/cdi-tck repo.
When this test is run against wildfly-31.0.0.Final with the weld-6.0.0.Beta1, the following msg is seen:
WELD-000900: 6.0.0 (Beta1)
2024-02-29 03:18:24,495 INFO [org.jboss.weld.Bootstrap] (Weld Thread Pool – 1) WELD-000119: Not generating any bean definitions from org.jboss.cdi.tck.tests.invokers.invalid.ctor.ConstructorInvokerTest$MyService because of underlying class loading error: Type org.jboss.cdi.tck.tests.invokers.invalid.ctor.ConstructorInvokerTest from [Module "deployment.ConstructorInvokerTest35162967636eea6857b4c0ace3be8bce6ffebd.war" from Service Module Loader] not found. If this is unexpected, enable DEBUG logging to see the full error.
but there are no deployment failures. This can be worked around by moving the
org.jboss.cdi.tck.tests.invokers.invalid.ctor.ConstructorInvokerTest$MyService inner class out of ConstructorInvokerTest, but this scenario should be causing a failure even if it is not for the correct reason.
The full server.log is attached.
server.log