Author: andygumbrecht
Date: Wed Sep 24 08:44:16 2014
New Revision: 1627256

URL: http://svn.apache.org/r1627256
Log:
Important change

Modified:
    tomee/site/trunk/content/tomee-1.7.1.mdtext

Modified: tomee/site/trunk/content/tomee-1.7.1.mdtext
URL: 
http://svn.apache.org/viewvc/tomee/site/trunk/content/tomee-1.7.1.mdtext?rev=1627256&r1=1627255&r2=1627256&view=diff
==============================================================================
--- tomee/site/trunk/content/tomee-1.7.1.mdtext (original)
+++ tomee/site/trunk/content/tomee-1.7.1.mdtext Wed Sep 24 08:44:16 2014
@@ -8,7 +8,14 @@ The Apache TomEE 1.7.1 release files can
 
 [http://tomee.apache.org/downloads.html](downloads.html)
 
-Note: Issue [TOMEE-1339](https://issues.apache.org/jira/browse/TOMEE-1339) 
introduced a default (but configurable) check for a static *index.html* 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.
+###Important Notes: 
+
+Issue [TOMEE-1339](https://issues.apache.org/jira/browse/TOMEE-1339) 
introduced a default (but configurable) check for a static *index.html* 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.
+
+A new property **openejb.finder.module-scoped** 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 **openejb.finder.module-scoped=true**  
+ - In such cases failure to do this will invariably result in an 
**javax.naming.NameAlreadyBoundException**
+
+###Update Maven POM Files
 
 Simply update your existing Maven JavaEE-API, OpenEJB and or TomEE pom.xml 
entries to point to the latest versions:
 


Reply via email to