swe574-2015fall-group2 / core_repo

0 stars 2 forks source link

Backend - Meeting model's queryByGroup method returns response code 500 if no meetings exist #238

Closed OrkunKocyigit closed 8 years ago

OrkunKocyigit commented 8 years ago

Hello, The request JSON is given below: { "authToken": "5897fe90-a1ca-11e5-b196-0401862bab01", "id": "566c6380e4b038c20f1ddd08" } The swagger return this response: { "status": "error", "consumerMessage": "Meeting not found", "applicationMessage": "" } When this method has used in the application, it returns response code 500 henceforth it causes an exception when it has been processed.

OrkunKocyigit commented 8 years ago

This service still throws response code 500 nope

OrkunKocyigit commented 8 years ago

Hello, Are there any updates on this issue?

barisozcanli commented 8 years ago

@OrkunKocyigit could you please check it?