mariofusco commented on PR #5732: URL: https://github.com/apache/incubator-kie-drools/pull/5732#issuecomment-1988420845
I created a [sample project](https://github.com/apache/incubator-kie-drools/files/14559042/drools-project-war.zip) using our current main branch, tested under WildFly Full 31.0.1.Final and it seems to work fine for me. In particular it is able to correctly retrieve the KieProject inside the classpath as reported by the log. ``` 14:08:10,832 INFO [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (default task-1) Found kmodule: vfs:/content/rest-endpoint.war/WEB-INF/lib/drools-project-1.0-SNAPSHOT.jar/META-INF/kmodule.xml 14:08:10,834 INFO [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (default task-1) Virtual file physical path = /home/mario/software/wildfly-31.0.1.Final/standalone/tmp/vfs/temp/tempd4b311ff42b8e2fe/content-c070abcdbe655535/WEB-INF/lib/drools-project-1.0-SNAPSHOT.jar ``` Please modify the sample project that I'm providing (or feel free to send your reproducer) in case you still think that there is a problem. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
