Re: TomEE-7.0.5 work

2018-06-19 Thread Matthew Broadhead
i am replying to an issue you had a while ago...i was going to say that i am using ubuntu 18.04 but i could easily install windows 7 on virtualbox.  i may be able to get access to a windows 10 box as well if you want me to run the tests On 19/06/18 07:55, Mark Struberg wrote: Yes, could someo

Re: TomEE-7.0.5 work

2018-06-18 Thread Mark Struberg
Yes, could someone lend me a hand with that? I found one more in our ci build: Failed tests: CounterCallbacksTest.test:114 [preDestroy] expected:<2> but was:<1> https://ci.apache.org/builders/tomee-trunk-ubuntu/builds/927/steps/test/logs/stdio LieGrue, strub > Am 18.06.2018 um 21:01 schri

Re: TomEE-7.0.5 work

2018-06-18 Thread Romain Manni-Bucau
from memory this one was using a short timing (like 2s instead of 10s) to avoid a too long build, we can increase it a lot (like x2 or x3 scale) to make it stable now it is in openejb-core (originally it was an external module and slowing down the build too much being another module). Feel free to

Re: TomEE-7.0.5 work

2018-06-18 Thread Mark Struberg
dumdidum, the following still fails on OSX from time to time ManagedScheduledExecutorServiceTest.triggerRunnableSchedule:124 LieGrue, strub > Am 18.06.2018 um 12:23 schrieb Mark Struberg : > > FOUND IT. > > hack, that was nasty ;) > > In ArchivingTest#watch() we start a new thread to observ

Re: TomEE-7.0.5 work

2018-06-18 Thread Mark Struberg
FOUND IT. hack, that was nasty ;) In ArchivingTest#watch() we start a new thread to observe the changes on a WatchKey. Too bad we do not stop it after the test. So when we test the parameterised gzip as 2nd run (zip is first run), we now have 2 thread open. And both write to the same lastEven

Re: TomEE-7.0.5 work

2018-06-18 Thread Jonathan Gallimore
It passed on my Ubuntu box last night too. I have both Windows and OSX boxes. Currently travelling, but I'll kick off a build on both in the next hour. Jon On Mon, 18 Jun 2018, 10:03 Mark Struberg, wrote: > I now tried it on my Fedora box and it also works.So the problem only > seems to persis

Re: TomEE-7.0.5 work

2018-06-18 Thread Mark Struberg
I now tried it on my Fedora box and it also works.So the problem only seems to persist on OSX.I've not yet tested on Windows. Anyone has a Win box around? Right now waiting for my MSDN license... LieGrue,strub On Sunday, 17 June 2018, 22:14:04 CEST, Romain Manni-Bucau wrote: If true

Re: TomEE-7.0.5 work

2018-06-17 Thread Romain Manni-Bucau
If true a sleep would workaround it. That said i dont reproduce it on ubuntu, even on very fast machines so not sure. Maybe local setup related? Le dim. 17 juin 2018 21:49, Mark Struberg a écrit : > Just looked what we do in fb_tomee8. And found the following: > > @Ignore //X TODO see TOMEE-2139

Re: TomEE-7.0.5 work

2018-06-17 Thread Mark Struberg
Just looked what we do in fb_tomee8. And found the following: @Ignore //X TODO see TOMEE-2139 currently broken due to #f24c42e2212c575 We cannot release with this test. LieGrue, strub > Am 17.06.2018 um 14:03 schrieb Romain Manni-Bucau : > > Can need a clean to pass IIRC. Code is unrelated to

Re: TomEE-7.0.5 work

2018-06-17 Thread Romain Manni-Bucau
Can need a clean to pass IIRC. Code is unrelated to tomcat actually Le dim. 17 juin 2018 12:16, Mark Struberg a écrit : > That rotating test seems to stick. > > Might have to do with a minor tomcat behaviour change. > Something which is at least not behaving stochastic and we can work on it. > W

Re: TomEE-7.0.5 work

2018-06-17 Thread Mark Struberg
That rotating test seems to stick. Might have to do with a minor tomcat behaviour change. Something which is at least not behaving stochastic and we can work on it. Will try to tackle it tonight. LieGrue, strub > Am 17.06.2018 um 11:50 schrieb Mark Struberg : > > That's the goal :D > > I will

Re: TomEE-7.0.5 work

2018-06-17 Thread Jonathan Gallimore
I also won't be around until the evening, but happy to check it out and kick off the release if we're looking good. Jon On Sun, 17 Jun 2018, 10:51 Mark Struberg, wrote: > That's the goal :D > > I will be offline this afternoon, just like to providing feedback and pick > up in the evening again.

Re: TomEE-7.0.5 work

2018-06-17 Thread Mark Struberg
That's the goal :D I will be offline this afternoon, just like to providing feedback and pick up in the evening again. Those are all stochastic failures. Once you resume from there they will likely work fine again :( Of course that's frustrating to a potential new committer, so we should rather

Re: TomEE-7.0.5 work

2018-06-17 Thread Romain Manni-Bucau
A computer issue due to the need of a time related test? The lastest can be a network issue on mac (already saw) or defaulting of our net interface selection. Le dim. 17 juin 2018 11:37, Mark Struberg a écrit : > And another one which seems regularly failing since 2 years: > > [ERROR] Tests run:

Re: TomEE-7.0.5 work

2018-06-17 Thread Jonathan Gallimore
I'll take a look - I think my last build was green. If we sort these out, are we good to release? I'm happy to do the actual release. Jon On Sun, 17 Jun 2018, 10:37 Mark Struberg, wrote: > And another one which seems regularly failing since 2 years: > > [ERROR] Tests run: 1, Failures: 1, Errors

Re: TomEE-7.0.5 work

2018-06-17 Thread Mark Struberg
And another one which seems regularly failing since 2 years: [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 38.736 s <<< FAILURE! - in org.apache.openejb.itest.legacy.LegacyServerTest [ERROR] test(org.apache.openejb.itest.legacy.LegacyServerTest) Time elapsed: 38.661 s

Re: TomEE-7.0.5 work

2018-06-17 Thread Mark Struberg
OpenJPA updated to 2.4.3. But still getting random test errors. Failed tests: ManagedScheduledExecutorServiceTest.triggerRunnableSchedule:124 null triggerRunnableSchedule(org.apache.openejb.threads.ManagedScheduledExecutorServiceTest) Time elapsed: 0.836 sec <<< FAILURE! java.lang.Assertio

Re: TomEE-7.0.5 work

2018-06-06 Thread Mark Struberg
Just started a vote for openjpa-2.4.3. And 3.0 will follow soon. LieGrue, strub > Am 05.06.2018 um 17:45 schrieb Jonathan Gallimore > : > > I think we're still looking for an OpenJPA release (unless I missed it). > > Jon > > On Tue, 5 Jun 2018, 14:03 Alex The Rocker, wrote: > >> Hello, >>

Re: TomEE-7.0.5 work

2018-06-05 Thread Jonathan Gallimore
I think we're still looking for an OpenJPA release (unless I missed it). Jon On Tue, 5 Jun 2018, 14:03 Alex The Rocker, wrote: > Hello, > > I TomEE 7.0.5 finally ready to be released? > (I don't see new activity for 1 month on this intention to release, > what's blocking?) > > Best regards, > A

Re: TomEE-7.0.5 work

2018-06-05 Thread Alex The Rocker
Hello, I TomEE 7.0.5 finally ready to be released? (I don't see new activity for 1 month on this intention to release, what's blocking?) Best regards, Alexandre 2018-05-05 10:53 GMT+02:00 Mark Struberg : > btw, link to the buildbot is here > https://ci.apache.org/builders/tomee-trunk-ubuntu/bui

Re: TomEE-7.0.5 work

2018-05-05 Thread Mark Struberg
btw, link to the buildbot is here https://ci.apache.org/builders/tomee-trunk-ubuntu/builds/920 LieGrue, strub > Am 05.05.2018 um 10:49 schrieb Mark Struberg : > > master build is broken since a while! > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.20:tes

Re: TomEE-7.0.5 work

2018-05-05 Thread Mark Struberg
master build is broken since a while! [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (test-tomee-remote) on project arquillian-tomee-webprofile-tests: There are test failures. [ERROR] The rest seems to work fine. So I gonna push forward with the Johnz

Re: TomEE-7.0.5 work

2018-05-04 Thread Mark Struberg
I've now also deployed fresh snapshots and will update in master LieGrue, strub > Am 04.05.2018 um 21:53 schrieb Mark Struberg : > > Yes, working on it. > > But I only see 2 bugs reported for this release. > > https://issues.apache.org/jira/projects/JOHNZON/versions/12340497 > > > JOHNZON-1

Re: TomEE-7.0.5 work

2018-05-04 Thread Mark Struberg
Yes, working on it. But I only see 2 bugs reported for this release. https://issues.apache.org/jira/projects/JOHNZON/versions/12340497 JOHNZON-160 org.apache.johnzon.mapper.MapperException: ObjectConverters are only supported for Classes not TypesUnassigned Resolved

Re: TomEE-7.0.5 work

2018-05-02 Thread Alex The Rocker
Hello, Now that OWB-1.7.5 vote passed, how about Johnzon 1.0.1 for upcoming TomEE 7.0.5? Shouldn't there be a vote to officialize Johnzon 1.0.1? Best regards, Alexandre 2018-04-29 13:04 GMT+02:00 Mark Struberg : > The OWB-1.7.5 vote is on the list now. > > LieGrue, > strub > >> Am 27.04.2018 um

Re: TomEE-7.0.5 work

2018-04-29 Thread Mark Struberg
The OWB-1.7.5 vote is on the list now. LieGrue, strub > Am 27.04.2018 um 15:16 schrieb Romain Manni-Bucau : > > We are working with Mark on a release train soon, johnzon would be part of > it probably. > An OWB release is needed too AFAIK and is on its way. > > > Romain Manni-Bucau > @rmannibu

Re: TomEE-7.0.5 work

2018-04-27 Thread Romain Manni-Bucau
We are working with Mark on a release train soon, johnzon would be part of it probably. An OWB release is needed too AFAIK and is on its way. Romain Manni-Bucau @rmannibucau | Blog | Old Blog

Re: TomEE-7.0.5 work

2018-04-27 Thread Alex The Rocker
Hello TomEE developers, I was away for a while, and I'm a bit lost on the TomEE 7.0.5 upcoming release plans: - Jon did a great job with PR for upcoming Johnzon 1.0.1, but as far as I see, Johnzon 1.0.1 is still not released - What else would prevent TomEE 7.0.5 from being released? As usual I vo

Re: TomEE-7.0.5 work

2018-04-15 Thread Romain Manni-Bucau
It is the fix, originally alternative=true was a very secured impl cause even with a poorly setup test it was passing but it was wrong. Maybe it is worth a ticket to have it in the changelog but no doubt we are good now. Le 16 avr. 2018 07:41, "Mark Struberg" a écrit : > Hi jon! > > Most probabl

Re: TomEE-7.0.5 work

2018-04-15 Thread Mark Struberg
Hi jon! Most probably has to do with fixing OWB-1209. A custom Bean which is an @Alternative also must be enabled via beans.xml as per the spec :( I know this is not convenient, but thats what the spec says. From CDI-2.0 onwards one can add the Prioritized interface and add a priority n a prog

Re: TomEE-7.0.5 work

2018-04-15 Thread Jonathan Gallimore
On the openejb-mockito test failure - forget my previous emails - setting the MockBean to not be an AlternativeBean seems to do the trick. Pushed. Lets see what we get from the CI now. Cheers Jon On Sun, Apr 15, 2018 at 9:43 PM, Jonathan Gallimore < jonathan.gallim...@gmail.com> wrote: > OK, I'

Re: TomEE-7.0.5 work

2018-04-15 Thread Jonathan Gallimore
OK, I'm not sure which commit causes that test failure, but this commit is ok: https://github.com/apache/openwebbeans/commit/4b7259a1f7c8c0d65736f753df9e6a43a262ed96. Will try and pin it down. In other news - Johnzon patch submitted, and discussion opened on the Johnzon dev@ mailing list. Will kee

Re: TomEE-7.0.5 work

2018-04-15 Thread Jonathan Gallimore
Thanks all! I have looked at the test failures on the CI. The bval-embedded tests should be ok now - the other failures were in the openejb-mockito module, and I think they relate to this change in OWB: https://github.com/apache/openwebbeans/commit/89c18915afc2173ec1c5478ca6dc09ecce322d2a To be h

Re: TomEE-7.0.5 work

2018-04-15 Thread Mark Struberg
done. LieGrue, strub > Am 15.04.2018 um 12:02 schrieb Mark Struberg : > > Yes, will fix openjpa and push a snapshot when back home. > > Lgm > >> Am 15.04.2018 um 07:15 schrieb Alex The Rocker : >> >> Hello Jon, >> >> Sounds like very good news! >> I'm ready to run our real-life tests with an

Re: TomEE-7.0.5 work

2018-04-15 Thread Mark Struberg
Yes, will fix openjpa and push a snapshot when back home. Lgm > Am 15.04.2018 um 07:15 schrieb Alex The Rocker : > > Hello Jon, > > Sounds like very good news! > I'm ready to run our real-life tests with any preview of Johnzon 1.0.1 > if it's compatible with current TomEE 7.0.4 (and of course I

Re: TomEE-7.0.5 work

2018-04-15 Thread Jonathan Gallimore
Thanks Romain. I'll pick up the build issues on the CI later today. Jon On Sun, 15 Apr 2018, 08:21 Romain Manni-Bucau, wrote: > I can probably deploy openjpa snapshot on monday if still needed but not > this week end. > > Le 15 avr. 2018 07:16, "Alex The Rocker" a écrit : > > > Hello Jon, > >

Re: TomEE-7.0.5 work

2018-04-15 Thread Romain Manni-Bucau
I can probably deploy openjpa snapshot on monday if still needed but not this week end. Le 15 avr. 2018 07:16, "Alex The Rocker" a écrit : > Hello Jon, > > Sounds like very good news! > I'm ready to run our real-life tests with any preview of Johnzon 1.0.1 > if it's compatible with current TomEE

Re: TomEE-7.0.5 work

2018-04-14 Thread Alex The Rocker
Hello Jon, Sounds like very good news! I'm ready to run our real-life tests with any preview of Johnzon 1.0.1 if it's compatible with current TomEE 7.0.4 (and of course I'll do the same when it'll be part of TomEE 7.0.5 preview/RC) Best regards, Alexandre 2018-04-14 23:43 GMT+02:00 Jonathan Gall

Re: TomEE-7.0.5 work

2018-04-14 Thread Jonathan Gallimore
Just realized I had some stuff stashed in another branch for this. I have pushed it to master. Weirdly, I had to add some junit:junit deps to a few modules due to compile errors. One thing I did notice is the OpenJPA 2.4.3-SNAPSHOT still pulls in xbean-asm-5 - building OpenJPA locally, and then bu

Re: TomEE-7.0.5 work

2018-04-14 Thread Jonathan Gallimore
OpenJPA is pulling that in possibly... I submitted a PR to OpenJPA master and 2.4.x which has been merged in - maybe a new snapshot deployment needed there too. Also; I have worked on Johnzon porting from trunk to 1.0.x. Will submit a PR for that tomorrow - just want to give it a final check. Jon

Re: TomEE-7.0.5 work

2018-04-14 Thread Mark Struberg
Txs Jon! seems there is still a mixup between asm5 and 6 :( Will try to fix it tomorrow. LieGrue,strub On Saturday, 14 April 2018, 23:19:46 CEST, Jonathan Gallimore wrote: Thanks Mark! I'll run some tests and get back to you as soon as I can. Jon On Sat, Apr 14, 2018 at 10:16 PM, Ma

Re: TomEE-7.0.5 work

2018-04-14 Thread Jonathan Gallimore
Thanks Mark! I'll run some tests and get back to you as soon as I can. Jon On Sat, Apr 14, 2018 at 10:16 PM, Mark Struberg wrote: > hi folks! > The messages got pretty much mixed up.So let's start a new thread to focus > on 7.0.5 tasks. > I've now backported tons of fixes in OWB and deployed an

TomEE-7.0.5 work

2018-04-14 Thread Mark Struberg
hi folks! The messages got pretty much mixed up.So let's start a new thread to focus on 7.0.5 tasks. I've now backported tons of fixes in OWB and deployed an OWB-1.7.5-SNAPSHOT.I've upgrade the version in our master pom.xml and also upgraded xbean to 4.7. Please test and provide feedback.If all