mirror of https://github.com/apache/openjpa.git
adding OpenJPA-202 to changes and release-notes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@526297 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15e1289b95
commit
0570f6b3bc
|
@ -57,6 +57,7 @@ project's issue tracker at http://issues.apache.org/jira/browse/OPENJPA
|
|||
* [OPENJPA-182] - db2 update lock syntax WITH <isolation> USE AND KEEP UPDATE LOCKS
|
||||
* [OPENJPA-185] - optional attribute is not overriden by xml descriptor
|
||||
* [OPENJPA-186] - Build failure of OpenJPA sources from trunk
|
||||
* [OPENJPA-202] - after invoking LRS processing in a client by calling an @LRS annotated relationship, the next em.clear()/em.close() gets org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large result set fields from one object or field to another
|
||||
|
||||
** Improvements
|
||||
* [OPENJPA-10] - persistence unit name should be default diagnostic context for standard OpenJPA log impl
|
||||
|
|
|
@ -125,6 +125,8 @@ The following bugs have been fixed since release 0.9.6
|
|||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-185'>OPENJPA-185</a>] - optional attribute is not overriden by xml descriptor</li>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-186'>OPENJPA-186</a>] - Build failure of OpenJPA sources from trunk</li>
|
||||
</ul>
|
||||
<li>[<a href='https://issues.apache.org/jira/browse/OPENJPA-202'>OPENJPA-202</a>] - after invoking LRS processing in a client by calling an @LRS annotated relationship, the next em.clear()/em.close() gets org.apache.openjpa.persistence.InvalidStateException: You cannot transfer large result set fields from one object or field to another</li>
|
||||
</ul>
|
||||
|
||||
<h2><a name="Improvements"</a>Improvements</h2>
|
||||
Improvements made since release 0.9.6
|
||||
|
|
Loading…
Reference in New Issue