Apache OpenJPA
Go to file
Donald Woods b85c4e30fa OPENJPA-1411 Include DayTrader test case in OpenJPA. Note: this is not pulled into the normal builds, as the openjpa-maven-plugin-1.1-SNAPSHOT has not been released.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@923745 13f79535-47bb-0310-9956-ffa450edef68
2010-03-16 14:06:38 +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-1411 Include DayTrader test case in OpenJPA. Note: this is not pulled into the normal builds, as the openjpa-maven-plugin-1.1-SNAPSHOT has not been released. 2010-03-16 14:06:38 +00:00
openjpa-jdbc OPENJPA-1573: Incorrect SQL for HAVING = entity variable 2010-03-16 06:11:18 +00:00
openjpa-kernel OPENJPA-1575: Detect parametrized fields in a query expression to exclude queries from cache that use parameters for externized fields. 2010-03-15 21:07:14 +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-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-persistence-jdbc OPENJPA-1573: Incorrect SQL for HAVING = entity variable 2010-03-16 06:11:18 +00:00
openjpa-persistence-locking OPENJPA-1565: Raise correct time out exception 2010-03-12 15:08:16 +00:00
openjpa-project OPENJPA-1510: Correct broken and outdated links, make 'Ant' consistent in case. 2010-03-15 22:24:53 +00:00
openjpa-slice [maven-release-plugin] prepare for next development iteration 2010-02-24 21:04:54 +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 only create source jars for individual artifacts when -Prelease is used. the maven-shade-plugin will still create source jars in all build profiles for openjpa and openjpa-all jars. 2010-03-12 17:14:03 +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/