Apache OpenJPA
Go to file
Marc Prud'hommeaux 2ac1bcccbb OPENJPA-118: Implemented patch provided by David Ezzio for broken openjpa.AutoDetach behavior
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@502022 13f79535-47bb-0310-9956-ffa450edef68
2007-01-31 22:27:29 +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 duplicate named query in sample. 2006-11-15 23:44:55 +00:00
openjpa-integration Use "settings.localRepository" instead if "{user.home}/.m2" to handle non-standard repository locations. 2007-01-31 03:00:20 +00:00
openjpa-jdbc Fixes to parse and use SqlResultSetMapping, SqlResultSetMappings annotations. 2007-01-22 23:33:08 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel OPENJPA-118: Implemented patch provided by David Ezzio for broken openjpa.AutoDetach behavior 2007-01-31 22:27:29 +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-118: Implemented patch provided by David Ezzio for broken openjpa.AutoDetach behavior 2007-01-31 22:27:29 +00:00
openjpa-persistence-jdbc OPENJPA-118: Implemented patch provided by David Ezzio for broken openjpa.AutoDetach behavior 2007-01-31 22:27:29 +00:00
openjpa-project Changed docbook build mechanism to no longer manually download the docbook files from sourgeforge.net, and instead have the docbook files be a maven dependency, and access the dependency directly. This is mainly because they removed the old file from http://docbook.sourceforge.net/release/xsl that we were relying on, but has the side-benefit of removing one network-sensitive component from the release build probless. Unfortunately, this also means that we need to downgrade from version 1.69.1 to 1.67.2 of the docbook stylesheets (since the Maven repository doesn't yet have the newer versions), but that doesn't appear to have any visible effects. 2007-01-31 03:08:42 +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