Apache OpenJPA
Go to file
Kevin W. Sutter dbcdfb9ff9 Include the original exception that caused the ClassFormatError to be thrown.
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@482191 13f79535-47bb-0310-9956-ffa450edef68
2006-12-04 14:43:30 +00:00
openjpa-all Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-examples Fixed duplicate named query in sample. 2006-11-15 23:44:55 +00:00
openjpa-jdbc Resolving JIRA report OPENJPA-63 for better pessimistic lock support for DB2. Instead of the usual "for update" clause, db2 dictionary will now use "with rr use and keep update locks" clause. 2006-12-04 14:42:09 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Changed syncWithManagedTransaction to return true if a transaction is already active (rather than throwing an exception), since section 5.9.2 of the JPA spec suggests that it should be legal to invoke EntityManager.joinTransaction() multiple times. 2006-11-29 00:28:04 +00:00
openjpa-kernel-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-lib Include the original exception that caused the ClassFormatError to be thrown. 2006-12-04 14:43:30 +00:00
openjpa-persistence Removed Apache license header, which appears to have been accidentally added. The file is actually released under Sun's CDDL. 2006-11-21 01:25:19 +00:00
openjpa-persistence-jdbc fixed bug that caused cached JPQL queries to not properly cache the candidate class. 2006-11-28 08:27:14 +00:00
openjpa-project Added mention of where orm-xsd.rsrc and persistence-xsd.rsrc came from. 2006-11-21 01:58:32 +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 DISCLAIMER.txt to the built jar files along with NOTICE.txt and LICENSE.txt. 2006-11-21 01:29:57 +00:00

README.txt

The Open JPA podling of the Apache incubator