You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is consumed by Indy project. When this project is consumed and used in a test case the BootFinder mechanism is throwing an exception.
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.commonjava.indy.test.fixture.core.CoreVertxServerFixtureTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.132 sec <<< FAILURE! - in org.commonjava.indy.test.fixture.core.CoreVertxServerFixtureTest
startAndStopWithNoOptions(org.commonjava.indy.test.fixture.core.CoreVertxServerFixtureTest) Time elapsed: 0.031 sec <<< ERROR!
org.commonjava.propulsor.boot.BootException: No BootInterface implementations registered.
at org.commonjava.indy.test.fixture.core.CoreVertxServerFixtureTest.startAndStopWithNoOptions(CoreVertxServerFixtureTest.java:32)
Results :
Tests in error:
CoreVertxServerFixtureTest.startAndStopWithNoOptions:32 » Boot No BootInterfac...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
This is because the BootFinder cannot locate a resource file that's expected in the META-INF directory. META-INF/services/org.commonjava.propulsor.boot.BootInterface
This project is consumed by Indy project. When this project is consumed and used in a test case the BootFinder mechanism is throwing an exception.
This is because the BootFinder cannot locate a resource file that's expected in the META-INF directory.
META-INF/services/org.commonjava.propulsor.boot.BootInterface
The text was updated successfully, but these errors were encountered: