Apache OpenJPA
Go to file
A. Abram White c105fe6094 Pass "-p persistence.xml" to enhancer invocation when running persistence
tests so that we don't have to set JPA defaults in the JPA 
ConfigurationProviderImpl.beforeConfigurationLoad, which is incompatible with
having JDO,etc providers in the same system.  Eventually we should probably 
recognize persistence.xml as a defaults file, but for now that's against our 
previous contract of allowing a user to have a JDO,etc defaults file and a 
persistence.xml in the same system.  Also removed XML Transformer functionality
from XMLFactory, since we don't use it and it causes problems with Ant (this
seems to be an Ant+JDK 1.5 bug in Ant).  



git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@426634 13f79535-47bb-0310-9956-ffa450edef68
2006-07-28 18:12:02 +00:00
openjpa-jdbc removed unneeded imports 2006-07-27 20:27:45 +00:00
openjpa-jdbc-5 Added openjpa-project for assembly descriptiors and docs; upped version to 0.9.0 2006-07-26 04:24:28 +00:00
openjpa-kernel removed unneeded imports 2006-07-27 20:27:45 +00:00
openjpa-kernel-5 removed unneeded imports 2006-07-27 20:27:45 +00:00
openjpa-lib Pass "-p persistence.xml" to enhancer invocation when running persistence 2006-07-28 18:12:02 +00:00
openjpa-persistence Pass "-p persistence.xml" to enhancer invocation when running persistence 2006-07-28 18:12:02 +00:00
openjpa-persistence-jdbc Pass "-p persistence.xml" to enhancer invocation when running persistence 2006-07-28 18:12:02 +00:00
openjpa-project Fixed instances of "OpenJPA JPA" to be just "OpenJPA". 2006-07-26 17:15:58 +00:00
openjpa-xmlstore Added openjpa-project for assembly descriptiors and docs; upped version to 0.9.0 2006-07-26 04:24:28 +00:00
src/site Documentation images and style sheets 2006-07-26 07:36:39 +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 bogus testSourceDirectory which I had accidentally added. 2006-07-27 01:31:45 +00:00

README.txt

The Open JPA podling of the Apache incubator