You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 18:29:28 UTC

svn commit: r920996 - in /openjpa/trunk/openjpa-project: CHANGES.txt RELEASE-NOTES.html

Author: dwoods
Date: Tue Mar  9 17:29:28 2010
New Revision: 920996

URL: http://svn.apache.org/viewvc?rev=920996&view=rev
Log:
OPENJPA-1079 Show as being fixed in 2.0.0-M2

Modified:
    openjpa/trunk/openjpa-project/CHANGES.txt
    openjpa/trunk/openjpa-project/RELEASE-NOTES.html

Modified: openjpa/trunk/openjpa-project/CHANGES.txt
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/CHANGES.txt?rev=920996&r1=920995&r2=920996&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/CHANGES.txt (original)
+++ openjpa/trunk/openjpa-project/CHANGES.txt Tue Mar  9 17:29:28 2010
@@ -748,6 +748,7 @@ Bug
     * [OPENJPA-1056] - Add support for Sybase in the query timeout tests
     * [OPENJPA-1063] - Create a new openjpa-all artifact to include runtime depends
     * [OPENJPA-1066] - Generated ID starting with 0 can cause unexpected results
+    * [OPENJPA-1079] - Allow client to access the distributed JDBC connection
 
 New Feature
 -----------

Modified: openjpa/trunk/openjpa-project/RELEASE-NOTES.html
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-project/RELEASE-NOTES.html?rev=920996&r1=920995&r2=920996&view=diff
==============================================================================
--- openjpa/trunk/openjpa-project/RELEASE-NOTES.html (original)
+++ openjpa/trunk/openjpa-project/RELEASE-NOTES.html Tue Mar  9 17:29:28 2010
@@ -937,6 +937,8 @@ in each release of OpenJPA.</P>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1038'>OPENJPA-1038</a>] - Enhancer java.lang.StackOverflowError exception when circular dependencies are encountered within embeddables</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1045'>OPENJPA-1045</a>] - Add opt-in and opt-out configuration for L2 DataCache</li>
 <li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1063'>OPENJPA-1063</a>] - Create a new openjpa-all artifact to include runtime depends</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1066'>OPENJPA-1066</a>] - Generated ID starting with 0 can cause unexpected results</li>
+<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-1079'>OPENJPA-1079</a>] - Allow client to access the distributed JDBC connection</li>
 </ul>
 
 <h4>New Feature</h4>