Re: [rules-users] [drools planner 5.3.0 Final] cached planning values

2011-10-26 Thread Geoffrey De Smet
Even if you didn't set something properly, it's an issue that planner crashes without a decent error message. I created this issue: https://issues.jboss.org/browse/JBRULES-3265 It's during construction heuristics. Apparently you got a planning entity which has a planning variable which has

Re: [rules-users] [drools planner 5.3.0 Final] cached planning values

2011-10-26 Thread guyver
Thank you so much ge0ffrey. It works now. That was indeed the case, I had a planning variable which had no planning values when the planningValueRange was specified. -- View this message in context:

[rules-users] [drools planner 5.3.0 Final] cached planning values

2011-10-25 Thread guyver
I get the following exception when i try to solve and don't know if i didn't set something properly on my side or if there is a bug in the planner. After debugging, seems like cachedPlanningValues in PlanningValueCreator is being created as an empty collection and when PlanningValueWalker gets