Re: build fails with OWB-1.7.3 and later

2017-07-10 Thread Mark Struberg
Oki, think I found the problem. In a refactoring I seem to have trashed the OWB Arquillian OwbSWClassLoader. It currently does return new URL(null, "archive:" + nodes.iterator().next()); But should really be return new URL(null, "archive:" + node, new ArchiveStreamHandler()) Will be fixed in

Re: build fails with OWB-1.7.3 and later

2017-07-10 Thread Mark Struberg
Currently using 2 boxes in parallel to spot the differences. It seems that in ValidationParser#applyConfigWithInstantiation the xmlConfig is null with OWB-1.7.3 and above. No idea why yet ... LieGrue,strub On Monday, 10 July 2017, 10:28:26 CEST, Romain Manni-Bucau

Re: build fails with OWB-1.7.3 and later

2017-07-10 Thread Romain Manni-Bucau
Ok, recall having done most of the setup so shout if you need me to reopen it ;) Le 10 juil. 2017 10:22, "Mark Struberg" a écrit : > Hi folks! > > BVal currently uses OWB-1.6.0 for the TCK. All works fine up to until > OWB-1.7.2, but from 1.7.3 up it fails. > I've now

build fails with OWB-1.7.3 and later

2017-07-10 Thread Mark Struberg
Hi folks! BVal currently uses OWB-1.6.0 for the TCK. All works fine up to until OWB-1.7.2, but from 1.7.3 up it fails. I've now checked a few tests and I'm quite confused. For example in MessageInterpolatorSpecifiedInValidationXmlNoDefaultConstructorTest The config file