Need to add multiple items in list - decision table - Drools
问题 I need to create a new multiple instance of objects for the Pojo class in drools decision table. I have implemented using two facts Student fact and subject fact class. I need to fire all the rules in the decision table and I need to add all the values into array-list of the objects. But I'm getting only last rule values of decision table. It seems like decision table values are getting overridden. Fact 1 Class StudentFact{ private int id; private String name; private List<SubejctFact>