Apache OpenJPA
Go to file
A. Abram White ebe1b5711e Fix a couple of errors in the code to default to the non-finalizing broker
in PersistenceProviderImpl.createContainerManagedEntityManagerFactory:
  1) Don't add to the given Map, because it might be read-only.  
  2) Prefix the BrokerImpl property correctly when adding it.



git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@513974 13f79535-47bb-0310-9956-ffa450edef68
2007-03-02 21:57:03 +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 JavaDoc typo 2007-02-28 09:51:49 +00:00
openjpa-integration Added integration test for examples included in the package 2007-02-13 08:31:32 +00:00
openjpa-jdbc Improve error checks for mapped-by mappings. Mark deleted instances as 2007-02-27 18:14:45 +00:00
openjpa-jdbc-5 Updated to version 0.9.7-incubating-SNAPSHOT 2006-11-12 22:28:45 +00:00
openjpa-kernel Fix a couple of errors in the code to default to the non-finalizing broker 2007-03-02 21:57:03 +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-160. Non-finalizing implementation is automatically selected when createContainerEntityManagerFactory() is invoked; clarified some method signatures. 2007-03-01 06:31:50 +00:00
openjpa-persistence Fix a couple of errors in the code to default to the non-finalizing broker 2007-03-02 21:57:03 +00:00
openjpa-persistence-jdbc removed the propertyaccess tests since they were failing (due, I believe, to a Derby bug) for some people 2007-02-27 06:59:42 +00:00
openjpa-project While looking at how the Caches are supposed to work, I found this reference to Tangosol's cache. And, since we don't ship the plugins for the third-party caches, I changed the wording in the manual. 2007-03-01 17:44:44 +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 Removed dev.java.net repository since we no longer need it. 2007-02-13 08:17:45 +00:00

README.txt

The Open JPA podling of the Apache incubator