[jira] [Commented] (TOMEE-2021) support to control a MDB listening through JMX

2017-03-13 Thread ASF GitHub Bot (JIRA)

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

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

GitHub user jgallimore opened a pull request:

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

TOMEE-2021 - Backport control of listening state via JMX

Backported from master, with a couple of tweaks for Java 6. This allows 
MDBs to stopped and started via JMX.

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

$ git pull https://github.com/jgallimore/tomee tomee-2021-backport-1.7.x

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

https://github.com/apache/tomee/pull/62.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 #62


commit 8dd71d448144035ab45a119b55700effa2b7ff87
Author: rmannibucau 
Date:   2017-03-09T19:09:50Z

TOMEE-2021 allow to control through JMX MDB listening state

commit a46a75862878c81dbe495ca636b7eecc50d06052
Author: Jonathan Gallimore 
Date:   2017-03-13T11:33:39Z

TOMEE-2021 - small fixes to compile under Java 1.6




> support to control a MDB listening through JMX
> --
>
> Key: TOMEE-2021
> URL: https://issues.apache.org/jira/browse/TOMEE-2021
> Project: TomEE
>  Issue Type: New Feature
>Reporter: Romain Manni-Bucau
>Assignee: Romain Manni-Bucau
> Fix For: 7.0.4
>
>
> Idea is to add in openejb-jar.xml to properties support:
> - MdbActiveOnStartup = [true|false]
> - MdbJMXControl = [true|false|objectname]
> the first one will deploy the MDB but not activate the listener yet during 
> startup,
> the second one will deploy on JMX a MBean either with a name like 
> default:J2EEServer=openejb,J2EEApplication=,EJBModule=app,StatelessSessionBean=ejb/Mdb,j2eeType=control,name=ejb/Mdb
>  or with the provided name allowing to start/stop the listening of the MDB.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[2/2] tomee git commit: next development version

2017-03-13 Thread rmannibucau
next development version


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f42e0409
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f42e0409
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/f42e0409

Branch: refs/heads/master
Commit: f42e04097eacbc957c4adb8f569ab2404986bbf9
Parents: 1d2b89c
Author: rmannibucau 
Authored: Mon Mar 13 11:03:33 2017 +0100
Committer: rmannibucau 
Committed: Mon Mar 13 11:03:33 2017 +0100

--
 arquillian/arquillian-common/pom.xml  |  2 +-
 arquillian/arquillian-openejb-embedded/pom.xml|  4 ++--
 .../arquillian-openejb-transaction-provider/pom.xml   |  2 +-
 arquillian/arquillian-tck/pom.xml |  2 +-
 arquillian/arquillian-tomee-common/pom.xml|  2 +-
 arquillian/arquillian-tomee-embedded/pom.xml  |  2 +-
 arquillian/arquillian-tomee-moviefun-example/pom.xml  |  2 +-
 arquillian/arquillian-tomee-remote/pom.xml|  8 
 .../arquillian-tomee-codi-tests/pom.xml   |  2 +-
 .../arquillian-tomee-config-tests/pom.xml |  2 +-
 .../arquillian-tomee-jaxrs-tests/pom.xml  |  2 +-
 .../arquillian-tomee-jaxws-tests/pom.xml  |  2 +-
 .../arquillian-tomee-jms-tests/pom.xml|  2 +-
 .../arquillian-tomee-webprofile-tests/pom.xml |  2 +-
 arquillian/arquillian-tomee-tests/pom.xml |  2 +-
 arquillian/arquillian-tomee-webapp-remote/pom.xml |  2 +-
 arquillian/pom.xml|  4 ++--
 arquillian/ziplock/pom.xml|  2 +-
 assembly/openejb-lite/pom.xml |  2 +-
 assembly/openejb-standalone/pom.xml   |  2 +-
 assembly/pom.xml  |  2 +-
 container/mbean-annotation-api/pom.xml|  2 +-
 container/openejb-api/pom.xml |  2 +-
 container/openejb-core/pom.xml|  2 +-
 container/openejb-javaagent/pom.xml   |  2 +-
 container/openejb-jee-accessors/pom.xml   |  2 +-
 container/openejb-jee/pom.xml |  2 +-
 container/openejb-jpa-integration/pom.xml |  2 +-
 container/openejb-junit/pom.xml   |  2 +-
 container/openejb-loader/pom.xml  |  2 +-
 container/pom.xml |  2 +-
 examples/access-timeout-meta/pom.xml  |  2 +-
 examples/access-timeout/pom.xml   |  2 +-
 examples/alternate-descriptors/pom.xml|  2 +-
 examples/applet/pom.xml   |  4 ++--
 examples/application-composer/pom.xml |  2 +-
 examples/applicationcomposer-jaxws-cdi/pom.xml|  4 ++--
 examples/applicationexception/pom.xml |  2 +-
 examples/arquillian-jpa/pom.xml   |  4 ++--
 examples/async-methods/pom.xml|  2 +-
 examples/async-postconstruct/pom.xml  |  2 +-
 examples/bean-validation-design-by-contract/pom.xml   |  4 ++--
 examples/bval-evaluation-redeployment/pom.xml |  6 +++---
 examples/bval-evaluation-redeployment/runner/pom.xml  |  2 +-
 examples/cdi-alternative-and-stereotypes/pom.xml  |  2 +-
 examples/cdi-application-scope/pom.xml|  2 +-
 examples/cdi-basic/pom.xml|  2 +-
 examples/cdi-ejbcontext-jaas/pom.xml  |  4 ++--
 examples/cdi-events/pom.xml   |  2 +-
 examples/cdi-interceptors/pom.xml |  2 +-
 examples/cdi-produces-disposes/pom.xml|  2 +-
 examples/cdi-produces-field/pom.xml   |  2 +-
 examples/cdi-realm/pom.xml|  2 +-
 examples/cdi-request-scope/pom.xml|  2 +-
 examples/cdi-session-scope/pom.xml|  2 +-
 examples/change-jaxws-url/pom.xml |  2 +-
 examples/client-resource-lookup-preview/pom.xml   |  6 +++---
 examples/component-interfaces/pom.xml |  2 +-
 examples/cucumber-jvm/pom.xml |  2 +-
 examples/custom-injection/pom.xml |  2 +-
 examples/datasource-ciphered-password/pom.xml |  2 +-
 examples/datasource-definition/pom.xml|  2 +-
 examples/datasource-versioning/pom.xml|  6 +++---
 examples/decorators/pom.xml   |  2 +-
 examples/deltaspike-configproperty/pom.xml|  4 ++--
 examples/deltaspike-exception-h

[1/2] tomee git commit: next development version

2017-03-13 Thread rmannibucau
Repository: tomee
Updated Branches:
  refs/heads/master 1d2b89cea -> f42e04097


http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/multiple-tomee-arquillian/pom.xml
--
diff --git a/examples/multiple-tomee-arquillian/pom.xml 
b/examples/multiple-tomee-arquillian/pom.xml
index a7b86ec..b4fcfbf 100644
--- a/examples/multiple-tomee-arquillian/pom.xml
+++ b/examples/multiple-tomee-arquillian/pom.xml
@@ -27,7 +27,7 @@
   OpenEJB :: Examples :: Multiple TomEE with Arquillian
   
 UTF-8
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
   
 install
@@ -86,7 +86,7 @@
 
   org.apache.tomee
   openejb-core
-  7.0.3-SNAPSHOT
+  7.0.4-SNAPSHOT
   test
 
 
@@ -104,7 +104,7 @@
 
   org.apache.tomee
   ziplock
-  7.0.3-SNAPSHOT
+  7.0.4-SNAPSHOT
   test
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/myfaces-codi-demo/pom.xml
--
diff --git a/examples/myfaces-codi-demo/pom.xml 
b/examples/myfaces-codi-demo/pom.xml
index b73ea19..c102086 100644
--- a/examples/myfaces-codi-demo/pom.xml
+++ b/examples/myfaces-codi-demo/pom.xml
@@ -41,7 +41,7 @@
   
 org.apache.tomee.maven
 tomee-maven-plugin
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/persistence-fragment/pom.xml
--
diff --git a/examples/persistence-fragment/pom.xml 
b/examples/persistence-fragment/pom.xml
index 4c53614..8662387 100644
--- a/examples/persistence-fragment/pom.xml
+++ b/examples/persistence-fragment/pom.xml
@@ -71,7 +71,7 @@
 
   org.apache.tomee
   openejb-core
-  7.0.3-SNAPSHOT
+  7.0.4-SNAPSHOT
   test
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/pojo-webservice/pom.xml
--
diff --git a/examples/pojo-webservice/pom.xml b/examples/pojo-webservice/pom.xml
index f374d7a..b3fa1b1 100644
--- a/examples/pojo-webservice/pom.xml
+++ b/examples/pojo-webservice/pom.xml
@@ -26,7 +26,7 @@
   OpenEJB :: Web Examples :: Pojo WS
   
 UTF-8
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
   
 
@@ -63,7 +63,7 @@

 org.apache.tomee.maven
 tomee-maven-plugin
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
 
   ${tomee.version}
   plus

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/polling-parent/pom.xml
--
diff --git a/examples/polling-parent/pom.xml b/examples/polling-parent/pom.xml
index 34aed77..b9c3107 100644
--- a/examples/polling-parent/pom.xml
+++ b/examples/polling-parent/pom.xml
@@ -30,7 +30,7 @@
   
 4.4
 UTF-8
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/pom.xml
--
diff --git a/examples/pom.xml b/examples/pom.xml
index d29d13d..1c0cdfa 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -27,7 +27,7 @@
   
 tomee-project
 org.apache.tomee
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
 
   examples

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/projectstage-demo/pom.xml
--
diff --git a/examples/projectstage-demo/pom.xml 
b/examples/projectstage-demo/pom.xml
index e8a6c1c..d9f7ef4 100644
--- a/examples/projectstage-demo/pom.xml
+++ b/examples/projectstage-demo/pom.xml
@@ -27,7 +27,7 @@
   OpenEJB :: Examples :: DeltaSpike ProjectStage
 
   
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
 UTF-8
   
 

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/quartz-app/pom.xml
--
diff --git a/examples/quartz-app/pom.xml b/examples/quartz-app/pom.xml
index dd62914..86fffb0 100644
--- a/examples/quartz-app/pom.xml
+++ b/examples/quartz-app/pom.xml
@@ -28,7 +28,7 @@
   
   
 UTF-8
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
   
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/realm-in-tomee/pom.xml
--
diff --git a/examples/realm-in-tomee/pom.xml b/examples/realm-in-tomee/pom.xml
index ec24863..13ee75b 100644
--- a/examples/realm-in-tomee/pom.xml
+++ b/examples/realm-in-tomee/pom.xml
@@ -47,7 +47,7 @@
   
 org.apache.tomee.maven
 tomee-maven-plugin
-7.0.3-SNAPSHOT
+7.0.4-SNAPSHOT
   
 
   

http://git-wip-us.apache.org/repos/asf/tomee/blob/f42e0409/examples/reload-persistence-unit-properties/pom.xml
---

svn commit: r1786652 [2/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/admin/configuration/containers.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/admin/configuration/containers.pdf?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/admin/configuration/containers.pdf (original)
+++ tomee/site/trunk/content/admin/configuration/containers.pdf Mon Mar 13 
10:02:44 2017
@@ -4,8 +4,8 @@
 << /Title (Resources)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170310142511+01'00')
-/ModDate (D:20170310142511+01'00')
+/CreationDate (D:20170313105851+01'00')
+/ModDate (D:20170313105851+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /CQ+NotoSerif
+/BaseFont /CO+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 95 0 R
 /FirstChar 32
@@ -723,7 +723,7 @@ endobj
 endobj
 11 0 obj
 << /Type /Font
-/BaseFont /CR+mplus1mn-regular
+/BaseFont /CP+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 99 0 R
 /FirstChar 32
@@ -768,7 +768,7 @@ endobj
 endobj
 17 0 obj
 << /Type /Font
-/BaseFont /CT+NotoSerif-Bold
+/BaseFont /CQ+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 103 0 R
 /FirstChar 32
@@ -9187,45 +9187,36 @@ endobj
 endobj
 94 0 obj
 << /Length1 12112
-/Length 7628
+/Length 7629
 /Filter [/FlateDecode]
 >>
 stream
-xœ•zxÕµîÞ3#Y–mْ%˖l=-É/=lY’mYòC~ůø)?ãX~;~ÈñƒÄ1Á
ÒéB9!%Á'…
|iJs³\>¡œÃ¡-·¤8\Êm)åÑÀ—/±'wÍH²eÇ´½ão4ž=3kýû_k¯µöžA!ÄGÄASý¾)_|äkÐr!,Ÿj¾rìüÿB©#ãþ~Ÿâ¯†ß
 ¤Oƒ{Ým{HtÎaÇ⑑A_Ü[Ü#©¾ÝSh‡óÏá\µµÙœóÝ+÷܂PZ4œ÷Nùgf¹G|
çãŒÎIßÄàÛ÷[JODˆCƒ¸˜Ä¯"d†sd‡#/Bð<梿»aD°G’yÜċäGEÇbㄢÀ
ñbI‚41I&ONQ(Uj
Ò¦êô†´Ué™YF“Ù’c͵ÙyùÎB—»¨¸¤ôï+mžüVv+ûÿº›@säâלKˆDÐc+©e÷oßq÷Ð¥ðùD+ñ‡´1tÌÑ׈;¸b$aì¥
 
¤AØrEnìH\_¼wôðk‹‹¯Ý[OÜsõÊÅ➼Sïcõ³Ïbå=š×]üó·®2²JAVCPV®‰0Ø„H"&8Âæ&ñB|É­
 ë6§ó6uk  +뭟wç=ú_ô‡Ï>Kðþ©¼žâ‹WXY.ú2>ŒyHŠN, @¶åš([®Ýš£ 
ðáÔÆÅîÁž^“P—¯ÊËJò–ìi–{U݅b¹Dœœ®tº¥FÛG+þ¨"€oSK¬„xü8b¯-Þø
-ï=ñ9rÝ#\ú´±(֚å2³V"њer³V¼7ͦT¶4ƒ9Ú®»o|N¥p^‡ç

ƒÐYx(aXÄV­9nh1TA¥8w_œ¿íÒ\^ÞÜӋ»¾Û¹"N.®®*’Ë‹«k†‹“‰÷Búêøø«XúÄXüʎ¯ÐŸ=yì‹ÇÛÚÿâر«gZ[Ï\
à‡±H¾Éy5­6VP@j5z`¼[… 
܉%—j]F¹¡¢Ø¥0(‹*›­G\Ú/_Y`¡r-õyJW6Oª³év\Ï´(ù^FöÈþ#ôÍÌôl€Õ 
¤’jv“¡I€*[:ò‚©}±‘^Âï˜
-õ’ž—¿|ö6ùËIÖ­öŠ¶‘®Ø"·í÷ϧæª~xßñzŸ,áÐÑ'âCۏî_¬pn/×å´Lº¢•Vƒs°:=»ã6¶¯»€kðTƒOÍĶprñ0fŒPpà@iÙf»ØÀˮɖkïÝޒ’²¹¶œD[³³¢=ˆkpÜéÎnß]©÷¶Ô9µYuC³{œƒÿ´ÝXáԖú:5õ·u—ŒV§›æ¶ö”jÂaf5Ïחïé¯Rñ©öúᲦÛ}eñ:w³Ñ]nï*Õ±cS‹Õ
c3‘õIÀ>j¶.¼Z…V   †8à›ì‘ÝùÊCŒWó/Ó´› 9T„L­Ó©¢éWñŸðÎ²&cy¶…
|s¹~_5ŽOù-sA±Ë&¢YþvÞøìyÙÖøcH‹0ī㵩U“¬Ó®Ž€gŸmÍÊjš®´Õ9³â³K‰s|/ŒJLWÑ3å\Wÿ“·UzŸ™›~°=µ¨TéÚ6
 mÜïkÜÝ`àÅÄñÄúuW‚R§ÝQ   öñÓã#ç<†Â-šüâ¬Z‡Šåe/Ø6l›
-ª† Ýdf@¹©@W¸I·n±ÛrõÄýÇOF%¹ªZszŽ8wž:¿X•Rоëh§w±%½¡.>«l>­ºÄ.!
®É™½œúMúŠÄ"*?Ñ7~q_UëÓXù¾ç–îÌK-¬Ow紕èVÎJԙ’ãïÞ]üäs?=Åp8ö“‡|„ÔX­‰ÅÚxµãýø+žŒ‡'
 yœ¸‘!<í¼v€£$ꁾɡo”ê 1æ5‘ëý”qÎ ZÆ `½‡<›   
În²ÇÜ2í)è«0äìøÉ-½G‡íiUCîÚ½Ù?¸45s~ΉßóLÔeè½û}ÓÚòlIrt”äw*᤬ &K„ýÕþ¶
-•º®{¢¸òÎ!·­g_g¨±D™ÚÔ;åñ=¼ÃQ8zø­ôªgnGóÖÌÜ¥Ù⑚tJgî¬ÌԕtÚíUEªז¶@®¹ñ
¹ÌÚÍÅx•(ž‰>«ƒ‹Â†ŸCAÆ»I‡
MÃeûöÛ'ã'8kºìŽ9wž9ÿƒJy~Ç©þ¶O²^*HwÖޕÓ\li>çÄ.EaG'¶à\yŽAš;rbÄÿìþš†³ôòű7.ó»”9Å*}.Oå4ʈ&,7ª©ÿv[á‹ÿÚ²»VËâ]‚x–j
  Äë_¸á|icø{œYkPj;«6Îó©l$`›°:ê؊dðœÙŒI6ÈROÖGò=åf:Ú 
ÈÐ(ãñ«§ð¯£“4Y
-ùÊæ…H^Ó•MŸ,:„…?y;Ñ,̵x½1©îlê¥ë1ªŒ$ˆ
-}ÂTéGø®G«uåU[-ôÖ'ëÁ_LjdBÎ`|—0^H¥Cª0^Õ*
-[oŽ¶™˜Úg(Ûf¯˜m6ÑËô·+'eZ—I&7¹42B‡ù˜ZéùeÛîZbËîÎ×ïíÜ]¥ÔÔ礪ÊGêm"^tÁ¶ÅÆW/³1‹üÜèPDzvݧªœnj¸¥^?¤ò쨮tË5
-ŒŸ3Á<²NØ°`YTà°P¹—äŽ>2l•[JôIù]žÙdžL–‘﬙i÷Ȅ ¶ñ¥é‡ÿòÏ
-Ëy]ënÉVÛtbKO¹õôÇþétgŠ¥H¥WK3!   'üd ‹_dm   
¼q˜ø-CºP¾W¯ç‹ñzÌ4ÄÁ©Óݲtí_V‡±3sò»';Wl{žÞãúúë‹Äûgéÿó?†Ã‰ð=G¹ü~ó©Oál\z=‘ေ×è¯Õ­¥áuŠƒ1\¨–¨ñøPv¹IÆŒ
®_’i\&9“ïe¿ƒOI3KLôY|•
1ˆÚéãÞÈd‡‘¼Ê¦úx;sÿÊ!½½ —é-#Yž±6¨­ “ÉXe+w°JÙ”&Ë,œ†•t] [±*¿e;
*™ü´5ç>°u>ð¬IÕ3Æ´§Z7µºÝR/a…Lڞ¢ÿïO½]ÿŠ£6ý“y
-kyZ2į۟žÍµïyù§?“Ä#ļ”\}Âð»â5ónôƒ‡¯>Öƒ«Ž6·:-ô‹)ȗœ@uâá{x  
So8ÜK^’³Y}(ãυ¹H‹\ã6ʉãr£K+'ZÖ®°n‚ÿ@«Ö2~ÐiØÿé>|ríʲÈèHŽô¢ 
fâ1ÀV'n†©žUÅúJ. èOa¢“ƒU"Ⱦñ
-fe§@`ÙT´Î¤ñ¥ÃºðîUÝödŸ–žÓµýhœúx­×µw?=â™óÈ-†¦ÞÔkA$“ø#±X&DpÄߤž< 
ÎJŠÊ±âËڒ’ò4úm|Á9‘O%ßÙéÑӏžq¿ê­ApÔN½Ó’+‹oi‘gWé§V–›½q•|í0ýÊM.ÌB_y…
Uõ÷qÀØøSI†”   ÖQ©p¯ÿHm+U?LW…tDXA‡=äƒ!ÖâÍ©ˆÄëÌE€£'t¦ŸÖ‰

—6¬€‹Ïâ3øÕ5lÞH¹5ƒª¸öGNÒõßÜÔóëÔý7ùk»_S'mo`…:¼‚æ ×ï"Þgþ‘ÛHX®»É÷¯?@
-s +Äéˆ#œ7þñyg¡å̗œþêTCéoN?rõLËõ÷ŒNO?ڟ•ÕÿÏÓÓ§ëçe’WÆÆ.‡Ï˾8ãõžù…
òµú¯E–›¼ Í2C¼kIµ>,í{ñVWþíÿóØ>æ¼ìó‰mw¶˜$z(¼ïNÿɁ®³ûêè%v°Ç
m}LÕ»ŠƒS8Ø,¯6Ú͍¢¢ØzT–çý¹}%ܔÞ¯KKökŒuÆÀd{›wÜN<Êó‡®55yiUø
º“î2—_mZè,™Óv74ÍlQƒ¿ôÁÜä+ˆûELÜÌ<‚å=€
/–¹áI@¨›ñµ‡‡së*IuéPÕݏ¨ªç;·ßÛcòì>ãë¾·ÏÚV-µ·—8·kT5{::÷åVÞùœ8£f¬Ø][|K§}ÿÞ<ïÎÐ1qWKûÝÛsôÅÍÆReÛ“Úåµ¹¶ÕxRuMƒ{·2Å1ãÛéÁÚIˬM¬#‘ÁÅN
  ؄˜‰‰w‡6¯ÜafèzÅè2ÄSQ
÷1Q¬w›~ùÉÚx¢v²Ù30;Ž”àÇ'A—-ÈËÍQû{".ñÑüKû+ÂCšµkoMǾÖô@Á¶•,¾ 
¶úº—”¯Ÿå;öÖ§ZZç*HsX땡Ó;

svn commit: r1786652 [13/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advance

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/security/index.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/security/index.pdf?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/security/index.pdf (original)
+++ tomee/site/trunk/content/security/index.pdf Mon Mar 13 10:02:44 2017
@@ -4,8 +4,8 @@
 << /Title (Security)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170310142523+01'00')
-/ModDate (D:20170310142523+01'00')
+/CreationDate (D:20170313105901+01'00')
+/ModDate (D:20170313105901+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /BI+NotoSerif
+/BaseFont /BL+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 37 0 R
 /FirstChar 32
@@ -682,7 +682,7 @@ endobj
 endobj
 14 0 obj
 << /Type /Font
-/BaseFont /BJ+NotoSerif-Bold
+/BaseFont /BM+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 41 0 R
 /FirstChar 32
@@ -1475,35 +1475,31 @@ endobj
 endobj
 36 0 obj
 << /Length1 11400
-/Length 7175
+/Length 7176
 /Filter [/FlateDecode]
 >>
 stream
-xœ•z   Xç™ÿ÷͌„ 
H$Љ—tq‰û0—ƒ87æ4GlLÖMÇqì¤ëÔu¯ãƄõ&~R7õ&v’fólc7Ý<Þ­ÿ©›&Ùlê6M“xoëíãÇÀxß
 0I»Ã3Œ¾ofÞ÷÷½÷;3#„„È‚xh¬kØ7–~ýƒ÷aæ,B8²ohº÷}«"~¿æÜÐh—ïî
q!Ý\óXÿðä®ÄÇÄ¿‡ñ¸&´¿¿Çñk>œ×Sp>aØ·k
µâ!'ÁX½y‹Ùzç'€qŒ;ÆF'&ù7á0>ã3#¾ážÿhÜgC(±!
äºÃbö_F(
ÆÈ  ;F^„Bá'ýÅ
sG‚D$†07‡!Q¸ÿD„82J"E(Z†bb劸x¥J­ÑêJ„ó†¤ä”Ô4£ÉlI·ÚìgFfV¶+ÇíÉÍûË̗·ü¿þRv+ø?]Ñ}—x˜/A°
,Q2©‰ 
öHΐŠH\•·gàл³ÙÙ³ïؓEØ}óÚù¼öÌSŸ`ÍŋXõïÏe¶åýô×7Z@«†£e7‡’ˆ”JrxH<•ÿ 
ÐzÈåzh=˜ÏÒúõOóÚ2Ÿûwúúŋô§ŸœÊlÏ;¥µëÉÛÔ"ÇbXãЈmb”˜ž¡÷ãéQeØ=C\
-ütZ1+љr³N*ՙå
-³N²'É¡‰ÔŽ$ƒ“9:Y“º' ªAF@[¦Ã¶éiüÁÎ;A`‘ˆ@m÷nPñ¼÷€¶ÑÈb¿:€Žä†lV̘€£ˆ 
â]»ÎO?ôêTfæÔk³»~ºËµ$‰Ëí+¯èÍU(r{Ê+úòâˆOþþêòÐÐe,{ñE,ygûöwè¯_:ö͍/|sìØ͹††¹›þµíGˆ¼Ê{©²9X>b©Ó&‚ör±M
Ì]Xzé€ÎmTJòÜJc¶*·t‹í©‡å&·®Û+Te[(»¥:SåNÈôýö…TK¶Jèeh÷íÏ`mffe 
¬ú@•Ô8°‡\^ÄèàÄJž35ÍÖÒóøCSN¢4Hà.>‰½u£EÊXÛfgI£5RŸgQØzŽvùŽeQSe=y¼™Þ+OÉPêé“GñÁmG÷͖¸¶ë­õ#îP•Íàê)ONo~ˆ•õuàIAـHK2@—ŒÐ=”‚¯p$€RÂ%N‡=‘8rüdH¬»¬ÁÚ~l0Ûµãô@ï˳eñÙM;¶xgë“kª¢ÒŠ¦“ÊóRÂPÒí™ØÃ맯Òפ†øÈ졝Cç÷–5¼†Uÿâ{}þ‰žÌ„œêdWžµ1_¿tFªI•ÿèñ¼—^ÿñ)FnÓQ2Þyˆ²Hƒ5Úp¬‹ÒH1އ?[úýH0
…|šð"ú{ñ¸ëî~Ä®­ÿޗä"»67xƒ52ŠÑâŠ`1ø¤ˆòO83”d”‡Ìp˜à
-¾4Œßñya´«¢ÕÙüƒAWΎÓ}ý/ÿM©"«yæTWãDa\¢L”ìª|Ôº%Ï,"’J|®áÊœælÁv…Õ ³÷Ÿè½¸¯¢æ
½x~ðÊ«ÇFÝ*kž:Ñ.P»Œr¢+Œ9jÿÏÊyëëwUêX¼óàSg¨z¿Ý¯÷*ñºñüz/ûK^GN¬NhD"“å  
oŽ÷*J`-2H„¥’h°n
k÷؆•$7…
›1iÂDjðÉê`aa±™5(S´ª(|ùþ·ÐXmšR±tÅ<,¨›S;ÄAQÑq‘ñ¿â/?ˆ1‹í¯7,Á“N½½¦N‰z½âÙçøJësåúâ²ÍšQ‰ªA×o&
2!ç'R%)•PɘóG0ÅTìШ)¼R¹SìOj¯¡h«³dr‹‰^¤ÿ¼tR®s›ä
-“[+'ôXˆ©¥ö_4îªÔ*7íjyïpË®2•¶rºñUVÜ_툄fo­½|‰udò†1CìýɂO]:^Wó@ub¯ºp{yEGîÏà?sœ?/kgى¹(•¡Äî1Œä<ÛgSXòc³Z'Ÿï5Yú´£b¢©P.Žv
͏?󇿫©áϼ÷tžútC/±´W˜NsüÀžn‰·äjCU†Ú‚TfÑÿ0%—GX]‚Üxm 
79ä].njÖʋ±zÌLDÀPÌk«Ÿ¿û÷K‡¤3qòÎK-KŽÝ¯ívÿéOç‰OÎÐÿýO}‚ð½NßZüdË©¯Žát\°ÃȀÑ×<ð«Õ¯†³5Œ£tp-
d.
þL/6Éy¢AÑ«r­Û¤`⦜·)Yj¾‰>ƒoґ½
¢&ú¸78.ÃHÞd#(}¼‰¹~éÓîe¾À—Y-C™‹Ì²®@Saôh‹–f™²ö31Yx5Kçºé*–ŸåŸÙK&Ðsüˆç_@^àxHY}sü«Yy²k"êZQÁ°Uø¥øŸ~ÌïÅ8.+í{_Ò–v<8À†¤E0’Eô•èýšòS.{è¥N=¥oüþõ‹—%½
 {üµaS n4߆yYaëPƒ€ðÓ¦ü%­¬Ì0.|_ã(ÐÙ²~qð¥1¹ccXxT¨CKˆÕÚ½êx'ñ   óCAì$ub±jUœƒ,ýì͹ú…Ýύ?ו–Öõwãã§zŒkëé;ƒƒ—ë™oæ¼Þ¹oÐr\ 
öÁúuС¬·.f¥.˅\
¢Õq!wï[º³¾÷ÿŽíeÆE7†·>Ro`‚æÁÀµ»FOv·žÙ[EÏ3₽ÄqCãS   øqLÐɬÔÈÎEu6¹0ÙÌ°\n‹<
-öþlw°µºß£iªýÑ#ÍÂCW/þ.Ù]|{OôÀ¡†„ŽÔ?¾óç8è¹ï’?vV‚ŒØŒ£Wâe\X·±Á¨)FlAú€œ3jïÌçÇwÌxÝ:úëYCY:»jË@2Ã;ä¤<µœsÞ­«óŠ’ʲñº
…Z 
9_º\7ӒiNªÙUS7±I¶ÜyïùGÈ7¹€×_ºØ¸rŒ"éX©øiHÆdOïv?Óg¯*%5½e?«.ŸnÙv¸ÝT¸kÎ×v¸ÓÖX.s6延æiÕ»›[uÚKy]’R1˜ç©Ì{
 Å¹oO¦wS¡ÞÐ<üh}ÓãÛ¬‰y[Œ…–­›L·×áÞZQ˜ ¯ëÙ³Ù÷ÌöÆ<®cz‘5Bdp±%œS1ñ!ãl楇͌¸Þ1º
QTæ½Lt–$zL¿ørÕשlfÀ½\6`}\>vx98¹Ü™¿%ªŸO¿½¯$0¦ÚZ÷T4ïmHöÏì\þì›Ûè÷ŠUß^¼Þ¼§:ÁÒ0UBšf¯õžÞ‘ƒ¸¶™×˜R˜¸Ã,“ååe´,J‰eÐ[F1ÝYâ
-  
LôÒ%!r¦Š"lf;Xp]•&ŽHÓþ°°ÈŒÿdP¦ê”bº‰º­N‰y˜mPA-õµ¾T^>ßAŒ5‰f¯7Tç±.ä²"T†L„‚ñ2Sr-S]0„ëñQ'0Š7ŠÂ
qçIŸÇ`¸mP”áôüúú?£cµ&Àk¼Bþ›r“8ÙÍ)¤ï}!Ì/âÓ1aú
³){é—õ[M
-"•¯3Ʌ¤0J|ñŸeq<}¤,ŒçõŠt™)týÒó9é^oQH´2M‹Kèsaš}„.Þë
×:“ðW„Þ§ƒ#¢CC$Š}
tXÛú.qú^1ôÔ⵩ð
-þe³ÖŸç´ÍôÝ 
9kOw/¬ôŽ•p¯„»wm4W²EŠÂèÖ5áwé»ì¼2öÎ;¿gâ[/Ô©ÉT;1‘K¢™ÛÝPï“Ql»™¸8–ÝA·Ü-9s™G6Ö6xzJnœ*SÝqmJ54g÷Q(·$ò·óåþZð1]kŠÅf®tÄü
Ö8†æFçƲ²Æ^>=äí€ø|
-䜼Ÿ7ˆÇ |'×E½g,.žù{_Þlo^[k„¡ÐîÚV”ðý¶օ
KÒ¿'É}ìÚç>y43Ö¾ÙQšmñæëӆ^=ðÑojrC“ât%™þÞøR—Xyå®FÛUúQÈl‰v/;H±€Š
-e„#¦_ˆÈ\~É8~æD‡’$A±çñ4\3˜âª-ìpÇ=p•Ís+•#˒³¦%VDžaÏÝmõKj4;{ì…Á~ëÇK^9  
Ia-?HÃ>]¬‘Ôx¬Q’ÝaŸ   ÁÄØô£?ٝ㣮“#®%/‘\5¶ÉÑZž)ŠMkÙOÞºøJí£ö…
Ŋ§®îÃ*¬õ̼6Ý>ö£þô˜$[?Q®*ÍIb|   ù0?¥ƒ´VӒÃæl³9Ùsa#Î-íW0fôÆÖöGëkF
-•±F·>Le7¤¹±†þ”Id^®"D¾Þ¶':Ò¥‰vu\j|¸ÊeŠÓvæOû–ãšL¯k¦%”ƒ:€ÑÚÍY:˖´Ò6&Ì1*]éÿYÍ`ò½3c5ëË8?ðTÆ)¢üþQèRŽ0yr?\.•§HtFSëÁ­L€HQZ³âmS«ÏôÊÁßü:¥´Í&MRKòJҊͱ–Ž§|ú2wzxx’Õ¥U•á‹§brz«Gž¬×*Õ¶_¦Öæ&îl첧EÕww5PªhC¼84F–:ÕT¹·Ý1‰
…1ÊDY¬RÌ3Õî(h:Üå×  
çšø&^6|¿b+—>\

svn commit: r1786652 [5/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/advanced/shading/index.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/advanced/shading/index.pdf?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/advanced/shading/index.pdf (original)
+++ tomee/site/trunk/content/advanced/shading/index.pdf Mon Mar 13 10:02:44 2017
@@ -4,8 +4,8 @@
 << /Title (TomEE Shading)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170310142527+01'00')
-/ModDate (D:20170310142527+01'00')
+/CreationDate (D:20170313105909+01'00')
+/ModDate (D:20170313105909+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /DC+NotoSerif
+/BaseFont /CY+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 40 0 R
 /FirstChar 32
@@ -217,7 +217,7 @@ endobj
 endobj
 14 0 obj
 << /Type /Font
-/BaseFont /DE+NotoSerif-Bold
+/BaseFont /CZ+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 44 0 R
 /FirstChar 32
@@ -228,7 +228,7 @@ endobj
 endobj
 15 0 obj
 << /Type /Font
-/BaseFont /DG+mplus1mn-regular
+/BaseFont /DA+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 48 0 R
 /FirstChar 32
@@ -8853,43 +8853,42 @@ endobj
 endobj
 39 0 obj
 << /Length1 9440
-/Length 6038
+/Length 6037
 /Filter [/FlateDecode]
 >>
 stream
-xœZ   T[ç•þÿ÷žˆEhE´€X„Ä"±˜Í¬Œ 
³³ÄƎCÝÔqlÇYêÄi\ã&ãi}2iš“8['§ÍÖf2ÏÄÍÒ¦N¦Kš©›v:žžžç¾§Ȅ4gF>÷þûþwïw—ÿÞû¿g„B"ä@<4=8šv|½@¹€N™X~vñ}\¿‚òî‰È`èA÷©Ïʨƒ9££“s{%HOÁøŸGGáäwøw
 ”y;Œ³&C{§Qž€ñYk·¶Û>õžÛ`üPÿtdvŽºÂ/AH­…
ñÝS¡ÉðG­‡œ0>vC‰ŠÃ¯+#71xJ€K>úÊæÎI‚|ƉâÅ%Eo$£”*AR¸”¡4†"W 
”¾Æ@©ÊÈTk´:½!Ëh2g[PNnžÕfwäµìÿ÷¯àÿ4£yú:q'_
-
- ,Ur™ \…
©>\$“¸^Rq`ìø›‹¥¥‹o;P!!Žìûìò3}Åg?ĺçŸÇš_>ZÜ[ñƒw>cxU¯ŽW¡0»ÔDªLJˆ±Àå#ñ~IåíÀëçàu{%ËëTô?úKúã矧¯|x¶¸¯â™Ë,¯’Ož^)IŠx¤“4ʱÀ(1HxfcGö¸ž.ÁÞ:z
 o¯£\ò´“~£wS×{WÓ/¿òhxèÌ?Ñ/áÀÏ³zzé×ðq,Dr„ŒR1ˆ°«ÐF¹
-ÝÎ5gµ.ö†ûÒô&}ZS‰¶8/=X¹o´]Ôö–IU2i†EãñÉ­~–×âÍ¿àƒÀK‚PQ¡`Ȁ§Ao#¥»Ji7Èd»Re7Hd»´b±Ö•mv3g7V7
…D3èFBÀ°sa¿»çsAËû0Bä%Þ‘!§ËYà#\)bÒ 7˱3\äÁ²×Ž¼V•¹¦Â«¶–jÊk۝÷ß©´y
CA‘¦ÔA:š‹5Þ|¡Üè2ë(Ո‚ïQàýkÞ[ÈÎøl€uÀ¸’:ö‘`PALÈ@
§ù”­{±Œü¾­Ì$ƒ¢åûp°-P§;·ºkº
-R•3|r0tj¢„š¯»û¾SÛèƒÊœ"µ‘>sÛyòÐbggµ± cʛ qš=ázKþ¶;X]÷ܼJ€§|Âh
-rqTéM°0&¨yp¢,ÙíkàeïTG³ÿh°²20ßU pµ{jº9\ÀëÌn_~÷ÞZS°£ÉcÈkžÛç   s§µÆc¨
-m×7ßÑ[9Voµ¶Ío)ë«ÒÇÂÌk_h®Þ7X“BI²ÜÍ#¶¯‡9£¯Ýê«v÷TA¢zyÏ"2ƒJ²¨t¬^
vu¦8e4(óÀÞdŸÊêÓ«V.e¸r„XøMû’G
”:£Q›@¿Žƒ8ϺŒuæùòÒró,þÌ:1qˆí¥^W*­`í·ûæUðç3ȵn?Æh³D'1˜m¤AGúplt®ÚìÓòñ­yym3µ®&Ož$¿Š¸
 
-
-Éx…
EKϚ5ó=ƒß»£Ö¿xq~æ¡î¬ò*wǐ¡õP¨uo‹Y˜˜,—é·¼i™ˆöŧ¹'Ÿ½°ßo.Û¢/©Èk,Ò²v9¾Mßæ 
R€ª'Hƒ3^¥¢¾p“n5Lq»
-MĉSgâÓ½u}ß/õì~|løÉźÌÒî='·;,-M’¼ÀBv}¥[F˜k†¼S³x£ô%ú²Ìœ™Z:qz`♃uÏaÍOC/,Ý.Î*k¶x*
-º*+çeº\Ù©ŽV|ï…<ËØpü'ŠÒa>   
$:Ƈð¯W~7O>HyÉ£ÃxÆsý0bu[‚õžê€õoþbHÙ0^ژ¾*C³ëX¬s³2áÇ;q–Å®^B-m-Ҋ°«In´c҆ÍbR@êð™æ8‘¿ÚN'˜Õ9z¿~ÿ,!]Ÿ§V­¼mß'l;§u¥$i©Çð¿àOßUØS
-Á`b–/ŸzåF¢6'"q %Kþ[üvÏ£õÆ꺭úp´v€ÏqùdUãՅ
aÆ"Sã—CY!ùcßqª•¦ô’ÿÜcÃ6Çèwv7Ìvû•)i®‰¥™G~ÿw-Oü•÷–Áב¯s¥Ž¾{çã:uä7oÏt”ëãMskUîÄë8í–°ôõ)K3øq
  
ì1®§µhæ•Õ5‘¢“éð|,¿Ú¦ä‰ÇÅ7žUê½6“?•”P´KDÉs+môyü:¬²yõÝô©`\F‘•üŒ]–ô©nfþʕ¡U¹ý
 ²f8§Äf€
¢A*ðd2@`åNV(Þª°¼–•§†è¦èêgEþÕZ¤ŽcD2ù‚“ǁ<¨D«2¾D¦ŒõܽuK>«b3Ðp4]P¼6%‹†èPé}VqJeõTDÇú6áhízv"¯²øØkzŸY¿³œj-ʈÞâÝzMۀ‘sX3+Œõ
„´UæÈ)é¸8*ï7œmÔEÖè\UºGèºU¼AF³Ž77Þ •:¾‚¢êÓëJâ=ć̅Š X"uz¹éúÞx<¶®ø
'È€\üX倃˴\:ƒFÈF®1~ì‘«IfyàëCŒ6Ւºªáº£ßÖÖ/lßyoŸÍ¿÷\¨÷ÞgW½ÜÝ]éÙQ¡×6ìÛ¶ýø@aí7^æ4ŒWø+nÛî>t
 8¸Åo4o›¼«£ûèÎSE»µÊïرŦó]Þ
þ,c[øÀÖÐ#»Š[YÀ?[˜^èK1¸ØÈl.&Þgd_¹ÓÎ8ãU«×,¡â!X2+5ùlo|º¬Ônvµàan…°~IEHØ
²ŠŠÃj,‡ÆRÂô¦5G°!0#Ž¥ð!³É%ÜTê4F™Vq’9ãRÈçùv|ͬ¶f©“襋ôÓô/ÓGDéz›ZEÚ}^ÿ%¥-%É¢ºÆ;¿|døÅÚúlj½

jµ2Îeô>çrjÿCÔ5mŽp۝ÙVvïøA}Ë˃d$šß‡!¯Y¨>$f¼‰¥iÑb.“¶%1­9s5Î̦Gc½^䕶¶vúµ¦;»æë4Ÿ{¶XĝÛJÃw5öÝÓg«óõ|úÚmY]OE`¾Óñû?|7!»[úwf×ïª\âS†ò^℮¬ÍQZ몷§;¬ü1·X/>•[W˜inÝßñøÑ¿ðïô“VTíì,fƒ`Cü§Hù¾À-Ä8&I3ˆ©
…
¢]§Ãžþ&OZb}1™ÉŒ;“ñ?¡¼´±¿,|zWíi¯P©*Ç[;½Þa~ð½{üJGUöÙhûYÍYwzrN{£+ÓìçÐ
-Mœ‹ŒŸ›.)™~bbòñ 7׿œ;[V×Ì&kŒï抾p{uõþ¿U,Wôö$›ý…
ž¬žØy¯!Iš×õuiùݗ>÷á]Åé…[]µ¥Ž`¥1oâÙ#ü¼¥žŠÖõ–R¡Uäh$MŽ"=G›Ê*â`—Ö.^E–C 
vdÁ91QíÑ7?¡¥ø» ?
v0ÐفˆÕ­)‡c£t|¦lâ¡mº¤¢ GÂøfª&W¡Èed³çTªþÆÒÑç&m!c×ä>nü‚쨞Ùeњ ʲM
-d›ö5Q—±;x“J(,âYœâ«ægn›í¨É}ûa톑.W)ÊwâWk´'èñ¶`0Þ²5€+§ŸgÛ·X×-ÿgFWŽÃ…
Æâ]’2)ê‰ÆTz¢Ÿõ՗xʵ*W‰Ù÷ʕc9_¿uë!Ar]×&±)çj×êyóøÜ$`ûWÞWJsälxâJ•HhêtloòJR4u­ÛÍ·m\ìʝmžŠ.·¸ÖÖ!Þá·q)(ñ°l½»!±±O¡W‹´Ë&±de
-_µe²+Ãã v±F}žkr¿ P-.P+-x3iÑj  ÕELq&N¬|Ÿ¿îPY$ÍñnLOÊlu…
Ž2S™U#2÷Jb]ù–­Õkh®ÕºÍ²Î†ÜÚÞP¿™þáZ|õBÏPEõ2áZocՍ[ÓÆɓMº*³55­°ÓWÔQ¢–—
Ôoo4
ßÛµeºÑÔTÛÙSÍ)9Ð:אUºë!©ª¨Õm)Ò&ºûj-ªüj‹©ÈQ 
5T6†ü5[Ljgµ©Ø?2£È+Ë2—8¬úªæŠ–½­Ù€×|ó*ñ¯†yïi„ŽOÆ5cÐfÀvNÛW¤£O›˜“ïV4O×N·é
¹É}8¾ÖÙ-äoç'Äñtõûº‰mjƒilëòüJóØð·CLÿ–ªg{˜_l¾ºÅcTëúEÈ
½­w­QEdùí¾@¨\Í쒡Þ\aÓåRi%É6ð­1üÖE+^fu9ºöÕã%‡‡}ËøFkÿ4`'‰ÝòL„ÀöoØÁÞÈ 
$Òç
-%f¤K)Ož©ŸÅùI

svn commit: r1786652 [10/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advance

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/developer/testing/other/index.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/developer/testing/other/index.pdf?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/developer/testing/other/index.pdf (original)
+++ tomee/site/trunk/content/developer/testing/other/index.pdf Mon Mar 13 
10:02:44 2017
@@ -4,8 +4,8 @@
 << /Title (Other Testing Techniques)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170310142511+01'00')
-/ModDate (D:20170310142511+01'00')
+/CreationDate (D:20170313105850+01'00')
+/ModDate (D:20170313105850+01'00')
 >>
 endobj
 2 0 obj
@@ -78,7 +78,7 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /BM+NotoSerif
+/BaseFont /BI+NotoSerif
 /Subtype /TrueType
 /FontDescriptor 33 0 R
 /FirstChar 32
@@ -228,7 +228,7 @@ endobj
 endobj
 14 0 obj
 << /Type /Font
-/BaseFont /BN+NotoSerif-Bold
+/BaseFont /BJ+NotoSerif-Bold
 /Subtype /TrueType
 /FontDescriptor 37 0 R
 /FirstChar 32
@@ -239,7 +239,7 @@ endobj
 endobj
 15 0 obj
 << /Type /Font
-/BaseFont /BO+mplus1mn-regular
+/BaseFont /BK+mplus1mn-regular
 /Subtype /TrueType
 /FontDescriptor 41 0 R
 /FirstChar 32
@@ -6390,35 +6390,43 @@ endobj
 endobj
 32 0 obj
 << /Length1 8408
-/Length 5301
+/Length 5300
 /Filter [/FlateDecode]
 >>
 stream
-xœ½YyT[ç•ÿ¾÷ž„$$$Њ$6- „!±‰Åd6lF€XÌ"Ì;
uRÇu'n8iâ±ÝÆa<©ONº§n¦998mON¦ãNÜ$MS·ÓfÒ4®ãÓIçäÄð<÷-`ióß<Îãé»ï½ûýïÞûI#„$È
…hzp22ýᾩɄpÚÈÄÂð,qô0|~
¡ô×&bƒ‘q×ô÷RžéœÛwñ›’'aü.óÎèh4’ú¶ð^„2¾
-ãìÉȾiT‹'`|Ɔm΢Ï_”¹ÿ3÷OÇfç¨JA
BšLFÛsÈ
ã³ hP7”¬>ü¼
-cT'F^„’à£}éù+A"D‰H('°   
w#%ÃUšÂŒReð/-^\¡LW©34ÚÌ,Þ`4™³-V[N.Êûò¹ÿŸŒæé/ˆ‡„
-¤„BG¨”‚ð§°W)%q“¼êþ±c?[,/_üÙ±±û«äđý7®þ 
ª¯ôìØxéÖÿæLioÕ÷ß¾Áèª]­¼®baóèˆ4¥‚b‘'@âòêû@×>ß 
ë¾jV×Û߯ê-=óú÷—.Ñ×>8[ÚWõƒ«¬.?}Ãb¤BÈ¢ {Š”§¸Ä]¤#ð±ì¶ÅÞh_ºÉjJo)3”d„«÷vhÆÞ
-…V©ÈÌÕû*{-kãâí¿âƒ KŽ·8@0
-” Ólr‹
-³S«qš•J³S£uš÷çx
R©Á“c+a®%ÌûÀaòŠàU¤GÈíqLJšMV°ª»eà6V^>böÛµ¶ú*¿Î^®¯lèpHãð›‡Â}¹‹*v…
JõþB±Êâ±ì¾•ï*×KŒîQÐýÁ›ÈÉøìÄFÐZI£H0`J   
%@õðÐɗ݋mô~ÏQaUŠÄaÉòã8Üê2ÜÛJ껊Ò,U.­;zr0òÌD5ßøµÇŸÙAÔäyuúôI|t×ÉC‹õ¾]u–¢Î)’ÞmóE›rw<ÀújïíëxšÀ
 sFo‚…q£H'€efÅ%nð^öOu¹û  WW绊Ԟ_}7kpÞ(ìÞ×`
w¶øÌ-Ãsû}Ñoì²×ûÌ5‘¦Ð½ÕcM¹£ööù-}5¦x˜¡ºýƒõ2Jž]   ¶? æÉ-{ ®¤§Æ6È
ëµWp©‘
LRrñ1²Fø1øÕ-s+1Xà•
-ÀßdŸÖ0iWž*g¸r„Xø MR@‰4F‹ÅD¿ÿˆ¿~ž
Ìóä•åÐ,¾aŸ˜Ž¹¤Îò*¿'V³s/×ÎSÀ5ÛÝl“m/mdߗ±‘œ½#0J¥ÆvN8çÀÞl–E")˜œ¾f±»±Žä‡žb«“l“’"҈O‡$µuN:ɦË3éåø³øI¦vå-çqû9ƒG&’§g¦ÅÿŽ?~Gí”»Âáäì@!õÚ­dC^xd@–­ú¿Õs¦ÉR׸ÍEÃjA$
-A^LFä@>žÛJ©TP¹<dµŒ
-»ïfZ>¦ڂ÷”ÔÏu8èeúWNkÌ~‡Fëð›4„K0µÒ÷Ó®}Í&ݖ};ß|lç¾F½©y¡ëÕX7ò¤‰“ÊïYl{ã2/òºÝ«K÷VÄÐ0ÓÞzoÈ:l¨ÝÝ´5аœg°.Vˆ˜åÎò[Rn¶9H³QfTñ5|´°Î¡HÇ¥·.jL~‡–YçJ,Ù-¡TùÕú<¾A§
3X»ég  ™^;yƒ¥ýL7óüʵ!~^âÛ0o\^á§S²Ï,!Örv¢Sk
-ص,a9Óþx‡–Ë™|VÝ·?¦¬î,Ʀª¥0RÉkFê-œO9͍|gÀLÏ[º¾>A}ÄzU}ËüÈ˓†k³·¯Þâø™äDÆ\Éjã4€ŽO‚çn>ûÜ_϶¶žýì¹goœë¼õ¾}èÌÌ̙Á‚‚Áš™9µüýç7&&ÞÀª^ÀÊ×ÇÇ/ӟ|çéOŸïêzþÓ§Ÿþô\8|îSÄr‰Õ!°Ë

]ÇF¯ñ++óŽ#ï)Ǟʃ¯Þç/{ð—OdÆÁë“÷|µÓƐçh<[|±ÓC=ç¶ÐKvofB˜xÆÖu$^ìÌåêf.Ïo3SŸâŒGƝ‚ÍrŽ3ù˜x
   —så!'ú×í~›œJ¦d袰?ý˜‹!ÃjË<Ì3…
µyrr.Շ¤¨’ñy:—ÈDRRΦcëZ6æí6ÚÌL}bóq%S6 loÛˆ6XêšoÔîے+ݾ£<úpsߣ}N©®Ð$¤?1È
=UÁùí®?}òBRÎVœÛ¿+§iwõ’2Wö'Œí®òO“3ÝÒyx`å/ù¥&iø¥üÆâ,[ہÎçN‹„¼÷ÔZ¯ð.@`GÕÜÊg°ØÌ¢
kJ¦Š„"w€d+:cJu¨ïîSQ_‹/=9›þa*“›פⱪ¼¹¿"zj·—öµŽWiµÕãmÁ]þÌL„°=ñWMÎY®ô6±ñ¤¿fîÉs¹Íž¬Ú£¿‚20q.6~nº¬lúù‰Éç&J
 ¦{n_'ςŸ!¶‚uENh^­}ŒóK¼:ÌðŒ_¸¯®îÀ?Gª‡«z{RmµÅ¾]Áì¯?¿ë1sŠ¢ 
ëAEå×®>uK3Š·yÊ]ájKÁÄÅ#¿þUkeRN¦¹¾ÔÌÆæ¥.³þª¼Ã¦;1äP¨ÜV›û1ï<_‘éTãý|ºXåãÆ$–¨uVU†N&p´í©é~l°äô±ŠU9
  
º¼£G^Ze[¿{Ç£ʼnrurªÍ˜.˲ÝRÛC¥KMO‰Óo–¦ä5“ýí×"µ|õ0—K¡k£Þþ—ÇÇs}’(Y—ßd«ÄçÛ¼òÞÆü
 é½Òu¸×¥Î+‡ÜvJí  ªîñë˜øø®f…
@¦_£Ëú‘3òôÍÕOâßjG-ή[éV&õsu:+b0ªQôuëòé_¾¡»kb83¥Oq-揖Ҡ
gRçéår}ž:#ϐÆ&}â`‘„—Ïpu@P•íÒ%%é\ÙpMNÖA¡#nD+ð0:³{Ä\ù^積³ãÓOî0¦xÃ>=âiú|µ:Ÿ™›½¦QM·–˜²aª=¹ŸÅ€›ïš›‹ÏK0wB
  X‡ÁX–ؤH¹¾ò­»{±š¡á€å@\Ä2ÏX0kÇlg}þ[O±€îŽFÆ|¤Ð_o8ÒJœ 
ÇÛÃáÄÜmA\=}‰­Âñ¡[þsfWžËƒÕ–ÒœD¶½[,Ü)LJ›öwÚufëضåù•ÐØèwºüjbû°]k|Î]1ÊËF„~²ÞÖÎÞ¢¶Âv.F1eaG
 ©Ôií~3ÔÌklÊ_*oÌMq
<=†?aC´âg2„«k^rùV÷»Ð‹"ê`:-g7¹Bà¬J®#†xåÌ·‡Öµí¯›1lçÅÒübñÑäÌ%¨²ôÒ’„Ú`
-~9ƒýF„þñ+ôËISŽü,v¹ef}vWçVMzuK«?žáyøoD–/‡™oD8<BÂ?fÇÆ¡À›  
m,^´2ù‹·’´j…@˜£'ÖÖIñE®À¬K¡??÷™…þí·éÏXhBü…
ÖHöKÒå©¡@¦Ò$_¥‚+ß²lïhÒ¸ŸÄM3Ép/_ ®^>Ïa
‡³‹d.}ÞÒÝÕ¬ÑÔmk·ãœ?!oüåÌ7hZ©p²ß(m†8Î<êP—oÖ¥Ñ?Ï®ªïØýHOÚèÉÉ-ô!©Æ˜p¯~QÂI©^›N
mš#às!ÕĹñÜàÉñú¼ÔH`âD˜\4äj$«ž?aîhkÔØ6­úÿۊšÑúz
‹ñn|ÿQ@¢–Qˆ¸   
çû·?ÜD³ÔU}„r©ƒh˜úYțh\÷PhñòR!ä(…x9‰áÛQ/ÂçH+z•  
rQuš}^˼C^FAòê%® 
¼ã¤¾ÄÂAÞc„ÄÇVÎ#$餛éPÂçk?\¬ù¬$½ˆRÑ¿"Á†ûŒ)ê>ÎüÄ!xFà†ˆë¸+ùhÿ•@D¢€ 
AP¿ƒV´
-í»
ï±_„4lÛրª„¾Ía#º
Ÿ¹ö¬Ç&ÁExÄÀ­æ¸=Œ†7ý"ŸýÎ0%A—!æ„t¤BY(zÏè¸í¨¹aßDuPÇP#Úµy+Ľ…
Ð6ԊÚP;ê@h;
-C¯Öv ¨´fá5{ì,˜b²yŒ0ÿˆãåæ~Š—H„¾ÃË
$Eßãå$àz—“°>>àå’`/§y¹¥`/ òr!J]Ã&B&<Ã?#BAü/#%~

svn commit: r1786652 [12/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advance

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/download-ng.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/download-ng.pdf?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/download-ng.pdf (original)
+++ tomee/site/trunk/content/download-ng.pdf Mon Mar 13 10:02:44 2017
@@ -4,15 +4,15 @@
 << /Title (Downloads)
 /Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
 /Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
-/CreationDate (D:20170310142522+01'00')
-/ModDate (D:20170310142522+01'00')
+/CreationDate (D:20170313105900+01'00')
+/ModDate (D:20170313105900+01'00')
 >>
 endobj
 2 0 obj
 << /Type /Catalog
 /Pages 3 0 R
-/Outlines 1047 0 R
-/PageLabels 1049 0 R
+/Outlines 1149 0 R
+/PageLabels 1151 0 R
 /PageMode /UseOutlines
 /OpenAction [7 0 R /FitH 842.89]
 /ViewerPreferences << /DisplayDocTitle true
@@ -21,8 +21,8 @@ endobj
 endobj
 3 0 obj
 << /Type /Pages
-/Count 37
-/Kids [7 0 R 10 0 R 37 0 R 67 0 R 97 0 R 127 0 R 157 0 R 187 0 R 217 0 R 247 0 
R 277 0 R 307 0 R 337 0 R 367 0 R 397 0 R 427 0 R 457 0 R 487 0 R 517 0 R 547 0 
R 577 0 R 607 0 R 637 0 R 667 0 R 697 0 R 727 0 R 757 0 R 787 0 R 817 0 R 847 0 
R 873 0 R 899 0 R 925 0 R 951 0 R 981 0 R 1007 0 R 1033 0 R]
+/Count 40
+/Kids [7 0 R 10 0 R 37 0 R 67 0 R 97 0 R 127 0 R 157 0 R 187 0 R 217 0 R 247 0 
R 277 0 R 307 0 R 337 0 R 367 0 R 397 0 R 427 0 R 457 0 R 487 0 R 517 0 R 547 0 
R 577 0 R 607 0 R 637 0 R 667 0 R 697 0 R 727 0 R 757 0 R 787 0 R 817 0 R 847 0 
R 877 0 R 907 0 R 933 0 R 959 0 R 985 0 R 1011 0 R 1041 0 R 1071 0 R 1097 0 R 
1123 0 R]
 >>
 endobj
 4 0 obj
@@ -77,13 +77,13 @@ endobj
 endobj
 8 0 obj
 << /Type /Font
-/BaseFont /KP+NotoSerif
+/BaseFont /LF+NotoSerif
 /Subtype /TrueType
-/FontDescriptor 1051 0 R
+/FontDescriptor 1153 0 R
 /FirstChar 32
 /LastChar 255
-/Widths 1053 0 R
-/ToUnicode 1052 0 R
+/Widths 1155 0 R
+/ToUnicode 1154 0 R
 >>
 endobj
 9 0 obj
@@ -578,7 +578,7 @@ S
 BT
 134.3730008 731.08301 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -613,14 +613,14 @@ S
 BT
 217.5060016 731.08301 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 716.803 Td
 /F1.0 10.5 Tf
-<323031362032323a34313a3135> Tj
+<323031372032313a34373a3530> Tj
 ET
 
 
@@ -889,7 +889,7 @@ S
 BT
 134.3730008 622.123 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -924,14 +924,14 @@ S
 BT
 217.5060016 622.123 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 607.843 Td
 /F1.0 10.5 Tf
-<323031362032323a33393a3235> Tj
+<323031372032313a34353a3335> Tj
 ET
 
 
@@ -973,7 +973,7 @@ S
 BT
 300.6390024 622.123 Td
 /F1.0 10.5 Tf
-<3536204d42> Tj
+<3535204d42> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1195,7 +1195,7 @@ S
 BT
 134.3730008 527.443 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1230,14 +1230,14 @@ S
 BT
 217.5060016 527.443 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 513.163 Td
 /F1.0 10.5 Tf
-<323031362032323a33373a3439> Tj
+<323031372032313a34333a3339> Tj
 ET
 
 
@@ -1279,7 +1279,7 @@ S
 BT
 300.6390024 527.443 Td
 /F1.0 10.5 Tf
-<3439204d42> Tj
+<3438204d42> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1506,7 +1506,7 @@ S
 BT
 134.3730008 418.483 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1541,14 +1541,14 @@ S
 BT
 217.5060016 418.483 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 404.203 Td
 /F1.0 10.5 Tf
-<323031362032323a33363a3132> Tj
+<323031372032313a34313a3435> Tj
 ET
 
 
@@ -1590,7 +1590,7 @@ S
 BT
 300.6390024 418.483 Td
 /F1.0 10.5 Tf
-<3439204d42> Tj
+<3438204d42> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1812,7 +1812,7 @@ S
 BT
 134.3730008 323.803 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -1847,14 +1847,14 @@ S
 BT
 217.5060016 323.803 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 309.523 Td
 /F1.0 10.5 Tf
-<323031362032323a33303a3231> Tj
+<323031372032313a34303a3237> Tj
 ET
 
 
@@ -1896,7 +1896,7 @@ S
 BT
 300.6390024 323.803 Td
 /F1.0 10.5 Tf
-<3334204d42> Tj
+<204d42> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -2123,7 +2123,7 @@ S
 BT
 134.3730008 214.843005 Td
 /F1.0 10.5 Tf
-<372e302e32> Tj
+<372e302e33> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ -2158,14 +2158,14 @@ S
 BT
 217.5060016 214.843005 Td
 /F1.0 10.5 Tf
-<4672692c203131204e6f76> Tj
+<5475652c203037204d6172> Tj
 ET
 
 
 BT
 217.5060016 200.563005 Td
 /F1.0 10.5 Tf
-<323031362032323a32393a3038> Tj
+<323031372032313a33393a3138> Tj
 ET
 
 
@@ -2207,7 +2207,7 @@ S
 BT
 300.6390024 214.843005 Td
 /F1.0 10.5 Tf
-<3335204d42> Tj
+<3334204d42> Tj
 ET
 
 0.000 0.000 0.000 scn
@@ 

svn commit: r1786652 [11/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advance

2017-03-13 Thread rmannibucau
Modified: tomee/site/trunk/content/download-ng.html
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/download-ng.html?rev=1786652&r1=1786651&r2=1786652&view=diff
==
--- tomee/site/trunk/content/download-ng.html (original)
+++ tomee/site/trunk/content/download-ng.html Mon Mar 13 10:02:44 2017
@@ -133,8 +133,56 @@ only TomEE 1.x WebProfile and JAX-RS dis
 
 
 Apache 
TomEE plume
+7.0.3
+Tue, 07 
Mar 2017 21:47:50 GMT
+55 
MB
+tar.gz
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz";> tar.gz http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.asc";> asc
+
+
+Apache 
TomEE plume
+7.0.3
+Tue, 07 
Mar 2017 21:45:35 GMT
+55 
MB
+zip
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.zip";> zip http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.zip.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.zip.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plume.zip.asc";> asc
+
+
+Apache 
TomEE plus
+7.0.3
+Tue, 07 
Mar 2017 21:43:39 GMT
+48 
MB
+tar.gz
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz";> tar.gz http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.asc";> asc
+
+
+Apache 
TomEE plus
+7.0.3
+Tue, 07 
Mar 2017 21:41:45 GMT
+48 
MB
+zip
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.zip";> zip http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.zip.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.zip.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-plus.zip.asc";> asc
+
+
+Apache 
TomEE webprofile
+7.0.3
+Tue, 07 
Mar 2017 21:40:27 GMT
+33 
MB
+tar.gz
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz";> tar.gz http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.asc";> asc
+
+
+Apache 
TomEE webprofile
+7.0.3
+Tue, 07 
Mar 2017 21:39:18 GMT
+34 
MB
+zip
+http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip";> zip http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.asc";> asc
+
+
+Apache 
TomEE plume
 7.0.2
-Fri, 11 
Nov 2016 22:41:15 GMT
+Sun, 06 
Nov 2016 19:13:59 GMT
 55 
MB
 tar.gz
 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.tar.gz";> tar.gz http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.tar.gz.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.tar.gz.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.tar.gz.asc";> asc
@@ -142,40 +190,40 @@ only TomEE 1.x WebProfile and JAX-RS dis
 
 Apache 
TomEE plume
 7.0.2
-Fri, 11 
Nov 2016 22:39:25 GMT
-56 
MB
+Sun, 06 
Nov 2016 19:05:57 GMT
+55 
MB
 zip
 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.zip";> zip http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.zip.sha1";> sha1 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.zip.md5";> md5 http://repo.maven.apache.org/maven2/org/apache/tomee/apache-tomee/7.0.2/apache-tomee-7.0.2-plume.zip.asc";> asc
 
 
 Apache 
TomEE plus
 7.0.2
-Fri, 11 
Nov 2016 22:37:49 GMT
-49 
MB
+Sun, 06 
Nov 2016 18:58:09 GMT
+48 
MB
 tar.gz
 

svn commit: r1786652 [7/13] - in /tomee/site/trunk: content/ content/admin/ content/admin/cluster/ content/admin/configuration/ content/advanced/ content/advanced/applicationcomposer/ content/advanced

2017-03-13 Thread rmannibucau
Added: tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.pdf
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.pdf?rev=1786652&view=auto
==
--- tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.pdf (added)
+++ tomee/site/trunk/content/blog/2017/tomee-7.0.3-released.pdf Mon Mar 13 
10:02:44 2017
@@ -0,0 +1,2422 @@
+%PDF-1.3
+%
+1 0 obj
+<< /Title (TomEE 7.0.3 Released)
+/Creator (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
+/Producer (Asciidoctor PDF 1.5.0.alpha.11, based on Prawn 1.3.0)
+/CreationDate (D:20170313110027+01'00')
+/ModDate (D:20170313110027+01'00')
+>>
+endobj
+2 0 obj
+<< /Type /Catalog
+/Pages 3 0 R
+/Names 12 0 R
+/Outlines 57 0 R
+/PageLabels 64 0 R
+/PageMode /UseOutlines
+/OpenAction [7 0 R /FitH 842.89]
+/ViewerPreferences << /DisplayDocTitle true
+>>
+>>
+endobj
+3 0 obj
+<< /Type /Pages
+/Count 3
+/Kids [7 0 R 10 0 R 39 0 R]
+>>
+endobj
+4 0 obj
+<< /Length 2
+>>
+stream
+q
+
+endstream
+endobj
+5 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 4 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+>>
+>>
+endobj
+6 0 obj
+<< /Length 244
+>>
+stream
+q
+/DeviceRGB cs
+0.600 0.600 0.600 scn
+/DeviceRGB CS
+0.600 0.600 0.600 SCN
+
+BT
+270.55419921874994 351.364496 Td
+/F1.0 27 Tf
+[<54> 29.78515625 <6f6d454520372e302e332052656c6561736564>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+Q
+
+endstream
+endobj
+7 0 obj
+<< /Type /Page
+/Parent 3 0 R
+/MediaBox [0 0 595.28 841.89]
+/Contents 6 0 R
+/Resources << /ProcSet [/PDF /Text /ImageB /ImageC /ImageI]
+/Font << /F1.0 8 0 R
+>>
+>>
+>>
+endobj
+8 0 obj
+<< /Type /Font
+/BaseFont /OQ+NotoSerif
+/Subtype /TrueType
+/FontDescriptor 66 0 R
+/FirstChar 32
+/LastChar 255
+/Widths 68 0 R
+/ToUnicode 67 0 R
+>>
+endobj
+9 0 obj
+<< /Length 17238
+>>
+stream
+q
+/DeviceRGB cs
+0.200 0.200 0.200 scn
+/DeviceRGB CS
+0.200 0.200 0.200 SCN
+
+1.362 Tw
+
+BT
+48.24 791.0774285714285 Td
+/F1.0 13 Tf
+[<4161706368652054> 29.78515625 
<6f6d454520372e302e33206a75737420676f742072656c65617365642e20497420697320617661696c61626c6520617320757375616c206f6e2063656e7472>
 20.01953125 <616c206f72206f7572>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 771.5402857142857 Td
+/F1.0 13 Tf
+<646f776e6c6f616420706167652e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+3.096 Tw
+
+BT
+48.24 740.0031428571427 Td
+/F1.0 13 Tf
+[<4d6f7374207369676e69666963616e74206368616e67657320617265206c696e6b> 
20.01953125 <656420746f2074686520646570656e64656e63792075706772> 20.01953125 
<6164657320627574207365766572> 20.01953125 <616c>] TJ
+ET
+
+
+0.000 Tw
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 720.46599 Td
+/F1.0 13 Tf
+<62756766697865732063616e20626520696e746572657374696e672061732077656c6c2e> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 688.9288571428569 Td
+/F1.0 13 Tf
+<5468652072656c65617365206e6f74652069732074686520666f6c6c6f77696e67206f6e653a> 
Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+48.24 643.9082857142856 Td
+/F2.0 22 Tf
+<427567> Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.880501 614.7202857142856 Td
+/F1.0 10.5 Tf
+ Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+66.240001 614.7202857142856 Td
+/F1.0 10.5 Tf
+[<54> 20.01953125 <4f4d45452d31383734>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+129.901294921875 614.7202857142856 Td
+/F1.0 10.5 Tf
+[<202d202020202020202020446f206e6f7420696e6a6563742043444920696620746865206170706c69636174696f6e206973206265696e6720756e6465706c6f>
 20.01953125 <796564>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+56.880501 592.9402857142857 Td
+/F1.0 10.5 Tf
+ Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+0.000 Tc
+0.259 0.545 0.792 scn
+0.259 0.545 0.792 SCN
+
+BT
+66.240001 592.9402857142857 Td
+/F1.0 10.5 Tf
+[<54> 20.01953125 <4f4d45452d31383937>] TJ
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN
+
+BT
+129.901294921875 592.9402857142857 Td
+/F1.0 10.5 Tf
+<202d2020202020202020204364695265736f7572636550726f7669646572206d61736b7320637269746963616c206572726f7220696e20496e6a656374696f6e457863657074696f6e>
 Tj
+ET
+
+0.000 0.000 0.000 SCN
+0.000 0.000 0.000 scn
+
+-0.500 Tc
+0.200 0.200 0.200 scn
+0.200 0.200 0.200 SCN

[jira] [Updated] (TOMEE-1697) javamail: sending email fails

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1697:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> javamail: sending email fails
> -
>
> Key: TOMEE-1697
> URL: https://issues.apache.org/jira/browse/TOMEE-1697
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 1.7.3
> Environment: Linux (Ubuntu 14.04.3 LTS), Oracle Java 1.8.0_66
>Reporter: Tamás Greguss
> Fix For: 7.0.4
>
>
> Sending email fails. javamail's Transport.send(...) function throws an 
> exception. The same code works fine with previous versions of TomEE which 
> includes javamail 1.8.3. But TomEE 1.7.3 upgraded to javamail 1.9.0-alpha2 
> which does not work well.
> If in TomEE 1.7.3 lib folder I change the content of 
> geronimo-javamail_1.4_mail-1.9.0-alpha-2.jar file to the previous 
> geronimo-javamail_1.4_mail-1.8.3.jar, it also works well.
> Here is the code that works fine with sendmail 1.8.3 in TomEE 1.7.1 but fails 
> with sendmail.1.9.0-alpha2 in TomEE 1.7.3:
>  (This is a low level code only. But using apache commons email library which 
> uses java.mail in the background, also fails.)
> {code:title=MailSender.java|borderStyle=solid}
> public static void SendWithGMailSSL( String email_to, String subject, String 
> text, String email_from, final String senderuser, final String senderpass ) {
>   Properties props = new Properties();
>   props.put("mail.smtp.host", "smtp.gmail.com");
>   props.put("mail.smtp.socketFactory.port", "465");
>   props.put("mail.smtp.socketFactory.class", 
> "javax.net.ssl.SSLSocketFactory");
>   props.put("mail.smtp.auth", "true");
>   props.put("mail.smtp.port", "465");
>   Session session;
>   try {
>   session = Session.getInstance(props, new 
> javax.mail.Authenticator() {
>   @Override
>   protected PasswordAuthentication 
> getPasswordAuthentication() {
>   return new PasswordAuthentication(senderuser, 
> senderpass);
>   }
>   });
>   } catch (Exception e) {
>   throw new RuntimeException(e);
>   }
>   try {
>   Message message = new MimeMessage(session);
>   message.setFrom(new InternetAddress(email_from));
>   message.setRecipients(Message.RecipientType.TO, 
> InternetAddress.parse(email_to));
>   message.setSubject(subject);
>   message.setText(text);
>   Transport.send(message);
>   //System.out.println("e-mail sending done.");
>   } catch (MessagingException e) {
>   throw new RuntimeException(e);
>   }
> }
> {code}
> The calling of Transport.send(message) throws an exception:
> {noformat}
> javax.mail.SendFailedException: Send failure (javax.mail.MessagingException: 
> Connection error (java.io.IOException: Error connecting to smtp.gmail.com, 
> 465))
>   at javax.mail.Transport.send(Transport.java:163)
>   at javax.mail.Transport.send(Transport.java:48)
>   at com.gbit.lib.GBITMail.SendWithGMailSSL(GBITMail.java:136)
>   at com.gbit.lib.GBITMail.SendMail(GBITMail.java:103)
>   at 
> com.gbit.efoglalo.test.UnitTestMB.testSendingEmailOld(UnitTestMB.java:503)
>   at 
> com.gbit.efoglalo.test.UnitTestMB$$OwbNormalScopeProxy0.testSendingEmailOld(com/gbit/efoglalo/test/UnitTestMB.java)
>   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>   at 
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
>   at 
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>   at java.lang.reflect.Method.invoke(Method.java:497)
>   at org.apache.el.parser.AstValue.invoke(AstValue.java:278)
>   at 
> org.apache.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:273)
>   at 
> org.apache.myfaces.view.facelets.el.ContextAwareTagMethodExpression.invoke(ContextAwareTagMethodExpression.java:96)
>   at 
> javax.faces.event.MethodExpressionActionListener.processAction(MethodExpressionActionListener.java:88)
>   at javax.faces.event.ActionEvent.processListener(ActionEvent.java:51)
>   at 
> javax.faces.component.UIComponentBase.broadcast(UIComponentBase.java:420)
>   at javax.faces.component.UICommand.broadcast(UICommand.java:103)
>   at javax.faces.component.UIViewRoot._broadcastAll(UIViewRoot.java:1041)
>   at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:289)
>   at javax.faces.component.UIViewRoot._process(UIViewRoot.java:1415)
>   at 
> javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:765)
>   at 
> org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(Inv

[jira] [Updated] (TOMEE-1666) Remove BootstrapTransformer once work is done - no need to see all classes + disable by default web scanning in org.apache.openejb.persistence.PersistenceBootstrap#bootst

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1666?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1666:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Remove BootstrapTransformer once work is done - no need to see all classes + 
> disable by default web scanning in 
> org.apache.openejb.persistence.PersistenceBootstrap#bootstrap
> -
>
> Key: TOMEE-1666
> URL: https://issues.apache.org/jira/browse/TOMEE-1666
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 7.0.0-M1
>Reporter: Romain Manni-Bucau
>Assignee: Romain Manni-Bucau
>Priority: Minor
> Fix For: 7.0.4
>
>
> Cutting web scanning is for performance reason and is very rarely needed
> Removing the transformer avoids few potential classloading runtime issues in 
> some env.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1320) Drop or deprecate JAXR 1.0

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1320:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Drop or deprecate JAXR 1.0
> --
>
> Key: TOMEE-1320
> URL: https://issues.apache.org/jira/browse/TOMEE-1320
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Drop or deprecate JAXR 1.0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1945) extract TomEEEmbeddedSingleRunner logic in org.apache.tomee.embedded.TomEEEmbeddedApplicationRunner

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1945:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> extract TomEEEmbeddedSingleRunner logic in 
> org.apache.tomee.embedded.TomEEEmbeddedApplicationRunner
> ---
>
> Key: TOMEE-1945
> URL: https://issues.apache.org/jira/browse/TOMEE-1945
> Project: TomEE
>  Issue Type: New Feature
>Reporter: Romain Manni-Bucau
>Assignee: Romain Manni-Bucau
> Fix For: 7.0.4
>
>
> Goal is to ensure this is reusable not only for tests:
> {code:java}
> @Application
> @Classes(context = "app")
> public class MyApp {
> public static void main(final String[] args) {
> TomEEEmbeddedApplicationRunner.run(new MyApp(), args);
> }
> }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1318) Drop or deprecate EJB Entity Beans Support

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1318:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Drop or deprecate EJB Entity Beans Support
> --
>
> Key: TOMEE-1318
> URL: https://issues.apache.org/jira/browse/TOMEE-1318
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Drop or deprecate EJB Entity Beans Support



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1985) SessionBean ejbCreate invoked potentially twice

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1985:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> SessionBean ejbCreate invoked potentially twice
> ---
>
> Key: TOMEE-1985
> URL: https://issues.apache.org/jira/browse/TOMEE-1985
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 1.7.4, 7.0.2
>Reporter: David Blevins
>Assignee: David Blevins
> Fix For: 1.7.5, 7.0.4
>
>
> When an EJB 2.x style Stateless session bean implements the 
> {{javax.ejb.SessionBean}} interface, the "ejbCreate" method is invoked twice 
> if the method signature is {{public void ejbCreate()}}
> If the method signature is {{public void ejbCreateObject()}} or otherwise has 
> a suffix as is allowed in the EJB spec, it is only invoked once as intended.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1302) Support JSR 236 - Concurrency Utilities for Java EE

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1302:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Support JSR 236 - Concurrency Utilities for Java EE
> ---
>
> Key: TOMEE-1302
> URL: https://issues.apache.org/jira/browse/TOMEE-1302
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Support JSR 236 - Concurrency Utilities for Java EE



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1287) Intermittent test failure org.apache.openejb.server.ssh.SSHServerTest

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1287?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1287:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Intermittent test failure org.apache.openejb.server.ssh.SSHServerTest
> -
>
> Key: TOMEE-1287
> URL: https://issues.apache.org/jira/browse/TOMEE-1287
> Project: TomEE
>  Issue Type: Task
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Intermittent test failure org.apache.openejb.server.ssh.SSHServerTest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1416) [CQ] Removal of unnecessary null checks.

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1416?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1416:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> [CQ] Removal of unnecessary null checks.
> 
>
> Key: TOMEE-1416
> URL: https://issues.apache.org/jira/browse/TOMEE-1416
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
>
> There are several locations where variables are definitely _null_ or _not 
> null_ . These locations should be cleaned up.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1323) Ensure full support of JSR-919 JavaMail 1.5

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1323:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-919 JavaMail 1.5
> ---
>
> Key: TOMEE-1323
> URL: https://issues.apache.org/jira/browse/TOMEE-1323
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-919 JavaMail 1.5



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1867) Investigate FileNotFoundException warning

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1867:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Investigate FileNotFoundException warning
> -
>
> Key: TOMEE-1867
> URL: https://issues.apache.org/jira/browse/TOMEE-1867
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 1.7.4
> Environment: Windows
>Reporter: Andy Gumbrecht
>Priority: Trivial
> Fix For: 1.7.5, 7.0.4
>
>
> Only a warning, but wondering why this broken path is generated:
> 2016-07-15 11:00:35 WARN  FileZippedJarVisitor:74 - HHH015010: Unable to find 
> file (ignored): 
> file:/C:/Integration/workspace/project/project-service-impl/jar:file:/C:/repository/com/company/division/app/app-service-impl/1.2.3/app-service-impl-1.2.3.jar!/META-INF/persistence.xml
> java.io.FileNotFoundException: 
> C:\Integration\workspace\project\project-service-impl\jar:file:\C:\repository\com\company\division\app\app-service-impl\1.2.3\app-service-impl-1.2.3.jar!\META-INF\persistence.xml
>  (Die Syntax für den Dateinamen, Verzeichnisnamen oder die 
> Datenträgerbezeichnung ist falsch)
>   at java.util.zip.ZipFile.open(Native Method)
>   at java.util.zip.ZipFile.(ZipFile.java:215)
>   at java.util.zip.ZipFile.(ZipFile.java:145)
>   at java.util.jar.JarFile.(JarFile.java:154)
>   at java.util.jar.JarFile.(JarFile.java:91)
>   at 
> org.hibernate.ejb.packaging.FileZippedJarVisitor.doProcessElements(FileZippedJarVisitor.java:70)
>   at 
> org.hibernate.ejb.packaging.AbstractJarVisitor.getMatchingEntries(AbstractJarVisitor.java:149)
>   at 
> org.hibernate.ejb.packaging.NativeScanner.getClassesInJar(NativeScanner.java:128)
>   at 
> org.hibernate.ejb.Ejb3Configuration.addScannedEntries(Ejb3Configuration.java:488)
>   at 
> org.hibernate.ejb.Ejb3Configuration.scanForClasses(Ejb3Configuration.java:862)
>   at 
> org.hibernate.ejb.Ejb3Configuration.configure(Ejb3Configuration.java:607)
>   at 
> org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:75)
>   at 
> org.apache.openejb.assembler.classic.EntityManagerFactoryCallable.call(EntityManagerFactoryCallable.java:64)
>   at 
> org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.createDelegate(ReloadableEntityManagerFactory.java:116)
>   at 
> org.apache.openejb.assembler.classic.ReloadableEntityManagerFactory.(ReloadableEntityManagerFactory.java:102)
>   at 
> org.apache.openejb.assembler.classic.PersistenceBuilder.createEntityManagerFactory(PersistenceBuilder.java:154)
>   at 
> org.apache.openejb.assembler.classic.Assembler.loadPersistenceUnits(Assembler.java:985)
>   at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:744)
>   at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:680)
>   at 
> org.apache.openejb.assembler.classic.Assembler.createApplication(Assembler.java:676)
>   at 
> org.apache.openejb.testing.ApplicationComposers.before(ApplicationComposers.java:830)
>   at 
> org.apache.openejb.testing.ApplicationComposers.evaluate(ApplicationComposers.java:984)
>   at 
> org.apache.openejb.junit.DeployApplication.evaluate(DeployApplication.java:40)
>   at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
>   at 
> org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
>   at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
>   at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
>   at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
>   at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
>   at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
>   at org.junit.runners.ParentRunner.run(ParentRunner.java:363)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1943) Tomee blows up when it finds tags in beans.xml which it doesn't know

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1943:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Tomee blows up when it finds tags in beans.xml which it doesn't know
> 
>
> Key: TOMEE-1943
> URL: https://issues.apache.org/jira/browse/TOMEE-1943
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 1.7.4, 7.0.1
>Reporter: Mark Struberg
>Assignee: Mark Struberg
> Fix For: 7.0.4
>
>
> We blow up heavily if we find a tag in e.g. beans.xml which we don't know.
> This is really sad since OWB has additional tags since many years and Weld 
> also has them. 
> A hardcoded 'ignore' hack got added for Weld, but not for OWB. 
> We must only log out a warning if we detect a tag or attribute we don't know, 
> but must not blow up. This really limits us.
> There is a simple trick to work around this:
> @XmlAnyElement(lax = true)
> private List unknownElements;
> + log out those values manually afterwards.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1305) Ensure full support of JSR-344 JavaServer Faces 2.2

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1305:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-344 JavaServer Faces 2.2
> ---
>
> Key: TOMEE-1305
> URL: https://issues.apache.org/jira/browse/TOMEE-1305
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-344 JavaServer Faces 2.2



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1683) Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 but not in 7.0.0-M1

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1683:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Tests for JAX-RS Webservice based on EJBContainerRunner work in OpenEJB 4.7.3 
> but not in 7.0.0-M1
> -
>
> Key: TOMEE-1683
> URL: https://issues.apache.org/jira/browse/TOMEE-1683
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.0-M1
> Environment: MacOS-10.11.2 / Linux (Ubuntu 14.04 LTS) - Maven 3.3.9 - 
> Java 8 (Oracle, 1.8.0-b66)
>Reporter: Martin Wiesner
>  Labels: maven, test
> Fix For: 7.0.4
>
>
> I got a couple of JUnit Tests (> 200) based on 
> @RunWith(EJBContainerRunner.class) annotation which stopped working when 
> codebase is updated to use/run with TomEE/OpenEJB 7.0.0-M1. 
> I reproduced this on several projects and build a minimal example that shows 
> that the given Test passes with OpenEJB 4.7.3 and TomEE 1.7.3 (or: 1.7.2) but 
> not when we use "7.0.0-M1". The pom.xml of the example project has commented 
> lines for the older variant in order to quickly switch the environment.
> Demo Project is available for download here:
> https://download.mi.hs-heilbronn.de/tomee/ejb-container-runner-demo-ws.zip
> As it seems, the environment launched via "@EJBContainerRunner" does not 
> start/expose the JAX-RS annotated webservice endpoint so clients can send 
> requests. Again, in 4.7.3/1.7.3 this worked like a charm. When we run the 
> project via maven goal "tomee:run" the endpoint is exposed and clients can 
> successfully send requests and receive HTTP 20x codes as a reply.
> Maybe [~rmannibucau] could have a look at it?



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1311) Ensure full support of JSR 346 Contexts and Dependency Injection for Java EE 1.1

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1311:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR 346 Contexts and Dependency Injection for Java EE 
> 1.1
> 
>
> Key: TOMEE-1311
> URL: https://issues.apache.org/jira/browse/TOMEE-1311
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR 346 Contexts and Dependency Injection for Java EE 
> 1.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1417) [TEST] Incorrect test function PropertiesTest assertTest

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1417:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> [TEST] Incorrect test function PropertiesTest assertTest
> 
>
> Key: TOMEE-1417
> URL: https://issues.apache.org/jira/browse/TOMEE-1417
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Trivial
> Fix For: 7.0.4
>
>
> The helper function _PropertiesTest$assertProperties_ contains an invalid 
> comparison for a different property:
> {code:java}
> if (expectedValue != expectedValue && (expectedValue == null || 
> !expectedValue.equals(actual))) {
>   ...
> }
> {code}
> The comparison *expectedValue != expectedValue* obviously always returns 
> false so the contained code will never be executed.
> Furthermore the only use cases of this function returns at it's entry due to 
> the fact that the supplied parameters are always equal.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1313) Ensure full support of JSR-322 Java EE Connector Architecture 1.7

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1313:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-322 Java EE Connector Architecture 1.7
> -
>
> Key: TOMEE-1313
> URL: https://issues.apache.org/jira/browse/TOMEE-1313
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-322 Java EE Connector Architecture 1.7



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1525) tomee.bat complains about 'input line too long' when deploying big projects

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1525:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> tomee.bat complains about 'input line too long' when deploying big projects
> ---
>
> Key: TOMEE-1525
> URL: https://issues.apache.org/jira/browse/TOMEE-1525
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
> Environment: Windows.
>Reporter: Mark Struberg
> Fix For: 7.0.4
>
>
> tomee.bat complains about 'input line too long' when deploying big projects
> This comes from using -cp on the command to start the jvm. But if there are 
> too many classpath entries then the commandline exceeds the limit of 8k.
> We should use the environment variable CLASSPATH instead.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1399) Potential NPE in Assembler

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1399:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Potential NPE in Assembler
> --
>
> Key: TOMEE-1399
> URL: https://issues.apache.org/jira/browse/TOMEE-1399
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
> Attachments: tomee-1399.patch
>
>
> There is a test whether _AppContext_ is _null_ or not. But it's dereferenced 
> ahead of this test so a _null_ value would still cause an NPE.
> See: 
> https://kasisoft.com/stash/projects/TOMEE/repos/tomee/commits/d0b85235aacd0a39559abcab677438c056e8aa81



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1618) Replace three register maps in Container in favour of one

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1618?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1618:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Replace three register maps in Container in favour of one
> -
>
> Key: TOMEE-1618
> URL: https://issues.apache.org/jira/browse/TOMEE-1618
> Project: TomEE
>  Issue Type: Improvement
>  Components: TomEE Core Server
>Affects Versions: 7.0.0
>Reporter: Alex
>Assignee: Alex
>Priority: Trivial
>  Labels: newbie
> Fix For: 7.0.4
>
>
> The class org.apache.tomee.embedded.Container currently uses three internal 
> ly managed maps to register following information:
> moduleIds, appContexts and appInfos.
> The key used in each of the map is the name of the application.
> The suggested improvement is to introduce a multimap. I think however, it 
> would be cleaner to define an inner class that can hold the information 
> above, and have one map that maps the name to an instance of this class.
> Drawback is an extra null check, but overall I think this better.
> Additionally, this class does not have many unittests so I'd like to add 
> those as well.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1378) @Override annotations should be used wherever necessary

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1378:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> @Override annotations should be used wherever necessary
> ---
>
> Key: TOMEE-1378
> URL: https://issues.apache.org/jira/browse/TOMEE-1378
> Project: TomEE
>  Issue Type: Improvement
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
> Attachments: override.patch
>
>
> Overriding methods should be annotated with _@Override_



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1307) Ensure full support of JSR-339 The Java API for RESTful Web Services 2.0 (JAX-RS)

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1307?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1307:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-339 The Java API for RESTful Web Services 2.0 
> (JAX-RS)
> -
>
> Key: TOMEE-1307
> URL: https://issues.apache.org/jira/browse/TOMEE-1307
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-339 The Java API for RESTful Web Services 2.0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1395) Invalid package in example: simple-mdb-with-descriptor

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1395?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1395:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Invalid package in example: simple-mdb-with-descriptor
> --
>
> Key: TOMEE-1395
> URL: https://issues.apache.org/jira/browse/TOMEE-1395
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
> Attachments: tomee-1395.patch
>
>
> Just an invalid package name. A corresponding diff can be found here:
> https://kasisoft.com/stash/projects/TOMEE/repos/tomee/commits/e8f8d08b5733bd93a090fe2ff9e5dbe7f95f817e



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1291) Example Moviefun updated to servlet 3.1 and bootstrap 3.2.0

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1291?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1291:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Example Moviefun updated to servlet 3.1 and bootstrap 3.2.0
> ---
>
> Key: TOMEE-1291
> URL: https://issues.apache.org/jira/browse/TOMEE-1291
> Project: TomEE
>  Issue Type: Improvement
>Reporter: Helio Frota
>Priority: Trivial
>  Labels: patch
> Fix For: 7.0.4
>
> Attachments: TOMEE-1291.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1688) Retry authentication if client identity is not logged in

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1688:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Retry authentication if client identity is not logged in
> 
>
> Key: TOMEE-1688
> URL: https://issues.apache.org/jira/browse/TOMEE-1688
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 1.7.3
>Reporter: Jonathan Gallimore
>Assignee: Jonathan Gallimore
> Fix For: 7.0.4
>
> Attachments: tomee-1688.patch
>
>
> We are periodically seeing this exception: using 1.7.3:
> javax.security.auth.login.LoginException: Identity is not currently logged 
> in: 4c201f33-5181-474b-b57a-854ee019bc26
> at 
> org.apache.openejb.core.security.AbstractSecurityService.associate(AbstractSecurityService.java:219)
> at 
> org.apache.openejb.core.security.AbstractSecurityService.associate(AbstractSecurityService.java:61)
> at 
> org.apache.openejb.core.ivm.BaseEjbProxyHandler.invoke(BaseEjbProxyHandler.java:287)
> at com.sun.proxy.$Proxy70.create(Unknown Source)
> at 
> org.apache.openejb.core.ivm.naming.BusinessRemoteReference.getObject(BusinessRemoteReference.java:36)
> at org.apache.openejb.core.ivm.naming.IvmContext.lookup(IvmContext.java:175)
> at 
> org.apache.openejb.server.ejbd.JndiRequestHandler.doLookup(JndiRequestHandler.java:261)
> at 
> org.apache.openejb.server.ejbd.JndiRequestHandler.processResponse(JndiRequestHandler.java:174)
> at 
> org.apache.openejb.server.ejbd.EjbDaemon.processJndiResponse(EjbDaemon.java:360)
> at org.apache.openejb.server.ejbd.EjbDaemon.service(EjbDaemon.java:272)
> at org.apache.openejb.server.ejbd.EjbServer.service(EjbServer.java:86)
> at 
> org.apache.openejb.server.httpd.ServerServlet.service(ServerServlet.java:58)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
> at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
> at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
> at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
> at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
> at org.apache.tomee.catalina.OpenEJBValve.invoke(OpenEJBValve.java:44)
> at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
> at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
> at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:950)
> at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
> at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
> at 
> org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1079)
> at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:620)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1741)
> at 
> org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1700)
> at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
> at java.lang.Thread.run(Thread.java:745)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1908) Proxy for JCA connections does not implement interface

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1908?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1908:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Proxy for JCA connections does not implement interface
> --
>
> Key: TOMEE-1908
> URL: https://issues.apache.org/jira/browse/TOMEE-1908
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 7.0.0, 7.0.1
>Reporter: Kilian Matt
>Assignee: Romain Manni-Bucau
>  Labels: patch-available
> Fix For: 7.0.4
>
> Attachments: AutoConnectionTrackerTest.java, TOMEE-1908.patch
>
>
> When the connection implementation of a JCA resource adapter does not contain 
> any implements clauses in the class declaration, the proxy will not implement 
> any interfaces.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1319) Drop or deprecate JAX-RPC 1.1 Support

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1319?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1319:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Drop or deprecate JAX-RPC 1.1 Support
> -
>
> Key: TOMEE-1319
> URL: https://issues.apache.org/jira/browse/TOMEE-1319
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Drop or deprecate JAX-RPC 1.1 Support



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1314) Ensure full support of JSR-338 Java Persistence 2.1

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1314?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1314:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-338 Java Persistence 2.1
> ---
>
> Key: TOMEE-1314
> URL: https://issues.apache.org/jira/browse/TOMEE-1314
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-338 Java Persistence 2.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1461) Need a machine global mechanism for 'get next available port' to prevent 'address in use' issues

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1461:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Need a machine global mechanism for 'get next available port' to prevent 
> 'address in use' issues
> 
>
> Key: TOMEE-1461
> URL: https://issues.apache.org/jira/browse/TOMEE-1461
> Project: TomEE
>  Issue Type: Improvement
>Reporter: Andy Gumbrecht
>Assignee: Andy Gumbrecht
>Priority: Minor
> Fix For: 7.0.4
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1310) Ensure full support of JSR-318 Interceptors 1.1

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1310:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-318 Interceptors 1.1
> ---
>
> Key: TOMEE-1310
> URL: https://issues.apache.org/jira/browse/TOMEE-1310
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-318 Interceptors 1.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1868) Prevent hot deployment of "filepart" archives

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1868:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Prevent hot deployment of "filepart" archives
> -
>
> Key: TOMEE-1868
> URL: https://issues.apache.org/jira/browse/TOMEE-1868
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 1.7.4, 7.0.1
>Reporter: Andy Gumbrecht
> Fix For: 1.7.5, 7.0.4
>
>
> Dropping an application war into webapps sometimes deploys the partially 
> extracted war file with the [appname].filepart and then [appname]. This 
> obviously breaks both deployments and the only solution is to delete both, 
> wait for the undeploy, and then redeploy.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1419) [CQ] Removal and cleanup of redundant and unnecessary expressions

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1419:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> [CQ] Removal and cleanup of redundant and unnecessary expressions
> -
>
> Key: TOMEE-1419
> URL: https://issues.apache.org/jira/browse/TOMEE-1419
> Project: TomEE
>  Issue Type: Improvement
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
>
> The codebase currently contains several needless expressions like f.e.
> {code:java}
> File f = ...
> if(f.exists() && f.isFile()) { -> if(f.isFile()) {
>...
> }
> {code}
> {code:java}
> URLS.uri(module.getModuleId()) -> module.getModuleUri()
> {code}
> There are many more examples which I won't list here. These should be cleaned 
> up.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1397) Invalid web.xml in example project

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1397:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Invalid web.xml in example project
> --
>
> Key: TOMEE-1397
> URL: https://issues.apache.org/jira/browse/TOMEE-1397
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
>Priority: Minor
> Fix For: 7.0.4
>
> Attachments: tomee-1397.patch
>
>
> The _web.xml_ specifies the value _Transactional_ for a 
> _persistence-context-type_ which is incorrect as it should be _Transaction_ . 
> The corresponding commit on my local git could be found on:
> * 
> https://kasisoft.com/stash/projects/TOMEE/repos/tomee/commits/88315131c9b804fe166c2a909cd749768ab45eef



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1312) Ensure full support of JSR-345 Enterprise JavaBeans 3.2

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1312:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-345 Enterprise JavaBeans 3.2 
> 
>
> Key: TOMEE-1312
> URL: https://issues.apache.org/jira/browse/TOMEE-1312
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-345 Enterprise JavaBeansTM 3.2



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1300) Support JSON JSR 353 - Java API for JSON Processing (JSON-P)

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1300:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Support JSON JSR 353 - Java API for JSON Processing (JSON-P)
> 
>
> Key: TOMEE-1300
> URL: https://issues.apache.org/jira/browse/TOMEE-1300
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Support JSON JSR 353 - Java API for JSON Processing (JSON-P)



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1401) Invalid module lookup of OpenEJBDeploymentManager

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1401?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1401:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Invalid module lookup of OpenEJBDeploymentManager
> -
>
> Key: TOMEE-1401
> URL: https://issues.apache.org/jira/browse/TOMEE-1401
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 7.0.0
>Reporter: Daniel Kasmeroglu
> Fix For: 7.0.4
>
> Attachments: tomee-1401.patch
>
>
> There is an error in the following methods:
> * getAvailableModules
> * getRunningModules
> * getNonRunningModules
> The error makes the parameter _moduleType_ useless as it's basically ignored. 
> I suspect that this is the result of an incomplete refactoring attempt.
> See:
> https://kasisoft.com/stash/projects/TOMEE/repos/tomee/commits/b10129e0f66277e003c7ed9f5912faf1f4c65b78
> Apart from that these methods are basically all equal so they could be 
> combined into a single method (I didn't do that to keep the diff readable).



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1308) Ensure full support of JSR-340 Java Servlet 3.1

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1308:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-340 Java Servlet 3.1
> ---
>
> Key: TOMEE-1308
> URL: https://issues.apache.org/jira/browse/TOMEE-1308
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-340 Java Servlet 3.1



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1315) Ensure full support of JSR-907 JavaTM Transaction API 1.2

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1315?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1315:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-907 JavaTM Transaction API 1.2
> -
>
> Key: TOMEE-1315
> URL: https://issues.apache.org/jira/browse/TOMEE-1315
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-907 JavaTM Transaction API 1.2



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1614) Netbeans Tomcat Plugin Integration Does Not Detected TomeeStarted

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1614:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Netbeans Tomcat Plugin Integration Does Not Detected TomeeStarted
> -
>
> Key: TOMEE-1614
> URL: https://issues.apache.org/jira/browse/TOMEE-1614
> Project: TomEE
>  Issue Type: Bug
>  Components: TomEE Core Server
>Affects Versions: 1.7.3
> Environment: Ubuntu 14 LTS Netbeans latest release
>Reporter: Nuno G. de M
>Priority: Minor
> Fix For: 7.0.4
>
>
> Download the latest TOMEE Plume snapshot release.
> http://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.7.3-SNAPSHOT/
> After that, open your netbeans and on the Services tab add a new Server of 
> type Tomcat or TOMEE.
> Point to the folder where the snapshort tar.gz got extracted.
> Setup a user with the proper rights to administer tomee.
> for example
>  roles="tomcat,tomee-admin,manager-gui,manager-script,admin" username="admin"/>
> Now click start on the tomee server.
> Tomee quickly starts, but the plugin stays active forever stating:
> Waiting for tomcat to start.
> After a while the plugin will show an alert stating that the server failed to 
> start.
> The server started fine.
> NOTE:
> THe netbeans tomee plugin has a second bug that should be filed under a 
> different bug report.
> Which is, when you deploy an application that breaks during deployment, an 
> infinite loop of tomcat trying to repdeploy the broken application will take 
> place.
> I am leting you know of this second as right now I do not have the 
> opprotunity to make you a sample application to reproduce the problem, and 
> therefore will not open a bug report.
> Kindest regards.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1316) Ensure full support of JSR-343 Java Message Service 2.0

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1316:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Ensure full support of JSR-343 Java Message Service 2.0
> ---
>
> Key: TOMEE-1316
> URL: https://issues.apache.org/jira/browse/TOMEE-1316
> Project: TomEE
>  Issue Type: Task
>Affects Versions: 7.0.0
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Ensure full support of JSR-343 Java Message Service 2.0



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1442) Show list of deployed applications (including EARs) in the console

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1442?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1442:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Show list of deployed applications (including EARs) in the console
> --
>
> Key: TOMEE-1442
> URL: https://issues.apache.org/jira/browse/TOMEE-1442
> Project: TomEE
>  Issue Type: New Feature
>Affects Versions: 1.7.1
>Reporter: Jonathan Gallimore
> Fix For: 7.0.4
>
>
> The TomEE gui doesn't currently provide any information other than "Your 
> server is fully installed".
> We should provide a simple screen that lists all of the currently deployed 
> applications including .ear files.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1636) BrokerXmlConfig xbean:file: does not accept a relative path

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1636?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1636:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> BrokerXmlConfig xbean:file: does not accept a relative path
> ---
>
> Key: TOMEE-1636
> URL: https://issues.apache.org/jira/browse/TOMEE-1636
> Project: TomEE
>  Issue Type: Bug
>Affects Versions: 1.7.2
> Environment: NA
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> BrokerXmlConfig xbean:file:conf/activemq.xml resolves to the TomEE bin 
> directory.
> BrokerXmlConfig xbean:file:../conf/activemq.xml fails.
> TomEE should parse and resolve the file path as XBean seems to not use a 
> canonical path to reference this file.
> Possibly worth creating an xbean-spring issue.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (TOMEE-1286) Intermittent test failure org.apache.openejb.itest.legacy.LegacyClientTest

2017-03-13 Thread Romain Manni-Bucau (JIRA)

 [ 
https://issues.apache.org/jira/browse/TOMEE-1286?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Romain Manni-Bucau updated TOMEE-1286:
--
Fix Version/s: (was: 7.0.3)
   7.0.4

> Intermittent test failure org.apache.openejb.itest.legacy.LegacyClientTest
> --
>
> Key: TOMEE-1286
> URL: https://issues.apache.org/jira/browse/TOMEE-1286
> Project: TomEE
>  Issue Type: Task
>Reporter: Andy Gumbrecht
> Fix For: 7.0.4
>
>
> Intermittent test failure org.apache.openejb.itest.legacy.LegacyClientTest



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


svn commit: r18703 - in /release/tomee: 7.0.3/ tomee-7.0.2/ tomee-7.0.3/

2017-03-13 Thread rmannibucau
Author: rmannibucau
Date: Mon Mar 13 08:15:47 2017
New Revision: 18703

Log:
fixing path of tomee 7.0.3 and removing previous one

Added:
release/tomee/tomee-7.0.3/
  - copied from r18702, release/tomee/7.0.3/
Removed:
release/tomee/7.0.3/
release/tomee/tomee-7.0.2/



svn commit: r18702 - /release/tomee/7.0.3/

2017-03-13 Thread rmannibucau
Author: rmannibucau
Date: Mon Mar 13 08:15:13 2017
New Revision: 18702

Log:
tomee 7.0.3 release

Added:
release/tomee/7.0.3/
release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.asc
release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.md5
release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz.sha1
release/tomee/7.0.3/apache-tomee-7.0.3-plume.zip   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-plume.zip.asc
release/tomee/7.0.3/apache-tomee-7.0.3-plume.zip.md5
release/tomee/7.0.3/apache-tomee-7.0.3-plume.zip.sha1
release/tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.asc
release/tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.md5
release/tomee/7.0.3/apache-tomee-7.0.3-plus.tar.gz.sha1
release/tomee/7.0.3/apache-tomee-7.0.3-plus.zip   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-plus.zip.asc
release/tomee/7.0.3/apache-tomee-7.0.3-plus.zip.md5
release/tomee/7.0.3/apache-tomee-7.0.3-plus.zip.sha1
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.asc
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.md5
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.tar.gz.sha1
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip   (with props)
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.asc
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.md5
release/tomee/7.0.3/apache-tomee-7.0.3-webprofile.zip.sha1
release/tomee/7.0.3/examples-7.0.3-src.tar.gz   (with props)
release/tomee/7.0.3/examples-7.0.3-src.tar.gz.asc
release/tomee/7.0.3/examples-7.0.3-src.tar.gz.md5
release/tomee/7.0.3/examples-7.0.3-src.tar.gz.sha1
release/tomee/7.0.3/examples-7.0.3-src.zip   (with props)
release/tomee/7.0.3/examples-7.0.3-src.zip.asc
release/tomee/7.0.3/examples-7.0.3-src.zip.md5
release/tomee/7.0.3/examples-7.0.3-src.zip.sha1
release/tomee/7.0.3/openejb-provisionning-7.0.3.tar.gz   (with props)
release/tomee/7.0.3/openejb-provisionning-7.0.3.tar.gz.asc
release/tomee/7.0.3/openejb-provisionning-7.0.3.tar.gz.md5
release/tomee/7.0.3/openejb-provisionning-7.0.3.tar.gz.sha1
release/tomee/7.0.3/openejb-provisionning-7.0.3.zip   (with props)
release/tomee/7.0.3/openejb-provisionning-7.0.3.zip.asc
release/tomee/7.0.3/openejb-provisionning-7.0.3.zip.md5
release/tomee/7.0.3/openejb-provisionning-7.0.3.zip.sha1
release/tomee/7.0.3/openejb-ssh-7.0.3.tar.gz   (with props)
release/tomee/7.0.3/openejb-ssh-7.0.3.tar.gz.asc
release/tomee/7.0.3/openejb-ssh-7.0.3.tar.gz.md5
release/tomee/7.0.3/openejb-ssh-7.0.3.tar.gz.sha1
release/tomee/7.0.3/openejb-ssh-7.0.3.zip   (with props)
release/tomee/7.0.3/openejb-ssh-7.0.3.zip.asc
release/tomee/7.0.3/openejb-ssh-7.0.3.zip.md5
release/tomee/7.0.3/openejb-ssh-7.0.3.zip.sha1
release/tomee/7.0.3/openejb-standalone-7.0.3.tar.gz   (with props)
release/tomee/7.0.3/openejb-standalone-7.0.3.tar.gz.asc
release/tomee/7.0.3/openejb-standalone-7.0.3.tar.gz.md5
release/tomee/7.0.3/openejb-standalone-7.0.3.tar.gz.sha1
release/tomee/7.0.3/openejb-standalone-7.0.3.zip   (with props)
release/tomee/7.0.3/openejb-standalone-7.0.3.zip.asc
release/tomee/7.0.3/openejb-standalone-7.0.3.zip.md5
release/tomee/7.0.3/openejb-standalone-7.0.3.zip.sha1
release/tomee/7.0.3/tomee-plume-webapp-7.0.3.war   (with props)
release/tomee/7.0.3/tomee-plume-webapp-7.0.3.war.asc
release/tomee/7.0.3/tomee-plume-webapp-7.0.3.war.md5
release/tomee/7.0.3/tomee-plume-webapp-7.0.3.war.sha1
release/tomee/7.0.3/tomee-plus-webapp-7.0.3.war   (with props)
release/tomee/7.0.3/tomee-plus-webapp-7.0.3.war.asc
release/tomee/7.0.3/tomee-plus-webapp-7.0.3.war.md5
release/tomee/7.0.3/tomee-plus-webapp-7.0.3.war.sha1
release/tomee/7.0.3/tomee-project-7.0.3-source-release.zip   (with props)
release/tomee/7.0.3/tomee-project-7.0.3-source-release.zip.asc
release/tomee/7.0.3/tomee-project-7.0.3-source-release.zip.md5
release/tomee/7.0.3/tomee-project-7.0.3-source-release.zip.sha1
release/tomee/7.0.3/tomee-webaccess-7.0.3.war   (with props)
release/tomee/7.0.3/tomee-webaccess-7.0.3.war.asc
release/tomee/7.0.3/tomee-webaccess-7.0.3.war.md5
release/tomee/7.0.3/tomee-webaccess-7.0.3.war.sha1
release/tomee/7.0.3/tomee-webapp-7.0.3.war   (with props)
release/tomee/7.0.3/tomee-webapp-7.0.3.war.asc
release/tomee/7.0.3/tomee-webapp-7.0.3.war.md5
release/tomee/7.0.3/tomee-webapp-7.0.3.war.sha1

Added: release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz
==
Binary file - no diff available.

Propchange: release/tomee/7.0.3/apache-tomee-7.0.3-plume.tar.gz

svn commit: r18701 - /dev/tomee/7.0.3/

2017-03-13 Thread rmannibucau
Author: rmannibucau
Date: Mon Mar 13 07:58:48 2017
New Revision: 18701

Log:
7.0.3 vote passed

Removed:
dev/tomee/7.0.3/