In our project, we are using Spring Boot 2.2.4 and Apache Camel 3.0.1 and deploying the application as a war file in JBoss EAP 7.2.0. I am getting the following error while deploying the application in JBoss
2020-03-11 20:35:59,822 ERROR [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0002: Could not read provided index: /content/<<war-file-name>>/WEB-INF/lib/camel-api-3.0.1.jar/META-INF/jandex.idx
Similarly I am getting error on other jandex.idx files in other locations. Can anyone please guide me what should be done here?