Hi Benedict, perhaps worth a separate mail thread because it seems your repo is about the ee10 rs tck (3.1.0) while the original intention of the current thread is to get some feedback on the ee91 tck + cxf4.
To avoid any confusion we shouldn't mix it up, so I will answer in a separate thread. There was some previous work on integrating newer standalone tcks in https://github.com/apache/tomee/tree/UpdateJakartaEEApi10/tck (not rs) but might give some insights. Most of the time "arquillian-tomee-remote" is used. "allowTrace" is a Tomcat connector setting, so I would assume, if it needs to be enabled, we should add support for it in [1] and [2]. Gruß Richard [1] https://github.com/apache/tomee/blob/main/arquillian/arquillian-tomee-common/src/main/java/org/apache/openejb/arquillian/common/Setup.java#L87 [2] https://github.com/apache/tomee/blob/main/arquillian/arquillian-tomee-remote/src/main/java/org/apache/tomee/arquillian/remote/RemoteTomEEConfiguration.java Am Freitag, dem 18.08.2023 um 03:18 +0200 schrieb Benedict Eisenkrämer: > Hi Richard, > > I am not there yet, I have a basic understanding of how one can setup > the tck. > > I have currently a setup which kinda works, but still produces some > issues. > > You may find it in this repository: > https://gitlab.com/Sollder1/tomee-10-jaxrs-tck-setup-tests/-/tree/main > > > Maybe you can help me with this Problem (it blocks the test- > execution): > > I use arquillian-tomee-embedded for the arquillian tests, but I do > not > seem to find an option to configure it. I need to allow TRACE as a > HTTP-Method, as some of the tests need this option enabled. > > In a normal setup I would just add a allowTrace="true" to the > Connector. > Do you have some insight here? > > > Excluding this blocker surefire reports the following results: "Tests > run: 2796, Failures: 23, Errors: 20, Skipped: 130" for running my > setup > against the current main of tomee. > > I did not yet try to run your cfx-upgrade branch, maybe you can try > it > on your machine to see if it runs there as well? > > > Gruß > > Benedict > >
