cherni78 opened a new pull request, #5732:
URL: https://github.com/apache/incubator-kie-drools/pull/5732
Since Wildfly 31.0.0 we encountered the following problem:
```
ERROR [org.drools.compiler.kie.builder.impl.ClasspathKieProject] (EJB
async-pool - 3) [Usr#] Unable to build index of kmodule.xml
url=vfs:/.../wildfly-31.0.0.Final/standalone/deployments/.../META-INF/kmodule.xml
Unable to get all ZipFile entries:
...\wildfly-31.0.0.Final\standalone\tmp\vfs\deployment\deploymentedb670f3fadfd5b0\...\content
Caused by: java.lang.RuntimeException: Cannot find a default KieSession
at
deployment.BisonProcess.ear//org.drools.compiler.kie.builder.impl.KieContainerImpl.findKieSessionModel(KieContainerImpl.java:557)
at
deployment.BisonProcess.ear//org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:600)
at
deployment.BisonProcess.ear//org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:530)
at
deployment.BisonProcess.ear//org.drools.compiler.kie.builder.impl.KieContainerImpl.newKieSession(KieContainerImpl.java:513)
```
Seems that the problem comes from the typo in the fixed typed vfs lookup
path.
After changing it to 'contents' it works well!
--
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]