You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by GitBox <gi...@apache.org> on 2019/12/09 09:51:38 UTC

[GitHub] [fineract] jamesidw opened a new pull request #669: FINERACT-803 fix exception handling for username duplication

jamesidw opened a new pull request #669: FINERACT-803 fix exception handling for username duplication
URL: https://github.com/apache/fineract/pull/669
 
 
   ## Description
   There was already error handling in place for username duplication. It wasn't working because the actual exception being thrown `JpaSystemException` didn't match what was being caught.
   
   This adds integration tests to verify the behaviour and adds `JpaSystemException` to the catch block.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services