]
Yeray Borges Santana updated WFLY-13739:
----------------------------------------
Summary: WeldJpaInjectionTestCase fails in the jpa layer test suite (was:
WeldJpaInjectionTestCase fails when we are using jpa layer)
WeldJpaInjectionTestCase fails in the jpa layer test suite
----------------------------------------------------------
Key: WFLY-13739
URL:
https://issues.redhat.com/browse/WFLY-13739
Project: WildFly
Issue Type: Bug
Components: Build System, JPA / Hibernate, Test Suite
Reporter: Yeray Borges Santana
Assignee: Yeray Borges Santana
Priority: Major
We removed the microprofile-metrics from jpa layers. This removal affected to
WeldJpaInjectionTestCase test execution, which uses CDI to inject beans.
This test was being executed with combining jpa and datasources-web-server, however,
datasources-web-server does not add CDI. We need to use the upper base layer to make the
test pass.