Hi all! I did some looking and most of the server push tests are failing because the TCK client is failing to startup correctly.
https://tck.work/tomee/api/testlog/276/1607111275890 This is happening because in the command line to run the client is not specified the flow.jar library that is included in the jakartaee-tck/endorsedlib/flow.jar. This jar has to be included in the java.endorsed.dirs property (but only for JDK 8) or with -Xbootclasspath/a flag(to run with JDK 8 or higher). I guess the change must be in the ts.jte, but I couldn't figure out where this file is in the current setup. Thanks
