reset password
Author Message
lishenyu
Posts: 103
Posted 17:56 Aug 30, 2015 |

Dr sun ,

when I tried to save a review ,I got an exception :~nested exception is javax.persistence.EntityNotFoundException: Unable to find csjobs.model.Review with id 1

and the error message points to saveRound. could you tell me after a reviewer submits the comments , I should save the review first or round first? and how should I create a new round and new review? because an application has a list of rounds ,and a round has a list of reviews, it's a little complicated here so I may not know where to start here. Thanks!

cysun
Posts: 2935
Posted 18:39 Aug 30, 2015 |

You need to solve these types of problems yourself.