Re: [rules-users] Optaplanner ShiftAssignment Employee is null

2013-11-29 Thread Geoffrey De Smet

On 29-11-13 11:47, ns wrote:
 Hi,

 I have a strange error. When I get my final roster, I do:

 System.out.println(final_roster.getShiftAssignmentList());
Look at this line (final_roster)

 I get a list of all the employees (with their names) assigned to a certain
 shift on a certain date.

 Now I would like to iterate over this list to save it to my database, so I
 do the following to test:

 for (ShiftAssignment shiftAssignment : roster.getShiftAssignmentList())
Now look at this line (roster)
 {
   System.out.println(Shift assignment:  + shiftAssignment.getEmployee()
 +  -  + shiftAssignment.getShiftDate() +  -  +
 shiftAssignment.getShift().getLabel());
 }

 But now the shiftAssignment.getEmployee() returns null. How can this happen?
 Thanks



 --
 View this message in context: 
 http://drools.46999.n3.nabble.com/Optaplanner-ShiftAssignment-Employee-is-null-tp4027010.html
 Sent from the Drools: User forum mailing list archive at Nabble.com.
 ___
 rules-users mailing list
 rules-users@lists.jboss.org
 https://lists.jboss.org/mailman/listinfo/rules-users


___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users


Re: [rules-users] Optaplanner ShiftAssignment Employee is null

2013-11-29 Thread ns
Hi Geoffrey,

nice catch. I just didn't see it. Thanks!

Kind regards,

Nick



--
View this message in context: 
http://drools.46999.n3.nabble.com/Optaplanner-ShiftAssignment-Employee-is-null-tp4027010p4027012.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
___
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users