Author: dwoods
Date: Wed Mar 24 17:46:23 2010
New Revision: 927129

URL: http://svn.apache.org/viewvc?rev=927129&view=rev
Log:
OPENJPA-1557 show as being fixed in 2.0.0-beta3

Modified:
    openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
    openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/branches/2.0.x/openjpa-project/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/CHANGES.txt?rev=927129&r1=927128&r2=927129&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/CHANGES.txt (original)
+++ openjpa/branches/2.0.x/openjpa-project/CHANGES.txt Wed Mar 24 17:46:23 2010
@@ -233,6 +233,7 @@ Improvement
     * [OPENJPA-1549] - StateManagerImpl performance improvement
     * [OPENJPA-1551] - Allow connectionFactoryName to be specified when 
creating an EntityManager
     * [OPENJPA-1552] - Enable EntityManager to perform property QueryImpl 
creation by its subclass
+    * [OPENJPA-1557] - Logging configuration is difficult for running tests
     * [OPENJPA-1561] - Cache Criteria Query
     * [OPENJPA-1566] - Provide all the cached prepared query strings in 
QueryStatistics
     * [OPENJPA-1585] - Additional trace to relate SQL pushdowns with entity 
action or JPQL query

Modified: openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html
URL: 
http://svn.apache.org/viewvc/openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html?rev=927129&r1=927128&r2=927129&view=diff
==============================================================================
--- openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/branches/2.0.x/openjpa-project/RELEASE-NOTES.html Wed Mar 24 
17:46:23 2010
@@ -358,6 +358,8 @@ in each release of OpenJPA.</P>
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1552'>OPENJPA-1552</a>] -   
      Enable EntityManager to perform property QueryImpl creation by its 
subclass
 </li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1557'>OPENJPA-1557</a>] -   
      Logging configuration is difficult for running tests
+</li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1561'>OPENJPA-1561</a>] -   
      Cache Criteria Query
 </li>
 <li>[<a 
href='https://issues.apache.org/jira/browse/OPENJPA-1566'>OPENJPA-1566</a>] -   
      Provide all the cached prepared query strings in QueryStatistics


Reply via email to