[
https://issues.apache.org/jira/browse/TOMEE-2291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16710501#comment-16710501
]
ASF GitHub Bot commented on TOMEE-2291:
---------------------------------------
Github user brunobat commented on a diff in the pull request:
https://github.com/apache/tomee/pull/240#discussion_r239174458
--- Diff: examples/mp-faulttolerance-retry/pom.xml ---
@@ -0,0 +1,69 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
+ <parent>
+ <artifactId>examples</artifactId>
--- End diff --
Hi José,
You need to add this to the modules of the parent. It's missing there. See
after this line:
https://github.com/apache/tomee/blob/master/examples/pom.xml#L176
> Fault Tolerance Microprofile example for @Retry
> -----------------------------------------------
>
> Key: TOMEE-2291
> URL: https://issues.apache.org/jira/browse/TOMEE-2291
> Project: TomEE
> Issue Type: Sub-task
> Components: Examples and Documentation
> Affects Versions: 8.0.0-M1
> Reporter: Bruno Baptista
> Assignee: Jonathan Gallimore
> Priority: Major
> Labels: examples, fault-tolerance, microprofile,
> pull-request-available
> Fix For: 8.0.0-Final
>
>
> We would like to have an example for MicroProfile (MP) Fault Tolerance (FT)
> @Retry annotation.
> To get up to speed on the FT MP spec please take a look at these blog posts:
> [https://www.tomitribe.com/blog/microprofile-fault-tolerance-take-2/]
> [https://www.tomitribe.com/blog/microprofile-fault-tolerance-annotations/]
> [https://www.tomitribe.com/blog/tomee-a-tutorial-on-microprofile-fault-tolerance/]
> Example name should be mp-faulttolerance-retry, following the standard
> already in the project.
> All the examples are in:
> [https://github.com/apache/tomee/tree/master/examples]
> See this example of @Counted metrics example for reference:
> [https://github.com/apache/tomee/tree/master/examples/mp-metrics-counted]
> And this example:
> [https://github.com/tomitribe/microprofile-samples/tree/master/fault-tolerance/retry]
> The PR has to contain arquillian tests validating the example.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)