Ok, I think the issue is related with an incompatible version of woodstox-core-asl between cxf and wss4j. I’ve checked cxf and they force their version of woodstox-core-asl, so I’ve excluded it in wss4j to use the cxf version instead. I’ve also updated our version of wss4j to match cxf. Hope it is ok.
Here is a PR with some other test fixes: https://github.com/apache/tomee/pull/156 <https://github.com/apache/tomee/pull/156> Cheers, Roberto > On 27 Aug 2018, at 15:23, Roberto Cortez <[email protected]> wrote: > > Having a look right now. > A simple look at the logs: > java.lang.NoSuchMethodError:org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator;: > > org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator;org.apache.openejb.OpenEJBException: > Error occurred while executing the module > /app/AnEjbEndpointjava.lang.NoSuchMethodError:org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator;: > > org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator; > at > org.apache.openejb.server.httpd.OpenEJBHttpServer.process(OpenEJBHttpServer.java:300) > at > org.apache.openejb.server.httpd.OpenEJBHttpServer.processRequest(OpenEJBHttpServer.java:226) > at > org.apache.openejb.server.httpd.OpenEJBHttpServer.service(OpenEJBHttpServer.java:132) > at > org.apache.openejb.server.httpd.HttpEjbServer.service(HttpEjbServer.java:63) > at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:63) > at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:63) > at org.apache.openejb.server.ServiceStats.service(ServiceStats.java:54) at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:63) > at org.apache.openejb.server.ServiceLogger.service(ServiceLogger.java:93) at > org.apache.openejb.server.ServerServiceFilter.service(ServerServiceFilter.java:63) > at org.apache.openejb.server.ServicePool.access$301(ServicePool.java:41) at > org.apache.openejb.server.ServicePool$3.run(ServicePool.java:238) at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) > at java.lang.Thread.run(Thread.java:748)Caused by: > java.lang.NoSuchMethodError: > org.codehaus.stax2.ri.EmptyIterator.getInstance()Lorg/codehaus/stax2/ri/EmptyIterator; > I did try to downgrade to the previous version we have before, 3.2.4 and it > worked fine. It seems to be an issue with the stax2-api lib. Going to have a > look. On Monday, August 27, 2018, 1:28:41 PM GMT+1, Mark Struberg > <[email protected]> wrote: > > Roberto, did you figure what's wrong after the CXF update?I might find a bit > time to look into it today as well. Cannot guarantee though. > > > LieGrue,strub > On Monday, 27 August 2018, 13:53:37 CEST, Roberto Cortez > <[email protected]> wrote: > > > The CXF version update it looks like it broke the tests. I'll try to have a > look. On Saturday, August 25, 2018, 3:26:56 PM GMT+1, Matthew Broadhead > <[email protected]> wrote: > > thanks for the link. so it looks like i can grab the latest binary at > https://repository.apache.org/content/groups/snapshots/org/apache/tomee/apache-tomee/8.0.0-SNAPSHOT/ > > On 25/08/18 16:18, Romain Manni-Bucau wrote: >> http://repository.apache.org/snapshots/ >> >> Le sam. 25 août 2018 15:55, Matthew Broadhead >> <[email protected]> a écrit : >> >>> where do the snapshots end up? >>> >>> On 24/08/18 22:49, Roberto Cortez wrote: >>>> Thank you! >>>> >>>>> On 24 Aug 2018, at 19:42, Mark Struberg <[email protected]> >>> wrote: >>>>> Sure, just started it. Should be avail in 15 minutes. >>>>> >>>>> LieGrue, >>>>> strub >>>>> >>>>> >>>>>> Am 24.08.2018 um 19:54 schrieb Roberto Cortez >>> <[email protected]>: >>>>>> Hi Mark, >>>>>> >>>>>> Can you please deploy an updated snapshot version of BVal as well? The >>> current deployed snapshot doesn’t have the latest fixes to pass the BVal >>> TCK. >>>>>> Thanks! >>>>>> >>>>>> Cheers, >>>>>> Roberto >>>>>> >>>>>>> On 24 Aug 2018, at 13:07, Mark Struberg <[email protected]> >>> wrote: >>>>>>> Yes indeed. >>>>>>> >>>>>>> 8.0.0-SNAPSHOT that is. >>>>>>> >>>>>>> LieGrue, >>>>>>> strub >>>>>>> >>>>>>>> Am 24.08.2018 um 13:55 schrieb Alex The Rocker <[email protected] >>>> : >>>>>>>> Hi Mark, >>>>>>>> >>>>>>>> Could you please be a little bit more precise on "which next" release >>>>>>>> you're talking about? I've been deploying a snapshot too from 7.0.6 >>>>>>>> snapshots repository & successfully test it with Java 11 EA 25, >>>>>>>> including embedded ActiveMQ. >>>>>>>> Are you on your side talking 7.0.6, 7.1 or 8 "next release" ? >>>>>>>> >>>>>>>> Thanks, >>>>>>>> Alexandre >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> Le ven. 24 août 2018 à 13:44, Mark Struberg >>>>>>>> <[email protected]> a écrit : >>>>>>>>> hi folks! >>>>>>>>> >>>>>>>>> I'm right now deploying a TomEE snapshot with the versions which >>> will most probably make it into the next release. >>>>>>>>> Means CXF update, OWB update, Johnzon update + new parent pom. >>>>>>>>> >>>>>>>>> Happy to get feedback! >>>>>>>>> >>>>>>>>> LieGrue, >>>>>>>>> strub >>> > >
