cocorossello edited a comment on pull request #693:
URL: https://github.com/apache/tomee/pull/693#issuecomment-662707022


   I can confirm that changing the condition:
   
                   if (phase == null || phase != TransactionPhase.IN_PROGRESS)
   
   to
   
                   if (phase == null || phase == TransactionPhase.IN_PROGRESS)
   
   makes the SchedulerTest and the EventTest pass  (I don't know how to run tck 
tests, sorry)


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