Re: Pending patches

2021-03-22 Thread Florent Guillaume
ew it would be great (feel free to >> > apply the patch or I can do it after). >> > >> > note: some of the patches are waiting for some feedback - in >> > particular txmgr one, wonder about tomee usage which can >> > need to remove the private co

[jira] [Updated] (GERONIMO-6805) Use a time SPI abstraction to provide time to the transaction manager

2021-02-14 Thread Florent Guillaume (Jira)
[ https://issues.apache.org/jira/browse/GERONIMO-6805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume updated GERONIMO-6805: Patch Info: Patch Available > Use a time SPI abstraction to provide time to

[jira] [Created] (GERONIMO-6805) Use a time SPI abstraction to provide time to the transaction manager

2021-02-14 Thread Florent Guillaume (Jira)
Florent Guillaume created GERONIMO-6805: --- Summary: Use a time SPI abstraction to provide time to the transaction manager Key: GERONIMO-6805 URL: https://issues.apache.org/jira/browse/GERONIMO-6805

[transaction] use Clock to manage time

2021-02-13 Thread Florent Guillaume
>> >> On Feb 11, 2021, at 8:53 PM, Jean-Baptiste Onofre >> wrote: >> >> Hi Florent, >> >> Maybe we can start with a set of Jira or discussion on the mailing list. >> >> I think it makes sense to move forward on geronimo-transaction and >> pre

Modernizing geronimo-transaction

2021-02-11 Thread Florent Guillaume
java.time.Clock for time measurement and timeout management, in order to allow better (and faster) unit testing. Thanks, Florent -- [image: Nuxeo Logo] <https://www.nuxeo.com/> Florent Guillaume Head of R&D [image: LinkedIn] <https://www.linkedin.com/in/fguillaume/> [image:

connector/txmanager enlistment failure

2012-06-13 Thread Florent Guillaume
aise a new ResourceException for instance (as is the case for other error cases). Thanks, Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

txmanager last resource commit optimization

2012-01-12 Thread Florent Guillaume
o put last in the list depends on a number of factors. Arjuna for instance implements this optimization, but only for resources that implement a custom marker interface. Thanks, Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Managem

[jira] [Updated] (GERONIMO-6051) Transaction timeout detection

2011-07-18 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume updated GERONIMO-6051: Description: When a transaction is in timeout, the application can only know

[jira] [Created] (GERONIMO-6051) Transaction timeout detection

2011-07-07 Thread Florent Guillaume (JIRA)
) Components: transaction manager Affects Versions: 3.0.1 Reporter: Florent Guillaume Priority: Minor When a transaction is in timeout, the application can only know about it when calling {{commit()}}. Wouldn't it make sense to make {{TransactionImpl.getStatus()}} d

[jira] [Commented] (GERONIMO-6051) Transaction timeout detection

2011-07-07 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-6051?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13061372#comment-13061372 ] Florent Guillaume commented on GERONIMO-6051: - BTW this affects 3.1

Re: txmanager: shouldn't connection be removed from pool if it fails to enlist?

2011-03-16 Thread Florent Guillaume
https://issues.apache.org/jira/browse/GERONIMO-5870 On Wed, Mar 16, 2011 at 2:10 PM, Florent Guillaume wrote: > I'll try to write a patch when I find the time. In the meantime I've > made my XAResource more robust to know how to reset its state when > there's a problem.

[jira] Updated: (GERONIMO-5870) Remove connection from pool if it fails to enlist

2011-03-16 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume updated GERONIMO-5870: Attachment: GERONIMO-5870.3.1.diff Patch for 3.1 > Remove connection from p

[jira] Updated: (GERONIMO-5870) Remove connection from pool if it fails to enlist

2011-03-16 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5870?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume updated GERONIMO-5870: Attachment: GERONIMO-5870.2.1.4.diff Patch for 2.1.4. > Remove connection f

[jira] Created: (GERONIMO-5870) Remove connection from pool if it fails to enlist

2011-03-16 Thread Florent Guillaume (JIRA)
(Regular issues) Components: connector Affects Versions: 2.1.3 Reporter: Florent Guillaume Priority: Minor When a connection fails to enlist, it should be removed from its pool. Consider the following: ConnectionFactory.getConnection

Re: txmanager: shouldn't connection be removed from pool if it fails to enlist?

2011-03-16 Thread Florent Guillaume
resource is not available on startup or > disappears midway through a commit.  (The changes aren't going into 2.1.x > since they involve an incompatible api change). > > thanks > david jencks > > On Mar 11, 2011, at 7:17 AM, Florent Guillaume wrote: > >> Hi David, a

txmanager: shouldn't connection be removed from pool if it fails to enlist?

2011-03-11 Thread Florent Guillaume
think? I can provide a JIRA ticket and a patch if needed. Florent -- Florent Guillaume, Director of R&D, Nuxeo Open Source, Java EE based, Enterprise Content Management (ECM) http://www.nuxeo.com   http://www.nuxeo.org   +33 1 40 33 79 87

[jira] Created: (GERONIMO-5742) NPE in MultiPoolConnectionInterceptor.returnConnection with non-zero minPoolSize

2010-12-22 Thread Florent Guillaume (JIRA)
: Geronimo Issue Type: Bug Security Level: public (Regular issues) Components: connector Reporter: Florent Guillaume Attachments: patch.diff There's a NPE in MultiPoolConnectionInterceptor.returnConnection when a non-zero minPoolSize is used

[jira] Updated: (GERONIMO-5742) NPE in MultiPoolConnectionInterceptor.returnConnection with non-zero minPoolSize

2010-12-22 Thread Florent Guillaume (JIRA)
[ https://issues.apache.org/jira/browse/GERONIMO-5742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Florent Guillaume updated GERONIMO-5742: Attachment: patch.diff > NPE in MultiPoolConnectionInterceptor.returnConnect