You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by GitBox <gi...@apache.org> on 2019/05/13 10:21:39 UTC

[GitHub] [deltaspike] rdomingonl opened a new pull request #89: Test and Bugfix for null entitymanager when first usage is concurrent…

rdomingonl opened a new pull request #89: Test and Bugfix for null entitymanager when first usage is concurrent…
URL: https://github.com/apache/deltaspike/pull/89
 
 
   We discovered entity manager can be null when after startup of application, multiple threads are accessing entitymanager at same time.
   
   Adding a synchronized will fix this.
   
   See changes for fix AND test.

----------------------------------------------------------------
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