svn commit: r501139 - /incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ConfigurationImpl.java

2007-01-29 Thread ppoddar
Author: ppoddar Date: Mon Jan 29 10:31:27 2007 New Revision: 501139 URL: http://svn.apache.org/viewvc?view=revrev=501139 Log: Rollback redundant change of removing Id before warning for unrecognized configuration keys. Modified:

svn commit: r501171 - in /incubator/openjpa/trunk: openjpa-kernel/src/main/java/org/apache/openjpa/kernel/BrokerImpl.java openjpa-project/src/doc/manual/ref_guide_conf.xml

2007-01-29 Thread awhite
Author: awhite Date: Mon Jan 29 12:11:43 2007 New Revision: 501171 URL: http://svn.apache.org/viewvc?view=revrev=501171 Log: Fix documentation on openjpa.LockManager property. Remove some redundant logic from BrokerImpl. Modified:

svn commit: r501183 - /incubator/openjpa/trunk/openjpa-kernel-5/src/main/java/org/apache/openjpa/enhance/PCClassFileTransformer.java

2007-01-29 Thread mprudhom
Author: mprudhom Date: Mon Jan 29 13:07:20 2007 New Revision: 501183 URL: http://svn.apache.org/viewvc?view=revrev=501183 Log: Handle ClassNotFoundException and ClassCircularityError instances when trying to load the classes into the temporary class loader during enhancement. These exceptions

svn commit: r501255 - /incubator/openjpa/trunk/openjpa-persistence/src/main/java/org/apache/openjpa/persistence/XMLPersistenceMetaDataParser.java

2007-01-29 Thread mprudhom
Author: mprudhom Date: Mon Jan 29 16:54:19 2007 New Revision: 501255 URL: http://svn.apache.org/viewvc?view=revrev=501255 Log: If we don't know the access type for a class when parsing, first check for a superclass and default to that class' access type. Modified: