]
Petr Široký resolved DROOLS-1065.
---------------------------------
Fix Version/s: 7.0.0.Final
Resolution: Done
ClasspathKieProject should not deal ".jar" always like a
file
-------------------------------------------------------------
Key: DROOLS-1065
URL:
https://issues.jboss.org/browse/DROOLS-1065
Project: Drools
Issue Type: Bug
Components: core engine
Affects Versions: 6.4.0.Beta1
Reporter: Petr Široký
Assignee: Petr Široký
Fix For: 7.0.0.Final
Originally reported and fixed by David Santos (thanks!) via
https://github.com/droolsjbpm/drools/pull/511
Description:
Some containers allow deployments of artifacts in "expanded" mode (instead of a
unique jar/ear/war/... file, al artifacts are deployed full decompressed, so they are
directories). This is default with last JBoss Tools and Wildfly (unless you use compressed
option for deployments). In that case drools fails to load jar contents.