-
Feature Request
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
*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.