Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nosql-dev] WildFly CDI fails to @Inject Repository (1.0.0-SNAPSHOT & 1.0.0-b5)

Hello,

After upgrading from 1.0.0-b4 to 1.0.0-b5 (also tried 1.0.0-SNAPSHOT) My Wildfly deployment fails (WF 26.1.3 preview & WF 27.0.1).

> Caused by: org.jboss.weld.exceptions.DeploymentException: WELD-001408: Unsatisfied dependencies for type TestRepository with qualifiers @Default >  at injection point [BackedAnnotatedField] @Inject @Database private org.eclipse.jnosql.test.TestService.test_repository >  at org.eclipse.jnosql.test.TestService.test_repository(TestService.java:0)

It looks like WildFly is not scanning jnosql CDI beans, although I put my beans.xml in the /WEB-INF directory and tried all CDI versions there (1,2,3,4).

Are there any ideas what is wrong?

Thank you,

Dmitry




Back to the top