Re: [VOTE] Apache XBean 4.11 release

2018-10-03 Thread David Blevins
+1 -- David Blevins http://twitter.com/dblevins http://www.tomitribe.com > On Oct 3, 2018, at 12:11 AM, Romain Manni-Bucau wrote: > > Hello everyone, > Here is the vote to let us get asm7 shade and a fix in the multiversion jar > scanning. > > The dist (dev) area is available at > https://

Directorio Empresarial Mexicano 2018

2018-10-03 Thread BSM
Title: google NUEVO DIRECTORIO EMPRESARIAL MEXICANO 2018     ! SE INCLUYEN INCLUYE 2 DIRECTORIOS !   B) Directorio Empresarial de mas de 2 millones de empresas a nivel nacional en formato Excel con DATOS COMPLETOS.   (Nombre Empresa, Contacto, E-mail, Telefono, Direccion, Puesto, Giro, Pagi

Re: Managed connection pool on Safegard

2018-10-03 Thread Bruno Baptista
Thanks John and Romain, Will work on the new FailsafeExecutionManagerProvider. Cheers Bruno Baptista http://twitter.com/brunobat_ On 03/10/2018 18:21, John D. Ament wrote: Hi Bruno Thanks for the PR! I think my intention for what's provided in Safeguard is that we have an overideable per

Re: Managed connection pool on Safegard

2018-10-03 Thread John D. Ament
Hi Bruno Thanks for the PR! I think my intention for what's provided in Safeguard is that we have an overideable per container integration that allows you to look up the executor. So rather than having boolean logic, you use a new implementation of FailsafeExecutionManagerProvider (perhaps as an

Re: [VOTE] Apache XBean 4.11 release

2018-10-03 Thread Raymond Auge
+1 - Ray On Wed, Oct 3, 2018 at 8:07 AM Łukasz Dywicki wrote: > Although not binding, here is +1 from me too :-) > > Cheers, > Lukasz > > On 10/3/18 12:22 PM, Mark Struberg wrote: > > +1 > > > > LieGrue, > > strub > > > > > >> Am 03.10.2018 um 10:57 schrieb Jean-Baptiste Onofré : > >> > >> +1 (

Re: [VOTE] Apache XBean 4.11 release

2018-10-03 Thread Łukasz Dywicki
Although not binding, here is +1 from me too :-) Cheers, Lukasz On 10/3/18 12:22 PM, Mark Struberg wrote: > +1 > > LieGrue, > strub > > >> Am 03.10.2018 um 10:57 schrieb Jean-Baptiste Onofré : >> >> +1 (non binding) >> >> Regards >> JB >> >> On 03/10/2018 09:11, Romain Manni-Bucau wrote: >>> H

Re: [VOTE] Apache XBean 4.11 release

2018-10-03 Thread Mark Struberg
+1 LieGrue, strub > Am 03.10.2018 um 10:57 schrieb Jean-Baptiste Onofré : > > +1 (non binding) > > Regards > JB > > On 03/10/2018 09:11, Romain Manni-Bucau wrote: >> Hello everyone, >> >> Here is the vote to let us get asm7 shade and a fix in the multiversion >> jar scanning. >> >> The dist

Re: Managed connection pool on Safegard

2018-10-03 Thread Romain Manni-Bucau
yes, this is why I mentionned to make the pool configurable to make it work in both environment and in multiple apps with different pool. Out of my head I thought about making it injectable instead of trying all possible strategies/relying on a system properties but I just realized that we already

Re: Managed connection pool on Safegard

2018-10-03 Thread Bruno Baptista
Hi Romain, I've updated the PR to get the resource location from a property. In relation to the try/catch... I'm assuming that the library is supposed to work with both SE and EE environments, if we don't catch the exception this will never work on SE. In any case, if an error exists, it will

Re: Managed connection pool on Safegard

2018-10-03 Thread Romain Manni-Bucau
Hi Bruno, Technically this pool does not "have to be" managed ;). That said this is a good feature. Can you make the pool configurable instead of hardcoding the default pool which is never used except in tests? Will also avoid to catch and silently ignore the error (can be an issue in servers).

Managed connection pool on Safegard

2018-10-03 Thread Bruno Baptista
Hi folks, Safegard creates a java se connection pool to handle the bulckhead and async operations. When deployed in a container, that pool has to be managed. I created a PR that allows to retrieve that managed pool, if available: https://github.com/apache/geronimo-safeguard/pull/2 Can someo

Re: [VOTE] Apache XBean 4.11 release

2018-10-03 Thread Jean-Baptiste Onofré
+1 (non binding) Regards JB On 03/10/2018 09:11, Romain Manni-Bucau wrote: > Hello everyone, > > Here is the vote to let us get asm7 shade and a fix in the multiversion > jar scanning. > > The dist (dev) area is available > at _https://dist.apache.org/repos/dist/dev/geronimo/xbean/ >

[VOTE] Apache XBean 4.11 release

2018-10-03 Thread Romain Manni-Bucau
Hello everyone, Here is the vote to let us get asm7 shade and a fix in the multiversion jar scanning. The dist (dev) area is available at *https://dist.apache.org/repos/dist/dev/geronimo/xbean/ * (rev 29854) The staging repo is: https://repos