From commits-return-44625-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Thu Dec 6 16:54:08 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DF45018067A for ; Thu, 6 Dec 2018 16:54:07 +0100 (CET) Received: (qmail 77447 invoked by uid 500); 6 Dec 2018 15:54:07 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 77381 invoked by uid 500); 6 Dec 2018 15:54:07 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 77342 invoked by uid 99); 6 Dec 2018 15:54:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2018 15:54:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id B08A2C1E24 for ; Thu, 6 Dec 2018 15:54:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -110.301 X-Spam-Level: X-Spam-Status: No, score=-110.301 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 2n0ngVxFXHBD for ; Thu, 6 Dec 2018 15:54:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id C5BEC5F1B9 for ; Thu, 6 Dec 2018 15:45:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E2C08E1328 for ; Thu, 6 Dec 2018 15:45:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 55352252C2 for ; Thu, 6 Dec 2018 15:45:00 +0000 (UTC) Date: Thu, 6 Dec 2018 15:45:00 +0000 (UTC) From: "Martin Wiesner (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TOMEE-2278) Use Managed Executor with Safeguard Fault Tolerance lib MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-2278?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Wiesner resolved TOMEE-2278. ----------------------------------- Resolution: Resolved Resolved via PR 201, see:=C2=A0https://github.com/apache/tomee/pull/201 > Use Managed Executor with Safeguard Fault Tolerance lib > ------------------------------------------------------- > > Key: TOMEE-2278 > URL: https://issues.apache.org/jira/browse/TOMEE-2278 > Project: TomEE > Issue Type: Improvement > Components: TomEE Core Server > Affects Versions: 8.0.0-M1 > Reporter: Bruno Baptista > Priority: Major > Labels: pull-request-available > Fix For: 8.0.0-Final > > > We have a problem with the integration of the Safeguard Fault Tolerance > library on TomEE 8 and I need help to solve it. This is a follow up to > the original email thread, from Oct 3, in the Geronimo mailing list, > where we decided to do perform the override in the container side. > I need to override the starting point for the library, originally here: > https://github.com/apache/geronimo-safeguard/blob/master/safeguard-impl/s= rc/main/java/org/apache/safeguard/impl/cdi/FailsafeExecutionManagerProvider= .java > Because it's not using a managed executor service from TomEE... Like > this one: "java:comp/DefaultManagedScheduledExecutorService" > All this is being discussed in the [dev@tomee.apache.org|mailto:dev@tomee= .apache.org] list under the subject "Override bean from library on TomEE" -- This message was sent by Atlassian JIRA (v7.6.3#76005)