You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2019/08/21 19:44:07 UTC

[tomee] branch master updated: Comment polling example - don't know what it shows and teaches

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e6c0f7  Comment polling example - don't know what it shows and teaches
1e6c0f7 is described below

commit 1e6c0f750af70143dd382d24f3f7be19cd7c15f3
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Wed Aug 21 21:43:31 2019 +0200

    Comment polling example - don't know what it shows and teaches
---
 examples/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/examples/pom.xml b/examples/pom.xml
index 08c1511..54532f1 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -134,7 +134,11 @@
     <module>myfaces-codi-demo</module>
     <module>persistence-fragment</module>
     <module>pojo-webservice</module>
+
+    <!-- Consider removing this example. Does not bring much value and the mdb module teaches wrong things
     <module>polling-parent</module>
+    -->
+
     <module>projectstage-demo</module>
     <module>quartz-app</module>
     <module>realm-in-tomee</module>