Hi, Yes - it might be required to do some more changes (aside from the update on the version of TomEE). Best would be to keep all your changes on a branch, so we can PR the ASF repo later.
Regarding the issue: The lib is now called libre-wsdl4j-1.12.0.jar I think, that you need to update CommandSupport.groovy#263 to match the new pattern. Gruß Richard > Am 25.01.2026 um 07:36 schrieb kartik sirigeri <[email protected]>: > > Hi @rzo1, <> > > I tried running the tck, but it failed. It looks like it is looking up for > wsdl jars, attached the log for the command ./runtests --web tomee-plume > com.sun.ts.tests.ejb30.bb.localaccess.statelessclient. > I had to make a small change in pom.xml to run. > changed the below, > <openejb.inzip.version>10.0.0-M3-SNAPSHOT</openejb.inzip.version> > <tomee.inzip.version>10.0.0-M3-SNAPSHOT</tomee.inzip.version> > <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId> > <tomee.zip.version>10.0.0-M3-SNAPSHOT</tomee.zip.version> > > to, > <openejb.inzip.version>10.1.4-SNAPSHOT</openejb.inzip.version> > <tomee.inzip.version>10.1.4-SNAPSHOT</tomee.inzip.version> > <tomee.zip.groupId>org.apache.tomee</tomee.zip.groupId> > <tomee.zip.version>10.1.4-SNAPSHOT</tomee.zip.version> > > > <> > Regards > Kartik Sirigeri > > > On Sat, 24 Jan 2026 at 15:59, Richard Zowalla <[email protected] > <mailto:[email protected]>> wrote: >> Hi, >> >> I think it was renamed to >> https://github.com/apache/tomee-tck/blob/tomee-10-with-ee-91/setup.sh >> In any case the repo wasn’t touched for a while, so it might need some >> additional love regarding TomEE 10 dependencies / Java version required to >> run. >> >> Gruß >> Richard >> >> > Am 24.01.2026 um 05:48 schrieb kartik sirigeri <[email protected] >> > <mailto:[email protected]>>: >> > >> > @rzo1 let me see if i can get the tck run, so i should be using the >> > branch tomee-10-with-ee-91 to try out? and i could not see setup-tck91.sh >> > in the source as mentioned in the readme. >> > >> > Regards >> > Kartik Sirigeri >> > >> > >> > On Sat, 24 Jan 2026 at 00:04, Richard Zowalla <[email protected] >> > <mailto:[email protected]>> wrote: >> > >> >> Hi, >> >> >> >> Thanks for stepping up. >> >> >> >> I think the first step would be to setup the EJB-related parts of the TCK >> >> located here: https://github.com/apache/tomee-tck >> >> As mentioned by David in one of the comments, the most complete part would >> >> be the EE9.1 TCK since it is already setup. >> >> >> >> I think one could try to get it to work with a TomEE 10.1.x first and if >> >> that works out, we can try to remove the registry so we can directly see >> >> any sort of regression. >> >> >> >> WDYT? Do you want to give setting up the TCK a try? You are free to ask >> >> any question on the list - someone with xp in that area will surely >> >> answer. >> >> >> >> Gruß >> >> Richard >> >> >> >>> Am 23.01.2026 um 07:18 schrieb kartik sirigeri <[email protected] >> >>> <mailto:[email protected]> >> >>> : >> >>> >> >>> Hi @dblevins <https://github.com/dblevins> , >> >>> Starting a new thread for , https://github.com/apache/tomee/pull/2408. >> >>> Let me know how I get started with this. Went through the >> >>> https://lists.apache.org/thread/p6qht01wjtqfjrywzfkdbk492xkd4ol6 , >> >>> understand that this registry should be removed? >> >>> >> >>> >> >>> Regards >> >>> Kartik Sirigeri >> >> >> >> >> > <log.txt>
