Apache OpenJPA
Go to file
Marc Prud'hommeaux f74ac8b6b9 Prevent reentrant calls to transform() in order to prevent attempts to enhance OpenJPA libraries (for cases where OpenJPA falls under the control of the enhancing class loader).
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@451517 13f79535-47bb-0310-9956-ffa450edef68
2006-09-30 02:00:40 +00:00
openjpa-all 1. Refactoring ConfigurationProvider/ProductDerivation subsystem. 2006-09-19 00:50:57 +00:00
openjpa-jdbc PNewProvisional again. I think I covered the object graph reflush issue 2006-09-28 16:34:05 +00:00
openjpa-jdbc-5 changed @since tags to disambiguate the Kodo information with future releases of OpenJPA by adding a 0. to the beginning of each. 2006-08-30 17:53:55 +00:00
openjpa-kernel Changed REVISION_NUMBER to be a String, since Subversion revisions can be a string (e.g., "420667:451468M") 2006-09-29 22:07:21 +00:00
openjpa-kernel-4 OPENJPA-30 Changed version to 0.9.0-incubating-SNAPSHOT in accordance with Apache incubator guidelines 2006-08-26 18:59:34 +00:00
openjpa-kernel-5 Prevent reentrant calls to transform() in order to prevent attempts to enhance OpenJPA libraries (for cases where OpenJPA falls under the control of the enhancing class loader). 2006-09-30 02:00:40 +00:00
openjpa-lib Changed revision checking system to spawn the "svnversion" command rather than directly parsiong the .svn/entries file. This gives a more accurate revision number, and it also deals with the new subversion format, which is no longer XML. 2006-09-29 22:08:28 +00:00
openjpa-persistence Moved Entity Listener constraints from MetaDataDefaults in kernel to JPA facade PersistenceMetaDataDefaults 2006-09-28 07:24:11 +00:00
openjpa-persistence-jdbc Add David Ezzio's detachment test. 2006-09-26 17:39:21 +00:00
openjpa-project Change default MaxFetchDepth to -1 (unlimited). Also move the use of multiple 2006-09-26 16:54:30 +00:00
openjpa-xmlstore 1. Refactoring ConfigurationProvider/ProductDerivation subsystem. 2006-09-19 00:50:57 +00:00
src/site Documentation images and style sheets 2006-07-26 07:36:39 +00:00
README.txt trying to see if I have read access to new repo 2006-05-14 02:09:10 +00:00
pom.xml The recent upgrade of maven-jar-plugin to 2.1 caused the Implementation-Version tag to be excluded from the manifest, which we rely on to detect the current version. Added "addDefaultSpecificationEntries" and "addDefaultImplementationEntries" to pluginManagement to fix this. 2006-09-19 00:22:07 +00:00

README.txt

The Open JPA podling of the Apache incubator