Hello, I try to develop an application with JBoss Data Grid and Apache Lucene. I followed the tutoriel: https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_Data_Grid/6.2/pdf/Infinispan_Query_Guide/Red_Hat_JBoss_Data_Grid-6.2-Infinispan_Query_Guide-en-US.pdf But when I throw my application, I have the following error:javax.servlet.ServletException: java.lang.VerifyError: Failed to link org/apache/lucene/codecs/lucene40/Lucene40CompoundReader (Module "deployment.jboss-helloworld-jdg.war:main" from Service Module Loader): class org.apache.lucene.codecs.lucene40.Lucene40CompoundReader overrides final method renameFile.
Can you help me ? Thanks