]
Dmitri Tsveitel updated DROOLS-3960:
------------------------------------
Priority: Blocker (was: Major)
Executable Model - kie-maven-plugin fails to generate model with a
mix of Java and DRL facts
--------------------------------------------------------------------------------------------
Key: DROOLS-3960
URL:
https://issues.jboss.org/browse/DROOLS-3960
Project: Drools
Issue Type: Bug
Components: executable model
Affects Versions: 7.20.0.Final
Reporter: Dmitri Tsveitel
Assignee: Luca Molteni
Priority: Blocker
Attachments: example.zip
Trying to generate a fully compiled kmodule with kie-maven-plugin. It works when all
facts are defined in DRL, but fails when some facts are defined as Java POJOs. It appears
to not find Java classes when compiling DRL.
Sample project is attached.