Apache OpenJPA
Go to file
Patrick Linskey 560f895102 OPENJPA-160
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@512906 13f79535-47bb-0310-9956-ffa450edef68
2007-02-28 19:20:51 +00:00
openjpa-all Exclude the openjpa-examples jar from the aggregate jar, so we don't include the example classes in the OpenJPA jar. 2007-01-24 23:58:52 +00:00
openjpa-examples Fixed JavaDoc typo 2007-02-28 09:51:49 +00:00
openjpa-integration Added integration test for examples included in the package 2007-02-13 08:31:32 +00:00
openjpa-jdbc Improve error checks for mapped-by mappings. Mark deleted instances as 2007-02-27 18:14:45 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel OPENJPA-160 2007-02-28 19:20:51 +00:00
openjpa-kernel-5 Handle ClassNotFoundException and ClassCircularityError instances when trying to load the classes into the temporary class loader during enhancement. These exceptions will indicate that the class is not loadable, and so they couldn't have any persistent metadata anyway. 2007-01-29 21:23:12 +00:00
openjpa-lib Slight update for the changes introduced via svn revision 506230 (OPENJPA-138). Instead of just skipping the "null ClassLoader" (which indicates the SystemClassLoader), we'll use the static ClassLoader.getSystemClassLoader() method in order to populate the cache. 2007-02-27 18:48:19 +00:00
openjpa-persistence These changes are reverting the changes integrated for revisions 510336 and 510281. From the remarks on the dev mailing list, the basic idea is sound, we just need to re-visit the implementation a bit. 2007-02-27 17:23:27 +00:00
openjpa-persistence-jdbc removed the propertyaccess tests since they were failing (due, I believe, to a Derby bug) for some people 2007-02-27 06:59:42 +00:00
openjpa-project OPENJPA-160 2007-02-28 19:20:51 +00:00
openjpa-xmlstore Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
src/site Added license headers 2006-11-16 23:04:20 +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 Removed dev.java.net repository since we no longer need it. 2007-02-13 08:17:45 +00:00

README.txt

The Open JPA podling of the Apache incubator