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 2014/09/24 10:45:49 UTC

svn commit: r923364 - in /websites/staging/tomee/trunk: cgi-bin/ content/ content/tomee-1.7.1.html

Author: buildbot
Date: Wed Sep 24 08:45:49 2014
New Revision: 923364

Log:
Staging update by buildbot for tomee

Modified:
    websites/staging/tomee/trunk/cgi-bin/   (props changed)
    websites/staging/tomee/trunk/content/   (props changed)
    websites/staging/tomee/trunk/content/tomee-1.7.1.html

Propchange: websites/staging/tomee/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 24 08:45:49 2014
@@ -1 +1 @@
-1627246
+1627256

Propchange: websites/staging/tomee/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Sep 24 08:45:49 2014
@@ -1 +1 @@
-1627246
+1627256

Modified: websites/staging/tomee/trunk/content/tomee-1.7.1.html
==============================================================================
--- websites/staging/tomee/trunk/content/tomee-1.7.1.html (original)
+++ websites/staging/tomee/trunk/content/tomee-1.7.1.html Wed Sep 24 08:45:49 2014
@@ -153,7 +153,14 @@
 
 <p><a href="downloads.html">http://tomee.apache.org/downloads.html</a></p>
 
-<p>Note: Issue <a href="https://issues.apache.org/jira/browse/TOMEE-1339">TOMEE-1339</a> introduced a default (but configurable) check for a static <em>index.html</em> file when an empty JAX-RS resource URL is specified by a client. You can use this file to return a descriptive response to the client for example. Make sure that this optional file does not contain sensitive information when made available. Currently it is not a JSP and it is not parsed in any way by the Servlet container - This may change in the next version.</p>
+<h3>Important Notes:</h3>
+
+<p>Issue <a href="https://issues.apache.org/jira/browse/TOMEE-1339">TOMEE-1339</a> introduced a default (but configurable) check for a static <em>index.html</em> file when an empty JAX-RS resource URL is specified by a client. You can use this file to return a descriptive response to the client for example. Make sure that this optional file does not contain sensitive information when made available. Currently it is not a JSP and it is not parsed in any way by the Servlet container - This may change in the next version.</p>
+
+<p>A new property <strong>openejb.finder.module-scoped</strong> was added that changed default behaviour. It is used to enable rare optional scanning outside of the current runtime scope. For example, if a bean is declared in one application that is extended in another application or test scope then you must now explicitly enable cross scope scanning by setting <strong>openejb.finder.module-scoped=true</strong> <br />
+ - In such cases failure to do this will invariably result in an <strong>javax.naming.NameAlreadyBoundException</strong></p>
+
+<h3>Update Maven POM Files</h3>
 
 <p>Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml entries to point to the latest versions:</p>