I believe the CDI embedded tests failure is related with another issue. Probably something I did. A few commits ago it was fine. Let us solve the other issue first and then I’ll run a couple of git bisects to figure out where the problem started.
> On 13 Feb 2019, at 16:09, j4fm <[email protected]> wrote: > > Running full tests again myself too. I know the cdi-embedded failure still > happens but I'm not sure that is related or what the cause of that is... > possibly class loading related? > > SEVERE - CDI Beans module deployment failed > org.apache.webbeans.exception.WebBeansDeploymentException: > javax.enterprise.inject.UnsatisfiedResolutionException: Api type > [org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.CatInterceptor] > is not found with the qualifiers > Qualifiers: [@javax.enterprise.inject.Default()] > for injection into Field Injection Point, field name : catInterceptor, > Bean Owner : [Foo, WebBeansType:MANAGED, Name:null, API > Types:[java.lang.Object,org.jboss.cdi.tck.tests.lookup.typesafe.resolution.interceptor.Foo], > Qualifiers:[javax.enterprise.inject.Default,javax.enterprise.inject.Any]] > at > org.apache.webbeans.config.BeansDeployer.deploy(BeansDeployer.java:356) > at > org.apache.openejb.cdi.OpenEJBLifecycle.startApplication(OpenEJBLifecycle.java:196) > at > org.apache.openejb.cdi.ThreadSingletonServiceImpl.initialize(ThreadSingletonServiceImpl.java:229) > at org.apache.openejb.cdi.CdiBuilder.build(CdiBuilder.java:41) > at > org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:963) > at > org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:756) > at > org.apache.openejb.arquillian.openejb.OpenEJBDeployableContainer.quickDeploy(OpenEJBDeployableContainer.java:323) > at > org.apache.openejb.arquillian.openejb.OpenEJBDeployableContainer.deploy(OpenEJBDeployableContainer.java:227) > > > > -- > Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html
