[1/5] tomee git commit: getting rid of the version in arquilian openejb embedded adapter

2015-05-24 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master b6e55f33e -> 5b16879e0 http://git-wip-us.apache.org/repos/asf/tomee/blob/5b16879e/arquillian/arquillian-openejb-embedded/src/test/java/org/apache/openejb/arquillian/openejb/WARArquillianTest.java -

[3/5] tomee git commit: getting rid of the version in arquilian openejb embedded adapter

2015-05-24 Thread rmannibucau
http://git-wip-us.apache.org/repos/asf/tomee/blob/5b16879e/arquillian/arquillian-openejb-embedded-5/src/test/java/org/apache/openejb/arquillian/openejb/WARArquillianTest.java -- diff --git a/arquillian/arquillian-openejb-embedded-

[2/5] tomee git commit: getting rid of the version in arquilian openejb embedded adapter

2015-05-24 Thread rmannibucau
http://git-wip-us.apache.org/repos/asf/tomee/blob/5b16879e/arquillian/arquillian-openejb-embedded/src/main/java/org/apache/openejb/arquillian/openejb/SWClassLoader.java -- diff --git a/arquillian/arquillian-openejb-embedded/src/ma

tomee git commit: some more gId fixes

2015-05-24 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 5b16879e0 -> 9cdde1dcf some more gId fixes Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9cdde1dc Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9cdde1dc Dif

tomee git commit: TOMEE-1592 basic support of java:/ jboss like resource name + basic support of comparable for managed tasks (not yet fully wired)

2015-05-26 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master cdb04c3b9 -> 5a2545310 TOMEE-1592 basic support of java:/ jboss like resource name + basic support of comparable for managed tasks (not yet fully wired) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.

tomee git commit: TOMEE-1593 using a linked set instead of a list for resources.xml

2015-05-26 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 5a2545310 -> 1c5a61370 TOMEE-1593 using a linked set instead of a list for resources.xml Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1c5a6137 Tree: http://git-wip-u

tomee git commit: TOMEE-1594 fixing resource ordering for dependency management. Thanks Jon to have pointed it out and David for its References reference

2015-05-26 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 1c5a61370 -> d16c3bed8 TOMEE-1594 fixing resource ordering for dependency management. Thanks Jon to have pointed it out and David for its References reference Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-w

tomee git commit: avoid circular exception cause of std ServiceId and potentially other common cases like Name

2015-05-26 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master d16c3bed8 -> fbe6e6c6e avoid circular exception cause of std ServiceId and potentially other common cases like Name Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fbe

tomee git commit: using the intended instance of the sorted list

2015-05-26 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master fbe6e6c6e -> d2fdd7632 using the intended instance of the sorted list Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d2fdd763 Tree: http://git-wip-us.apache.org/repos/

tomee git commit: extracting arquillian servlet runner logic in its own method to easily reuse it in children

2015-05-29 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master d2fdd7632 -> 8c0d055b1 extracting arquillian servlet runner logic in its own method to easily reuse it in children Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/8c0d

tomee git commit: abstracting a bit TomEEContainer (protected method for now) to let it easily extended for all cases = remote or embedded

2015-05-29 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 8c0d055b1 -> 8c9a23ad7 abstracting a bit TomEEContainer (protected method for now) to let it easily extended for all cases = remote or embedded Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.or

svn commit: r1682580 - in /tomee/sandbox/arquillian-tomee-catalina: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tomee/ src/main/java/org/apac

2015-05-29 Thread rmannibucau
Author: rmannibucau Date: Sat May 30 06:11:24 2015 New Revision: 1682580 URL: http://svn.apache.org/r1682580 Log: adding to sandbox arquillian-tomee-catalina adapter (PoC) Added: tomee/sandbox/arquillian-tomee-catalina/ tomee/sandbox/arquillian-tomee-catalina/pom.xml tomee/sandbox

tomee git commit: TOMEE-1595 adding @PersistenceRootUrl

2015-06-02 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 8c9a23ad7 -> fc50761ea TOMEE-1595 adding @PersistenceRootUrl Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fc50761e Tree: http://git-wip-us.apache.org/repos/asf/tomee

tomee git commit: TOMEE-1596 ensuring we dont deploy twice at startup and dont delete the deployng file in AutoDeployer

2015-06-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master fc50761ea -> 3a52b81c5 TOMEE-1596 ensuring we dont deploy twice at startup and dont delete the deployng file in AutoDeployer Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/c

tomee git commit: TOMEE-1596 ensuring we dont deploy twice at startup and dont delete the deployng file in AutoDeployer

2015-06-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/tomee-1.7.x dc461c514 -> 809ed6bb5 TOMEE-1596 ensuring we dont deploy twice at startup and dont delete the deployng file in AutoDeployer Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/to

tomee git commit: TOMEE-1597 tomee maven plugin tar gz support

2015-06-04 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3a52b81c5 -> 6656fe849 TOMEE-1597 tomee maven plugin tar gz support Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/6656fe84 Tree: http://git-wip-us.apache.org/repos/as

tomee git commit: no need to make bat executable

2015-06-04 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 6656fe849 -> 084603b47 no need to make bat executable Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/084603b4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/0

tomee git commit: TOMEE-1598 main as customizer in tomee maven plugin

2015-06-04 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 084603b47 -> 430f8dfc8 TOMEE-1598 main as customizer in tomee maven plugin Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/430f8dfc Tree: http://git-wip-us.apache.org/r

tomee git commit: xbean 4.3

2015-06-04 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 430f8dfc8 -> 174831f15 xbean 4.3 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/174831f1 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/174831f1 Diff: http://

tomee git commit: supporting a jcache provider in an app

2015-06-08 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master f5eca0514 -> 8a1e50898 supporting a jcache provider in an app Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/8a1e5089 Tree: http://git-wip-us.apache.org/repos/asf/tome

tomee git commit: bval release

2015-06-09 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 8a1e50898 -> 86aabcab0 bval release Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/86aabcab Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/86aabcab Diff: http

tomee git commit: no need of concurrent G jar anymore

2015-06-09 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 86aabcab0 -> 7672762ea no need of concurrent G jar anymore Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7672762e Tree: http://git-wip-us.apache.org/repos/asf/tomee/t

tomee git commit: TOMEE-1599 ignoring javax.mail.Session properly

2015-06-09 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 7672762ea -> 44451978b TOMEE-1599 ignoring javax.mail.Session properly Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/44451978 Tree: http://git-wip-us.apache.org/repos

tomee git commit: TOMEE-1600 support exploded war in tomee maven plugin

2015-06-09 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 44451978b -> 0cfff22d9 TOMEE-1600 support exploded war in tomee maven plugin Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0cfff22d Tree: http://git-wip-us.apache.org

tomee git commit: get rid of keepServerXmlAsthis - thanks David

2015-06-09 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 0cfff22d9 -> 3f79e41b8 get rid of keepServerXmlAsthis - thanks David Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3f79e41b Tree: http://git-wip-us.apache.org/repos/a

tomee git commit: TOMEE-1603 cdi password cipher basic support

2015-06-10 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3f79e41b8 -> 7066eaa47 TOMEE-1603 cdi password cipher basic support Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/7066eaa4 Tree: http://git-wip-us.apache.org/repos/as

tomee git commit: skipping jcache extension if another jcache provider is set up

2015-06-10 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 7066eaa47 -> 1ebb0ee18 skipping jcache extension if another jcache provider is set up Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1ebb0ee1 Tree: http://git-wip-us.a

tomee git commit: johnzon 0.8

2015-06-13 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 1ebb0ee18 -> 52bf83789 johnzon 0.8 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/52bf8378 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/52bf8378 Diff: http:

tomee git commit: useless var

2015-06-14 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 52bf83789 -> 3ac26c169 useless var Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3ac26c16 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3ac26c16 Diff: http:

tomee git commit: TOMEE-1604 control eviction thread number by stateless container

2015-06-15 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3ac26c169 -> 2af5a3acb TOMEE-1604 control eviction thread number by stateless container Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2af5a3ac Tree: http://git-wip-us

tomee git commit: stdout which shouldnt have been committed

2015-06-15 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 2af5a3acb -> 051517985 stdout which shouldnt have been committed Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/05151798 Tree: http://git-wip-us.apache.org/repos/asf/t

tomee git commit: ensuring running test is right in Sweeper

2015-06-15 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 051517985 -> 49fc65c85 ensuring running test is right in Sweeper Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/49fc65c8 Tree: http://git-wip-us.apache.org/repos/asf/t

[1/2] tomee git commit: skipping cdi if not used at all (resources apps for instance)

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 43581f489 -> 60a2e64f6 skipping cdi if not used at all (resources apps for instance) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/60a2e64f Tree: http://git-wip-us.ap

[2/2] tomee git commit: adding HttpSessionIdListener in web component

2015-06-16 Thread rmannibucau
adding HttpSessionIdListener in web component Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ac8c6590 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/ac8c6590 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/ac

tomee git commit: few more NPE protection against no webbeans context

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 60a2e64f6 -> 02aecf19d few more NPE protection against no webbeans context Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/02aecf19 Tree: http://git-wip-us.apache.org/r

tomee git commit: we need to take into account no bda urls as well to guess if we need to start or not cdi

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 02aecf19d -> b1646d20d we need to take into account no bda urls as well to guess if we need to start or not cdi Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b1646d2

tomee git commit: one more npe check

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master b1646d20d -> fe385b80e one more npe check Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fe385b80 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/fe385b80 Diff

tomee git commit: same fix for webapp adapter

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master fe385b80e -> 3cc7dcd4a same fix for webapp adapter Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3cc7dcd4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3cc7

tomee git commit: saving few hundredof ms deploying our internal app since we can precompute most of the needed model

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3cc7dcd4a -> 1f9a2bfa0 saving few hundredof ms deploying our internal app since we can precompute most of the needed model Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/com

tomee git commit: fixing packages for bval and warmup

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 1f9a2bfa0 -> 439352c43 fixing packages for bval and warmup Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/439352c4 Tree: http://git-wip-us.apache.org/repos/asf/tomee/t

tomee git commit: if warmup is called skip core class preloading

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 439352c43 -> bf2cf2f97 if warmup is called skip core class preloading Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/bf2cf2f9 Tree: http://git-wip-us.apache.org/repos/

tomee git commit: web components need to be public - fixing tests

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master bf2cf2f97 -> 70f09ddb3 web components need to be public - fixing tests Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/70f09ddb Tree: http://git-wip-us.apache.org/repos

tomee git commit: cxf now uses last asm so updating exclude + enhancing a bit tld scanning and default exclusions

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 70f09ddb3 -> 1485c13bb cxf now uses last asm so updating exclude + enhancing a bit tld scanning and default exclusions Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/

[1/2] tomee git commit: inhibiting owb jsf integration is cdi is off

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 1485c13bb -> e60f92340 inhibiting owb jsf integration is cdi is off Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e677d4d5 Tree: http://git-wip-us.apache.org/repos/as

[2/2] tomee git commit: NPE when skipping cdi for ears

2015-06-16 Thread rmannibucau
NPE when skipping cdi for ears Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e60f9234 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/e60f9234 Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/e60f9234 Branch:

tomee git commit: more aggressive test to know if we need CDI filters, reworking the way cdi conversation filter is added to avoid earger init if no cdi is used in the app

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master e60f92340 -> 2cd020560 more aggressive test to know if we need CDI filters, reworking the way cdi conversation filter is added to avoid earger init if no cdi is used in the app Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Co

tomee git commit: skipping not cdi jms test with plume

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 2cd020560 -> 2033c1877 skipping not cdi jms test with plume Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2033c187 Tree: http://git-wip-us.apache.org/repos/asf/tomee/

tomee git commit: unused import

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 2033c1877 -> f9959484a unused import Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/f9959484 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/f9959484 Diff: htt

[1/2] tomee git commit: ensure to remove the task with cancel call

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master f9959484a -> 4cf313cf4 ensure to remove the task with cancel call Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ac0c779d Tree: http://git-wip-us.apache.org/repos/asf/

[2/2] tomee git commit: activating cdi for webprofile arquillian tests to avoid to skip plume distrib

2015-06-16 Thread rmannibucau
activating cdi for webprofile arquillian tests to avoid to skip plume distrib Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/4cf313cf Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/4cf313cf Diff: http://git-wip-us.ap

tomee git commit: limit the number of threads used to scan tld for openejb part if we dont scan more urls than processors

2015-06-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 4cf313cf4 -> a97281f96 limit the number of threads used to scan tld for openejb part if we dont scan more urls than processors Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee

svn commit: r1685975 - /tomee/deps/tags/commons-jcs-2.0-M1/commons-jcs-dist/pom.xml

2015-06-17 Thread rmannibucau
Author: rmannibucau Date: Wed Jun 17 09:43:10 2015 New Revision: 1685975 URL: http://svn.apache.org/r1685975 Log: snapshot version update Modified: tomee/deps/tags/commons-jcs-2.0-M1/commons-jcs-dist/pom.xml Modified: tomee/deps/tags/commons-jcs-2.0-M1/commons-jcs-dist/pom.xml URL: http

tomee git commit: s/openejb/tomee-project/ + fixing list links in root pom

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master a97281f96 -> ad740f223 s/openejb/tomee-project/ + fixing list links in root pom Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ad740f22 Tree: http://git-wip-us.apache.

tomee git commit: skip reflection for default case for readability

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master ad740f223 -> 345967ac9 skip reflection for default case for readability Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/345967ac Tree: http://git-wip-us.apache.org/repo

tomee git commit: another explicit instantiation + lazy creation of Messages in Instance since it is 100% error messages

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 345967ac9 -> 7bc8519e6 another explicit instantiation + lazy creation of Messages in Instance since it is 100% error messages Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/

tomee git commit: don't create the stacktrace eagerly (+ it wouldnt bring much excepted a lot of noise in the logs)

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 7bc8519e6 -> 26c3be0d5 don't create the stacktrace eagerly (+ it wouldnt bring much excepted a lot of noise in the logs) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commi

tomee git commit: more laziness for Messages when only used for errors

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 26c3be0d5 -> dfb502da9 more laziness for Messages when only used for errors Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/dfb502da Tree: http://git-wip-us.apache.org/

svn commit: r1686014 - /tomee/site/trunk/content/javaee7-status.mdtext

2015-06-17 Thread rmannibucau
Author: rmannibucau Date: Wed Jun 17 13:58:50 2015 New Revision: 1686014 URL: http://svn.apache.org/r1686014 Log: more accurate comment on JPA (javaee 7 status) Modified: tomee/site/trunk/content/javaee7-status.mdtext Modified: tomee/site/trunk/content/javaee7-status.mdtext URL: http

svn commit: r1686017 - in /tomee/site/trunk/content: downloads.html tomee-7.0.0-M1.mdtext

2015-06-17 Thread rmannibucau
Author: rmannibucau Date: Wed Jun 17 14:18:46 2015 New Revision: 1686017 URL: http://svn.apache.org/r1686017 Log: few typo in tomee 7 mvn coordinates + removing jaxrs distrib which doesnt exist anymore + explaining mojarra only works with CDI in tomee plume 7 Modified: tomee/site/trunk

tomee git commit: useless import

2015-06-17 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master dfb502da9 -> 2fc95dcfc useless import Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2fc95dcf Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2fc95dcf Diff: ht

tomee git commit: OPENEJB-2116 using ISO-8859-1 to read Definition properties, thanks Bodo Pfelzer for this

2015-06-18 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 4f49f2b36 -> c836ad8b0 OPENEJB-2116 using ISO-8859-1 to read Definition properties, thanks Bodo Pfelzer for this Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/c836ad

tomee git commit: adding ClasspathMain in tomee-embedded to ease deploy classpath main (some cloud platforms dont support params ie --as-war)

2015-06-18 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master c836ad8b0 -> 7cc580c4f adding ClasspathMain in tomee-embedded to ease deploy classpath main (some cloud platforms dont support params ie --as-war) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache

tomee git commit: owb 1.6.1

2015-06-19 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 7cc580c4f -> 73fe8c45c owb 1.6.1 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/73fe8c45 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/73fe8c45 Diff: http://

tomee git commit: skipArchiveRootFolder option for tomee maven plugin build goal

2015-06-19 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 73fe8c45c -> 5286814da skipArchiveRootFolder option for tomee maven plugin build goal Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5286814d Tree: http://git-wip-us.a

tomee git commit: using keystore config in tomee mojo instead of hardcoding local paths

2015-06-19 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 5286814da -> 1f25711f5 using keystore config in tomee mojo instead of hardcoding local paths Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/1f25711f Tree: http://git-w

tomee git commit: G connector 3.1.3

2015-06-19 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 1f25711f5 -> 2f5632c6e G connector 3.1.3 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/2f5632c6 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/2f5632c6 Diff:

tomee git commit: taking into account root folder for exec script

2015-06-22 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 2f5632c6e -> 82e4348ab taking into account root folder for exec script Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/82e4348a Tree: http://git-wip-us.apache.org/repos

tomee git commit: giving tomee:exec more windows tolerance

2015-06-22 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 82e4348ab -> ce9dc807d giving tomee:exec more windows tolerance Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/ce9dc807 Tree: http://git-wip-us.apache.org/repos/asf/to

svn commit: r1686905 - in /tomee/site/trunk/content: datasource-config.mdtext datasource-configuration-by-creator.md

2015-06-22 Thread rmannibucau
Author: rmannibucau Date: Mon Jun 22 17:58:16 2015 New Revision: 1686905 URL: http://svn.apache.org/r1686905 Log: adding datasource-configuration-by-creator Added: tomee/site/trunk/content/datasource-configuration-by-creator.md Modified: tomee/site/trunk/content/datasource-config.mdtext

svn commit: r1686906 - /tomee/site/trunk/content/datasource-configuration-by-creator.md

2015-06-22 Thread rmannibucau
Author: rmannibucau Date: Mon Jun 22 17:59:42 2015 New Revision: 1686906 URL: http://svn.apache.org/r1686906 Log: s/adoc/md/ Modified: tomee/site/trunk/content/datasource-configuration-by-creator.md Modified: tomee/site/trunk/content/datasource-configuration-by-creator.md URL: http

tomee git commit: fix From Yann Blazart to make tomee:exec support scripts on wondows

2015-06-23 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master ce9dc807d -> c040c48b5 fix From Yann Blazart to make tomee:exec support scripts on wondows Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/c040c48b Tree: http://git-wip

tomee git commit: TOMEE-1608 adding Logout command for remote initial context

2015-06-25 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master c040c48b5 -> d65920c46 TOMEE-1608 adding Logout command for remote initial context Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/d65920c4 Tree: http://git-wip-us.apac

tomee git commit: upgrading to OWB 1.6.2-SNAPSHOT to pass TCKs

2015-06-28 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master d65920c46 -> e71bad134 upgrading to OWB 1.6.2-SNAPSHOT to pass TCKs Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e71bad13 Tree: http://git-wip-us.apache.org/repos/as

svn commit: r1688454 - /tomee/javaee-api/trunk/pom.xml

2015-06-30 Thread rmannibucau
Author: rmannibucau Date: Tue Jun 30 14:20:49 2015 New Revision: 1688454 URL: http://svn.apache.org/r1688454 Log: updating to last releases (tomcat and jpa) Modified: tomee/javaee-api/trunk/pom.xml Modified: tomee/javaee-api/trunk/pom.xml URL: http://svn.apache.org/viewvc/tomee/javaee-api

tomee git commit: dont post construct proxies - xbean would fail on them anyway

2015-07-02 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master e71bad134 -> 0a03b0c45 dont post construct proxies - xbean would fail on them anyway Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/0a03b0c4 Tree: http://git-wip-us.ap

tomee git commit: TOMEE-1610 fixing asm5 OSGi version

2015-07-07 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master e693b2ec0 -> de916eb6a TOMEE-1610 fixing asm5 OSGi version Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/de916eb6 Tree: http://git-wip-us.apache.org/repos/asf/tomee/t

tomee git commit: TOMEE-1610 fixing asm5 OSGi version

2015-07-07 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/tomee-1.7.x 9fcbdf922 -> adc30c818 TOMEE-1610 fixing asm5 OSGi version Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/adc30c81 Tree: http://git-wip-us.apache.org/repos/asf/to

tomee git commit: TOMEE-1611 tomcat 7.0.63

2015-07-07 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/tomee-1.7.x adc30c818 -> fbb34e385 TOMEE-1611 tomcat 7.0.63 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/fbb34e38 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/fb

tomee git commit: tomcat 8.0.24

2015-07-08 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master de916eb6a -> 9be09db04 tomcat 8.0.24 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9be09db0 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9be09db0 Diff: htt

tomee git commit: TOMEE-1615 avoid to create N connections for the same datasource in the same transaction - very good catch from Jon. Also using TransactionSynchronizationRegistry instead of a static

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 9be09db04 -> abbed04ac TOMEE-1615 avoid to create N connections for the same datasource in the same transaction - very good catch from Jon. Also using TransactionSynchronizationRegistry instead of a static Map Project: http://git-wip-us.

tomee git commit: too slow flush from idea, sorry for the noise

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master abbed04ac -> 5c981f9c8 too slow flush from idea, sorry for the noise Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/5c981f9c Tree: http://git-wip-us.apache.org/repos/a

tomee git commit: style

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 5c981f9c8 -> a55c00822 style Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/a55c0082 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/a55c0082 Diff: http://git-

tomee git commit: fixing test

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master a55c00822 -> c2e9c04bb fixing test Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/c2e9c04b Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/c2e9c04b Diff: http:

tomee git commit: static connection holder doesnt exist anymore

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master c2e9c04bb -> adbfcd238 static connection holder doesnt exist anymore Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/adbfcd23 Tree: http://git-wip-us.apache.org/repos/a

[3/3] tomee git commit: fixing few tests - surely linked to tomcat upgrade

2015-07-16 Thread rmannibucau
fixing few tests - surely linked to tomcat upgrade Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3b204271 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3b204271 Diff: http://git-wip-us.apache.org/repos/asf/tomee/di

[2/3] tomee git commit: allowing to load jdbc driver with creationg loader in tomcat-jdbc

2015-07-16 Thread rmannibucau
allowing to load jdbc driver with creationg loader in tomcat-jdbc Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/71462349 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/71462349 Diff: http://git-wip-us.apache.org/rep

[1/3] tomee git commit: skip java.endorsed.dirs with java 9

2015-07-16 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master adbfcd238 -> 3b2042712 skip java.endorsed.dirs with java 9 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9bc46357 Tree: http://git-wip-us.apache.org/repos/asf/tomee/t

tomee git commit: TOMEE-1617 no more default for db pooling

2015-07-31 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master b3ac6942f -> 8d2d7183a TOMEE-1617 no more default for db pooling Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/8d2d7183 Tree: http://git-wip-us.apache.org/repos/asf/t

tomee git commit: unused import

2015-07-31 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 8d2d7183a -> b42d60d3a unused import Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/b42d60d3 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/b42d60d3 Diff: htt

tomee git commit: fixing datasource config for one arquillian test

2015-08-01 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master b42d60d3a -> e362fde9b fixing datasource config for one arquillian test Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e362fde9 Tree: http://git-wip-us.apache.org/repo

tomee git commit: TOMEE-1620 dbcp2 (so pool 2)

2015-08-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master e362fde9b -> 9beea6937 TOMEE-1620 dbcp2 (so pool 2) Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/9beea693 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/9be

tomee git commit: CXF 3.1.2

2015-08-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 9beea6937 -> 3ea255664 CXF 3.1.2 Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3ea25566 Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/3ea25566 Diff: http://

tomee git commit: TOMEE-1621 ensuring EJBException are sent to the exception mapper chain properly

2015-08-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3ea255664 -> 3acaaffe7 TOMEE-1621 ensuring EJBException are sent to the exception mapper chain properly Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/3acaaffe Tree: h

tomee git commit: xml has prolog now - fixing test

2015-08-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 3acaaffe7 -> 59d36e6c4 xml has prolog now - fixing test Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/59d36e6c Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree

tomee git commit: some more tests to fix after recent changes

2015-08-03 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 59d36e6c4 -> 11eb5d617 some more tests to fix after recent changes Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/11eb5d61 Tree: http://git-wip-us.apache.org/repos/asf

tomee git commit: TOMEE-1623 ensuring to reuse the same ssl socket factory accross connection to be aligned on JVM caching key for keep alive - this map is quite static which is not that good for serv

2015-08-06 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 11eb5d617 -> 14b290dac TOMEE-1623 ensuring to reuse the same ssl socket factory accross connection to be aligned on JVM caching key for keep alive - this map is quite static which is not that good for server usage but all client is done th

tomee git commit: adding a http test for openejb-client - best value is manual run to ensure caching works but it requires too much JVM internals to stay portable and CI friendly

2015-08-06 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master 14b290dac -> c3a65be8d adding a http test for openejb-client - best value is manual run to ensure caching works but it requires too much JVM internals to stay portable and CI friendly Project: http://git-wip-us.apache.org/repos/asf/tomee

tomee git commit: TOMEE-1622 ensure we init SystemInstance supporting concurrency on System.getProperties()

2015-08-06 Thread rmannibucau
Repository: tomee Updated Branches: refs/heads/master c3a65be8d -> e3411b761 TOMEE-1622 ensure we init SystemInstance supporting concurrency on System.getProperties() Project: http://git-wip-us.apache.org/repos/asf/tomee/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/e3411b

svn commit: r1694699 - /tomee/site/trunk/content/getting-started-with-eclipse-and-webby.md

2015-08-07 Thread rmannibucau
Author: rmannibucau Date: Fri Aug 7 15:02:42 2015 New Revision: 1694699 URL: http://svn.apache.org/r1694699 Log: TOMEE-1624 webby page, thanks thomas collignon for the md Added: tomee/site/trunk/content/getting-started-with-eclipse-and-webby.md Added: tomee/site/trunk/content/getting

svn commit: r1694700 - in /tomee/site/trunk/content: legal-7.0.0-M1/ legal-tomee-1.7.2/

2015-08-07 Thread rmannibucau
Author: rmannibucau Date: Fri Aug 7 15:05:40 2015 New Revision: 1694700 URL: http://svn.apache.org/r1694700 Log: removing useless legal stuff from the site Removed: tomee/site/trunk/content/legal-7.0.0-M1/ tomee/site/trunk/content/legal-tomee-1.7.2/

<    1   2   3   4   5   6   7   8   9   10   >