Re: ThreadContext set-to-list tweak

2019-06-07 Thread Doychin Bondzhev
. :) On the sorting, we could probably use classname to determine order. The trick would be the thread-safety. We would need to rethink how we do that. Sorting the list while another thread might be modifying it would just lead to an unstable sort. Maybe an AtomicReference or something. Dunno.

Re: ThreadContext set-to-list tweak

2019-06-07 Thread Doychin Bondzhev
might be modifying it would just lead to an unstable sort. Maybe an AtomicReference or something. Dunno. Anyway, huge email. Sorry for the book :) Love to hear your thoughts! -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers http://www.dsoft-bg.com/ Mobile: +359888243116 <> smime.p7s Description: S/MIME Cryptographic Signature

Looking for review of PR 360

2019-03-01 Thread Doychin Bondzhev
Hi guys, I did some changes on PR 360 since last someone of you looked at it. Can you check it again and see what else is needed in order to merge that? https://github.com/apache/tomee/pull/360 Thanks in advance -- Doychin Bondzhev dSoft-Bulgaria Ltd. <> smime.p7s Description:

Re: Looking for review on PR

2019-01-23 Thread Doychin Bondzhev
I've added new commit to PR https://github.com/apache/tomee/pull/360 On 21.1.2019 г. 18:14, brunobat [via TomEE & OpenEJB] wrote: Sure Doychin, Looking forward for that update. Cheers Bruno Baptista https://twitter.com/brunobat_ On 21/01/19 15:10, Doychin Bondzhev wrote: &

Re: Looking for review on PR

2019-01-21 Thread Doychin Bondzhev
t; Will run all the tests when I get home. > > Cheers > > Bruno Baptista > https://twitter.com/brunobat_ > > > On 18/01/19 17:46, Bruno Baptista wrote: >> >> Hi Doychin, >> >> I'll have a look. >> >> Cheers >> >> Bruno Baptista

Re: Looking for review on PR

2019-01-21 Thread Doychin Bondzhev
/19 17:46, Bruno Baptista wrote: >> >> Hi Doychin, >> >> I'll have a look. >> >> Cheers >> >> Bruno Baptista >> https://twitter.com/brunobat_ >> >> >> On 18/01/19 17:41, Doychin Bondzhev wrote: >>> >>> Hi

Looking for review on PR

2019-01-18 Thread Doychin Bondzhev
nted test to work. <https://github.com/apache/tomee/pull/362> Issue is closed and TomEE uses more recent version <https://github.com/apache/tomee/pull/361> Cleanup test code and also minor changes in the tested class. <https://github.com/apache/tomee/pull/360> thanks -- Doychin Bo

Re: How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
EJB] wrote: We don't have a capability on ASF infrastructure to do that. Let us know what your branch is here, and I'm happy to get a build run on it for you. Jon On Thu, Jan 10, 2019 at 2:58 PM Doychin Bondzhev <[hidden email] > wrote: > Hi guys, > > I have set of changes

Re: How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
ow what your branch is here, and I'm happy to get a build run on it for you. Jon On Thu, Jan 10, 2019 at 2:58 PM Doychin Bondzhev <[hidden email] > wrote: > Hi guys, > > I have set of changes that I want to test on the buildbot before they > are merged into master br

How to run test build on PR?

2019-01-10 Thread Doychin Bondzhev
to confirm that the changes I did do make change for that test on the build bot. -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers http://www.dsoft-bg.com/ Mobile: +359888243116 <> smime.p7s Description: S/MIME Cryptographic Signature

Re: Buildbot failure - TOMEE-2448

2019-01-09 Thread Doychin Bondzhev
mbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers http://www.dsoft-bg.com/ Mobile: +359888243116 <> smime.p7s Description: S/MIME Cryptographic Signature

Re: Buildbot failure - TOMEE-2448

2019-01-09 Thread Doychin Bondzhev
bble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- Doychin Bondzhev dSoft-Bulgaria Ltd.

Re: Performance issue with JMS on Tomee 7.0.5

2019-01-08 Thread Doychin Bondzhev
NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution for Service providers http://www.dsoft-bg.com/ M

Re: Investigating TOMEE-2403 AutoConnectionTrackerTest fails randomly

2019-01-07 Thread Doychin Bondzhev
sly there was no test, which made this even harder to pin down. I'm definitely happy to explore some options to make this more solid. Jon On Sun, Jan 6, 2019 at 8:28 PM Doychin Bondzhev <[hidden email] > wrote: > I use IDE to run test multiple times. It failed only once he

Re: Investigating https://issues.apache.org/jira/browse/TOMEE-2403

2019-01-07 Thread Doychin Bondzhev
[1] https://ci.apache.org/builders/tomee-trunk-ubuntu-jvm8 El dom., 6 ene. 2019 a las 4:25, Doychin Bondzhev (<[hidden email] >) escribió: > Hi, > > I would like to investigate this issue: > https://issues.apache.org/jira/browse/TOMEE-2403 > > Where I can get more detai

Re: MicroProfile Fault Tolerance 1.1?

2019-01-07 Thread Doychin Bondzhev
n 7 Jan 2019, at 12:42, Doychin Bondzhev <[hidden email] > wrote: > > Thanks Roberto, > > Strange thing is that when I click the link that should display unresolved issues of safeguard I don't see any issues. > > I also don't see any issues at all when I remove

Re: MicroProfile Fault Tolerance 1.1?

2019-01-07 Thread Doychin Bondzhev
%22safeguard%22%20ORDER%20BY%20priority%20DESC,%20updated%20DESC> Hope it helps! Cheers, Roberto > On 7 Jan 2019, at 11:46, Doychin Bondzhev <[hidden email] > wrote: > > Actually this version of safegurad is not behaving properly with some tests which fail for different re

Re: MicroProfile Fault Tolerance 1.1?

2019-01-07 Thread Doychin Bondzhev
mplate/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_inst

Re: Investigating TOMEE-2403 AutoConnectionTrackerTest fails randomly

2019-01-06 Thread Doychin Bondzhev
wait before processing the log to. You can see the change here : https://github.com/doychin/tomee/commit/76e090b482825682a859d6a1637f572d8128f30a In case you like it I can create PR. On 6.1.2019 г. 19:47, David Blevins-2 [via TomEE & OpenEJB] wrote: > On Jan 6, 2019, at 2:25 AM, Doychin B

Investigating https://issues.apache.org/jira/browse/TOMEE-2403

2019-01-06 Thread Doychin Bondzhev
Hi, I would like to investigate this issue: https://issues.apache.org/jira/browse/TOMEE-2403 Where I can get more detailed error log regarding this issue? I tried to run the test locally but it works. -- Doychin Bondzhev dSoft-Bulgaria Ltd. PowerPro - billing & provisioning solution

Is there anyone who works on RandomConnectionStrategyTest failure?

2019-01-04 Thread Doychin Bondzhev
Hi guys, I think I found why this test fails and I'll try to propose solution for it later today. The failure is : java.lang.AssertionError: services failed to come online: waited 60 SECONDS In case any one is working on it just let me know so we don't do this work twice ;-)

Problems with some tests on Windows and proposed fixes.

2019-01-03 Thread Doychin Bondzhev
https://github.com/apache/tomee/pull/345 https://github.com/apache/tomee/pull/346 https://github.com/apache/tomee/pull/347 https://github.com/apache/tomee/pull/348 https://github.com/apache/tomee/pull/349 I have one more but it is related to the safeguard 1.2.0 that was reverted. -- Doychin Bon