From commits-return-44619-archive-asf-public=cust-asf.ponee.io@tomee.apache.org Thu Dec 6 16:45:09 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 F3E7718067A for ; Thu, 6 Dec 2018 16:45:08 +0100 (CET) Received: (qmail 56812 invoked by uid 500); 6 Dec 2018 15:45: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 56633 invoked by uid 500); 6 Dec 2018 15:45:07 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 56512 invoked by uid 99); 6 Dec 2018 15:45:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Dec 2018 15:45:06 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id A0A0D180CB8 for ; Thu, 6 Dec 2018 15:45:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-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 (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id oxsCHeHsPjU4 for ; Thu, 6 Dec 2018 15:45:02 +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 8A08C5F530 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 9CDC4E1013 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 48CEC252BB 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] [Updated] (TOMEE-2278) Use Managed Executor with Safeguard Fault Tolerance lib MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/TOMEE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Martin Wiesner updated TOMEE-2278: ---------------------------------- Fix Version/s: 8.0.0-Final > 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/src/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)