> On May 16, 2019, at 9:36 PM, Jonathan Gallimore > <[email protected]> wrote: > > I've done a few runs and the test seems to consistently fail here, so I'll > try and debug it and help out.
Awesome. I'm debugging from Tokyo to a machine in North Carolina so speed is not that great :) I can get a pass every now and then during my debugging. All executions, pass or fail, reach here: - https://github.com/apache/bval/blob/8b683b91d2b236f322245be7a68b63c3bfbcdbf0/bval-jsr/src/main/java/org/apache/bval/jsr/job/ValidationJob.java#L557 Executions that pass will get a true from hasWork and continue. Executions that fail will get a false and exit with no checks performed. My debugger hangs quite a lot so I can't yet see what causes a true or false from that method. This could end up being a code generation issue where the bean validation annotations are not getting successfully copied to the class created by this code: - https://github.com/apache/tomee/blob/master/mp-jwt/src/main/java/org/apache/tomee/microprofile/jwt/bval/ValidationGenerator.java#L142 Not sure yet. -David
