You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/11/19 14:16:00 UTC

[jira] [Commented] (TOMEE-2278) Use Managed Executor with Safeguard Fault Tolerance lib

    [ https://issues.apache.org/jira/browse/TOMEE-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691748#comment-16691748 ] 

ASF GitHub Bot commented on TOMEE-2278:
---------------------------------------

GitHub user brunobat opened a pull request:

    https://github.com/apache/tomee/pull/201

    TOMEE-2278 - Use Managed Executor with Safeguard Fault Tolerance lib

    Well... when we include the SafeguardInterceptor, Our alternative is not picked up on the test.
    We still need to figure out a CDI extension to activate the code on TomEE, but first, the test has to work on it's own.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/brunobat/tomee fault-tolerance-changes

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/201.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #201
    
----
commit 258086a96fd088bd761fd98c6f75d6fbb34a6ee4
Author: brunobat <br...@...>
Date:   2018-11-01T11:08:18Z

    use container provided execution manager

commit ec927200f92d5c61ea96668d96b16af1de3c3db4
Author: brunobat <br...@...>
Date:   2018-11-19T10:21:53Z

    TOMEE-2278 - add alternative for the safeguard FailsafeExecutionManagerProvider bean. Reorganize project to into 2 libs
    
    Signed-off-by: brunobat <br...@gmail.com>

commit 37bc867f956b90df89e481b06c7766ff2f6d9f91
Author: brunobat <br...@...>
Date:   2018-11-19T14:03:03Z

    TOMEE-2278 - improve test to include SafeguardInterceptor
    
    Signed-off-by: brunobat <br...@gmail.com>

----


> 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
>
> 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)