Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Romain Manni-Bucau
Hmm, if that's a regression due to openejb.scan.webapp.container change we should fix it otherwise we'll break a lot of users. Romain Manni-Bucau @rmannibucau | Blog | Old Blog | Github

Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Mark Struberg
It also picks it up as 2 deplorable a... Mit autocorrect gesendet > Am 09.06.2018 um 18:02 schrieb Romain Manni-Bucau : > > What is suspicious is that: > 1. was working well for years > 2. it is already isolated in tomee since we scan the deployable and not the > classpath for that reason > > m

Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Romain Manni-Bucau
What is suspicious is that: 1. was working well for years 2. it is already isolated in tomee since we scan the deployable and not the classpath for that reason maybe the default scanning of the container change? Romain Manni-Bucau @rmannibucau | Blog

Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Mark Struberg
commenting out adding the persistence.xml to the arquillian test makes it pass: @Deployment public static WebArchive archive() { return new WebModule(SubjectServiceTomEETest.class).getArchive() .addClass(VoteCounter.class) .addPackage(Subject.class.getPackage()) // doma

Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Mark Struberg
It seems like one is coming from file:/tmp/arquillian-tomee-app-working-dir/0/SubjectServiceTomEETest/#pollingthe other from file:/home/struberg/.m2/repository/jug/polling-domain/1.1.0-SNAPSHOT/polling-domain-1.1.0-SNAPSHOT.jar#polling As if it would be an Arquillian setup issue.I compared fb

Re: broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Romain Manni-Bucau
Can be a classloader change with a recent upgrade. Le sam. 9 juin 2018 13:23, Mark Struberg a écrit : > > I get a duplicate unit exception in > jug.rest.arquillian.SubjectServiceTomEETest which is in polling-web.This > happens in the fb_tomee8 branch. > > 0 = {TreeMap$Entry@5654} > "file:/home/s

broken SubjectServiceTomEETest in fb_tomee8

2018-06-09 Thread Mark Struberg
I get a duplicate unit exception in jug.rest.arquillian.SubjectServiceTomEETest which is in polling-web.This happens in the fb_tomee8 branch. 0 = {TreeMap$Entry@5654} "file:/home/struberg/.m2/repository/jug/polling-domain/1.1.0-SNAPSHOT/polling-domain-1.1.0-SNAPSHOT.jar#client1" -> 1 = {TreeM