You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2013/08/08 06:51:57 UTC

svn commit: r873406 - in /websites: production/tomee/content/download/ staging/tomee/trunk/content/download/

Author: buildbot
Date: Thu Aug  8 04:51:57 2013
New Revision: 873406

Log:
Dynamic update by buildbot for tomee

Modified:
    websites/production/tomee/content/download/tomee-1.5.3-snapshot.html
    websites/production/tomee/content/download/tomee-1.6.0-snapshot.html
    websites/staging/tomee/trunk/content/download/tomee-1.5.3-snapshot.html
    websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html

Modified: websites/production/tomee/content/download/tomee-1.5.3-snapshot.html
==============================================================================
    (empty)

Modified: websites/production/tomee/content/download/tomee-1.6.0-snapshot.html
==============================================================================
--- websites/production/tomee/content/download/tomee-1.6.0-snapshot.html (original)
+++ websites/production/tomee/content/download/tomee-1.6.0-snapshot.html Thu Aug  8 04:51:57 2013
@@ -393,6 +393,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1011">TOMEE-1011</a> TimerStore shouldn't be serialized, it is a kind of singleton by ejbtimerservice</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1012">TOMEE-1012</a> ability to change RejectedExecutionHandler class for async pools</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1014">TOMEE-1014</a> ability to remove tomee webapp but keep ejb remote  support</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1016">TOMEE-1016</a> ejb which are rest services are deployed for all webapps in ears</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1007">TOMEE-1007</a> tomee maven plugin doesn't respect context name when the warFile is not a file but a directory</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1006">TOMEE-1006</a> servlets with init-param javax.ws.rs.Application fail</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1009">TOMEE-1009</a> request thread local is cleared too early when using http session to store @SessionScoped bean instances</li>
@@ -404,6 +405,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-939">TOMEE-939</a> Deploy time enhancement misses some jar so it leads to ClassNotFoundException</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-936">TOMEE-936</a> special enrichment of ear lib part should contains org.apache.tomee.catalina.TomEEClassLoaderEnricher#DEFAULT_PREFIXES_TO_ADD too when in tomee</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-937">TOMEE-937</a> local bean proxies not pre initialized for webapp in ears (error on deserialization: java.lang.ClassNotFoundException: org.foo.MyLocalBean$$LocalBeanProxy)</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1017">TOMEE-1017</a> webfragments always override existing entries (env-entry, datasource...)</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-942">TOMEE-942</a> skip linux so in scanning</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-943">TOMEE-943</a> if openejb.quartz.use-TCCL is configured ensure it is correctly initialized without supposing anything of TCCL</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-944">TOMEE-944</a> [quartz] be a bit tolerant if the user uses a StdJdbcDriver and replace it by one version using the right classloader</li>
@@ -439,8 +441,8 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1001">TOMEE-1001</a> @BindingType is not respected for EJBs</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-754">TOMEE-754</a> bad clean up of thread locals (cdi)</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-893">TOMEE-893</a> ear lib part should keep Comp bean to get EE CDI injections</li>
-<li><a href="https://issues.apache.org/jira/browse/TOMEE-1002">TOMEE-1002</a> web-fragment.xml are only read by tomcat so jndi config doesn't work</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-892">TOMEE-892</a> ensure java:global is installed with the container and not lazily</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1002">TOMEE-1002</a> web-fragment.xml are only read by tomcat so jndi config doesn't work</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-891">TOMEE-891</a> AppResource doesn't init resources</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-890">TOMEE-890</a> don't override destinationType for mdbs if already provided and mapped name not empty </li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1004">TOMEE-1004</a> order of modules in ear is not predictable</li>

Modified: websites/staging/tomee/trunk/content/download/tomee-1.5.3-snapshot.html
==============================================================================
    (empty)

Modified: websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html
==============================================================================
--- websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html (original)
+++ websites/staging/tomee/trunk/content/download/tomee-1.6.0-snapshot.html Thu Aug  8 04:51:57 2013
@@ -393,6 +393,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1011">TOMEE-1011</a> TimerStore shouldn't be serialized, it is a kind of singleton by ejbtimerservice</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1012">TOMEE-1012</a> ability to change RejectedExecutionHandler class for async pools</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1014">TOMEE-1014</a> ability to remove tomee webapp but keep ejb remote  support</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1016">TOMEE-1016</a> ejb which are rest services are deployed for all webapps in ears</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1007">TOMEE-1007</a> tomee maven plugin doesn't respect context name when the warFile is not a file but a directory</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1006">TOMEE-1006</a> servlets with init-param javax.ws.rs.Application fail</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1009">TOMEE-1009</a> request thread local is cleared too early when using http session to store @SessionScoped bean instances</li>
@@ -404,6 +405,7 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-939">TOMEE-939</a> Deploy time enhancement misses some jar so it leads to ClassNotFoundException</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-936">TOMEE-936</a> special enrichment of ear lib part should contains org.apache.tomee.catalina.TomEEClassLoaderEnricher#DEFAULT_PREFIXES_TO_ADD too when in tomee</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-937">TOMEE-937</a> local bean proxies not pre initialized for webapp in ears (error on deserialization: java.lang.ClassNotFoundException: org.foo.MyLocalBean$$LocalBeanProxy)</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1017">TOMEE-1017</a> webfragments always override existing entries (env-entry, datasource...)</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-942">TOMEE-942</a> skip linux so in scanning</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-943">TOMEE-943</a> if openejb.quartz.use-TCCL is configured ensure it is correctly initialized without supposing anything of TCCL</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-944">TOMEE-944</a> [quartz] be a bit tolerant if the user uses a StdJdbcDriver and replace it by one version using the right classloader</li>
@@ -439,8 +441,8 @@
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1001">TOMEE-1001</a> @BindingType is not respected for EJBs</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-754">TOMEE-754</a> bad clean up of thread locals (cdi)</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-893">TOMEE-893</a> ear lib part should keep Comp bean to get EE CDI injections</li>
-<li><a href="https://issues.apache.org/jira/browse/TOMEE-1002">TOMEE-1002</a> web-fragment.xml are only read by tomcat so jndi config doesn't work</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-892">TOMEE-892</a> ensure java:global is installed with the container and not lazily</li>
+<li><a href="https://issues.apache.org/jira/browse/TOMEE-1002">TOMEE-1002</a> web-fragment.xml are only read by tomcat so jndi config doesn't work</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-891">TOMEE-891</a> AppResource doesn't init resources</li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-890">TOMEE-890</a> don't override destinationType for mdbs if already provided and mapped name not empty </li>
 <li><a href="https://issues.apache.org/jira/browse/TOMEE-1004">TOMEE-1004</a> order of modules in ear is not predictable</li>