Migrate Role Entity From HBM XML to JPA Annotations

Here are the error logs: Migrate Role entity from HBM XML to JPA annotations #2280 - Pastebin.com

The errors show that all 2006 tests are failing with the same “ApplicationContext failure threshold (1) exceeded” error. This appears to be a Spring context initialization issue in the test environment.

mvn clean compile passes with no errors Test code compiles successfully Tests fail during Spring ApplicationContext loading

@mherman22 @Agaba_Derrick_Junior @reagan

1 Like

@Leone_Chirodza what happens when you skip the tests with mvn clean install -Dskip Tests? does the code compile without errors?

what happens when you run mvn -Dtest=BaseTestConfigTest test do we have any tests that fail first ?

Thanks @Agaba_Derrick_Junior for the guidance

mvn clean install -DskipTestsBUILD SUCCESS (WAR built, no errors)
mvn -Dtest=BaseTestConfigTest testBUILD SUCCESS (tests skipped as configured)

@reagan @Moses_Mutesasira @mherman22