]
Jozef Marko closed DROOLS-2051.
-------------------------------
Resolution: Rejected
Closing this issue as there were no resources to address it for a long time, moreover with
the changed team priorities (it is DMN now) is even less probable to find resources for
this issue.
Data-driven enumerations fail when other enumerations do not exist
------------------------------------------------------------------
Key: DROOLS-2051
URL:
https://issues.jboss.org/browse/DROOLS-2051
Project: Drools
Issue Type: Feature Request
Components: Enumerations Editor
Reporter: G Patel
Assignee: Michael Anstis
Priority: Major
*Moved from
https://issues.jboss.org/browse/JBRULES-3270*
Currently, the following enumeration requires an enumeration on engineType to work
correctly:
'Vehicle.fuelType[engineType]' : '(new
test.VehicleHelper()).getFuelTypes("@{engineType}")'
Without an enumeration on engineType, the above fuelType enumeration does not work.
Drools should not require an enumeration on engineType, as it may not always be needed.