deploying a TomEE snapshot right now.

2018-08-24 Thread Mark Struberg
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

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Matthew Broadhead
thanks Mark.  i take it they will be available from https://dist.apache.org/repos/dist/dev/tomee/staging-1118/  shortly? On 24/08/18 13:44, Mark Struberg wrote: hi folks! I'm right now deploying a TomEE snapshot with the versions which will most probably make it into the next release. Means C

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Alex The Rocker
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

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Mark Struberg
Yes indeed. 8.0.0-SNAPSHOT that is. LieGrue, strub > Am 24.08.2018 um 13:55 schrieb Alex The Rocker : > > 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 & successful

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Roberto Cortez
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 wrote: > > Yes indeed. > > 8.0.0-SNAPSHOT that is. > > LieGrue, >

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Mark Struberg
Sure, just started it. Should be avail in 15 minutes. LieGrue, strub > Am 24.08.2018 um 19:54 schrieb Roberto Cortez : > > 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. > > T

Re: deploying a TomEE snapshot right now.

2018-08-24 Thread Roberto Cortez
Thank you! > On 24 Aug 2018, at 19:42, Mark Struberg wrote: > > Sure, just started it. Should be avail in 15 minutes. > > LieGrue, > strub > > >> Am 24.08.2018 um 19:54 schrieb Roberto Cortez : >> >> Hi Mark, >> >> Can you please deploy an updated snapshot version of BVal as well? The >> c

Re: deploying a TomEE snapshot right now.

2018-08-25 Thread Matthew Broadhead
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 wrote: Sure, just started it. Should be avail in 15 minutes. LieGrue, strub Am 24.08.2018 um 19:54 schrieb Roberto Cortez : Hi Mark, Can you please deploy an updat

Re: deploying a TomEE snapshot right now.

2018-08-25 Thread Romain Manni-Bucau
http://repository.apache.org/snapshots/ Le sam. 25 août 2018 15:55, Matthew Broadhead 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 > wrote: > >> > >> Sure, just started it. Should be avail

Re: deploying a TomEE snapshot right now.

2018-08-25 Thread Matthew Broadhead
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 B

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
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 wrote: thanks for the link.  so it looks like i can grab the latest binary at https://repository.apache.org/content/groups/snapshots/org/

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Mark Struberg
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 wrote: The CXF version update it looks like it broke the tests. I'll try to

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
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: Erro

Re: deploying a TomEE snapshot right now.

2018-08-27 Thread Roberto Cortez
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 i