xurror edited a comment on pull request #928:
URL: https://github.com/apache/fineract/pull/928#issuecomment-638240287


   I fear I've hit a stalemate on this. I can't seem to make any progress. I 
get a consistent 500 server error. I was able to determine that data does not 
get persisted but no eclipselink is not throwing any error as of why it 
doesn't. 
   After streamlining and focusing my tests on a single test 
case(OfficeIntegrationTest), I was able to determine the server error is due to 
a null pointer exception at this 
[line](https://github.com/apache/fineract/blob/3521b0ed334831dbb4ab0db9216a493c532982db/fineract-provider/src/main/java/org/apache/fineract/organisation/office/service/OfficeWritePlatformServiceJpaRepositoryImpl.java#L102).
 but 
[line](https://github.com/apache/fineract/blob/3521b0ed334831dbb4ab0db9216a493c532982db/fineract-provider/src/main/java/org/apache/fineract/organisation/office/service/OfficeWritePlatformServiceJpaRepositoryImpl.java#L100)
 does not persist any data. Probably the reason for the exception.
   
   Any suggestions to workaround this will be very much appreciated.
   FYI: @vorburger @awasum @maektwain @ptuomola @Sanyam96 @Anh3h 


----------------------------------------------------------------
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:
[email protected]


Reply via email to