Apache OpenJPA
Go to file
Donald Woods 28d495e14b OPENJPA-1097 Add some doc details on how the serialization of proxies works and new behavior of using DetachedStateField to ensure proxies are removed when it is set to transient or false.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@926160 13f79535-47bb-0310-9956-ffa450edef68
2010-03-22 16:26:51 +00:00
openjpa OPENJPA-1491 When used in an OSGi environment with Apache Aries, the org.apache.openjpa.kernel.Bootstrap should use the OpenJPA bundle classloader instead of the application bundle classloader to instatiate a BrokerFactory. Also moved our BundleActivator from the openjpa module to openjpa-persistence module with a BundleUtils wrapper to remove direct OSGi class refs, so the BundleContext in it could be accessed by PersistenceProviderImpl. 2010-03-12 19:05:30 +00:00
openjpa-all [maven-release-plugin] prepare for next development iteration 2010-02-24 21:04:54 +00:00
openjpa-examples [maven-release-plugin] prepare for next development iteration 2010-02-24 21:04:54 +00:00
openjpa-integration OPENJPA-1557: 2010-03-16 18:44:11 +00:00
openjpa-jdbc OPENJPA-1585: Additional trace helps users to relate query or entity actions to SQL pushdowns 2010-03-20 04:11:05 +00:00
openjpa-kernel OPENJPA-1097 Cleanup imports and add more comments on the before/after behavior of writeReplace(). 2010-03-22 14:25:22 +00:00
openjpa-lib OPENJPA-1550 When batchLimit=-1 or >1 and an exception is caused, the params and failedObject are missing from the resultant exception. Original patch contributed by Heath Thomann. 2010-03-09 22:29:18 +00:00
openjpa-persistence OPENJPA-1588. Removed the processing of the CacheStoreMode property from the convertToKernelValue method. Also, corrected the spelling of this method. 2010-03-21 00:19:27 +00:00
openjpa-persistence-jdbc OPENJPA-1583 - fix intermittent failures in timestamp version assertion. 2010-03-19 21:31:17 +00:00
openjpa-persistence-locking OPENJPA-1565,OPENJPA-1578: 2010-03-18 03:42:50 +00:00
openjpa-project OPENJPA-1097 Add some doc details on how the serialization of proxies works and new behavior of using DetachedStateField to ensure proxies are removed when it is set to transient or false. 2010-03-22 16:26:51 +00:00
openjpa-slice OPENJPA-1557: 2010-03-16 18:44:11 +00:00
openjpa-xmlstore OPENJPA-1178: 2010-03-08 22:07:27 +00:00
scripts OPENJPA-1386: Detect type name hiding while generating metamodel source code 2009-11-13 06:27:03 +00:00
src/site updated build site to include more timestamp information; removed some documentation-related stuff from pom files 2007-08-31 21:28:04 +00:00
.gitignore Add IDEA module descriptors to .gitignore. 2009-07-14 17:30:19 +00:00
LICENSE.txt OPENJPA-880 Use maven-remote-resources-plugin to generate required legal files. Also removes dependency on openjpa-project for maven eclipse plugin. 2009-05-27 14:43:00 +00:00
NOTICE.txt minor notice file updates 2010-02-02 14:47:11 +00:00
README.txt OPENJPA-1229 merge in release file updates from M3 into trunk 2009-10-07 18:47:55 +00:00
pom.xml OPENJPA-1557: 2010-03-16 18:44:11 +00:00

README.txt

Apache OpenJPA README
=====================

Thank you for downloading this release of Apache OpenJPA.

The following files can be found in the openjpa-project subdirectory:
    BUILDING.txt
    CHANGES.txt
    RELEASE-NOTES.html

For documentation and project information, please visit our project site:
    http://openjpa.apache.org/