Apache OpenJPA
Go to file
Marc Prud'hommeaux 7d0839f9ff Added extra debugging logic to make sure the default company model deserailizes from the companies.xml file.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@505825 13f79535-47bb-0310-9956-ffa450edef68
2007-02-11 02:35:33 +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 Upgrade Derby dependency from 10.2.1.6 to 10.2.2.0 2007-02-09 23:52:57 +00:00
openjpa-integration Restored TCK logic that I accidentally deleted. 2007-02-09 06:16:07 +00:00
openjpa-jdbc Add a DiscriminatorStrategy.hasClassConditions() method rather than having the 2007-02-08 19:36:33 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Corrected issue with revision 505052 to ensure that isAssignable(from, to) passes if one element is null and the other element is an empty array (which indicates a compatible method signature). 2007-02-09 04:05:20 +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 OPENJPA-118: Implemented patch provided by David Ezzio for broken openjpa.AutoDetach behavior 2007-01-31 22:27:29 +00:00
openjpa-persistence OPENJPA-119. Needed to allow the EM.clear operation to perform without doing an implicit flush. Introduced a new boolean 2007-02-02 21:12:35 +00:00
openjpa-persistence-jdbc Added extra debugging logic to make sure the default company model deserailizes from the companies.xml file. 2007-02-11 02:35:33 +00:00
openjpa-project Upgrade Derby dependency from 10.2.1.6 to 10.2.2.0 2007-02-09 23:52:57 +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 Added openjpa-integration/tck/pom.xml which can be used to run the JPA TCK (provided it exist locally) against the OpenJPA build. 2007-01-30 09:37:59 +00:00

README.txt

The Open JPA podling of the Apache incubator