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 22:29:20 UTC

[GitHub] [deltaspike] os890 edited a comment on issue #89: Test and Bugfix for null entitymanager when first usage is concurrent…

os890 edited a comment on issue #89: Test and Bugfix for null entitymanager when first usage is concurrent…
URL: https://github.com/apache/deltaspike/pull/89#issuecomment-492006511
 
 
   @rdomingonl, @tandraschko:
   this fix is not correct - please see initGlobalEntityManager - that one is synchronized
   -> it works as intended (that style is used across the code-base)
   
   the issue should be that
     this.globalEntityManagerInitialized = true;
   needs to be at the end of the if-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