Closed GoogleCodeExporter closed 9 years ago
Brother,
This was working fine before the Vehicle Report code was added into this controller. This line is causing the problem.
Exception is thrown on addVehicleReport line. Can you please fix this one and
make sure that you re-test all the transactions where you added reporting code.
if(car.getStatus()!=getStatus()){
addVehicleReport(car.getId(),car.getStatus());
setStatus(car.getStatus());
}
Original comment by Mansur...@gmail.com
on 22 Jan 2013 at 3:04
Original comment by Mansur...@gmail.com
on 22 Jan 2013 at 7:16
Tested the code, and able to add a new vehicle now.
Original comment by Mansur...@gmail.com
on 30 Jan 2013 at 3:51
Original issue reported on code.google.com by
abid...@gmail.com
on 11 Nov 2012 at 11:23