Apache OpenJPA
Go to file
Kevin W. Sutter bb7bf59409 Changes for JIRA OPENJPA-103 issue.
The processing for default (system level) pre-* and post-* lifecycle methods was not getting kicked off properly.  I just had to add a case entry for these MetaDataTags in the switch statement.

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@497219 13f79535-47bb-0310-9956-ffa450edef68
2007-01-17 22:46:39 +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 Fixed concatinate function to cast both sides as a VARCHAR, since DB2 and Derby disallow parameters on both sides of the function. 2007-01-17 21:48:27 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel fixes for OPENJPA-102 and OPENJPA-104 2007-01-17 21:40:37 +00:00
openjpa-kernel-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-lib Resolve jar scanning issue by avoiding certain probably-buggy ZipInputStream methods 2007-01-17 01:57:07 +00:00
openjpa-persistence Changes for JIRA OPENJPA-103 issue. 2007-01-17 22:46:39 +00:00
openjpa-persistence-jdbc Added "openjpa.Log" property to all the database profiles, not just the Derby one. 2007-01-16 22:35:23 +00:00
openjpa-project some docs about MySQL optimization 2007-01-03 03:09:52 +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.loglevel' property to build which allows one to control the verbosity of logging via the system property. Also added various profiles for testing different databases (test-derby, test-hsqldb, test-mysql, test-postgresql, test-sqlserver, test-sybase, and test-custom) 2007-01-16 22:26:04 +00:00

README.txt

The Open JPA podling of the Apache incubator