0 Replies Latest reply on Aug 11, 2014 9:35 AM by qball

    Unable to build index of kmodule.xml

    qball

      I have a Java EE EAR Project (Maven) generated by eclipse from JBoss Central. I made in ejb module Drools Class where i execute simple rule. When i deploy this project on JBoss AS 7.1.1, i have an error "Unable to build index of kmodule.xml".

      I have my rule in one package in src/main/resource, and kmodule.xml in META-INF folder. Could anyone help me with this problem?

      I've tried this solution, but it didn't work:http://stackoverflow.com/questions/21466716/unknown-kiesession-name-in-drools-6-0-while-trying-to-add-drools-to-existing…