svn commit: r474970 - in /incubator/openjpa/trunk: openjpa-examples/pom.xml openjpa-persistence-jdbc/pom.xml

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 12:44:02 2006 New Revision: 474970 URL: http://svn.apache.org/viewvc?view=rev&rev=474970 Log: moved to commons-collections 3.2 to avoid serialization bug that was resolved in 2005 (3.1 dates to 2004). Modified: incubator/openjpa/trunk/openjpa-examples/pom.xml

svn commit: r474971 - in /incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence: query/ relations/

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 12:45:01 2006 New Revision: 474971 URL: http://svn.apache.org/viewvc?view=rev&rev=474971 Log: removed some unused imports Modified: incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/java/org/apache/openjpa/persistence/query/TestAbstractSchemaName.java

svn commit: r474974 - in /incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib: meta/CFMetaDataSerializer.java util/FormatPreservingProperties.java

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 12:57:02 2006 New Revision: 474974 URL: http://svn.apache.org/viewvc?view=rev&rev=474974 Log: moving to JDK1.4 LinkedHashMap instead of LinkedMap where possible. Modified: incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/meta/CFMetaDataSer

svn commit: r475026 - /incubator/openjpa/trunk/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/PersistenceMappingFactory.java

2006-11-14 Thread awhite
Author: awhite Date: Tue Nov 14 14:35:32 2006 New Revision: 475026 URL: http://svn.apache.org/viewvc?view=rev&rev=475026 Log: Use mapping XML serializer. Modified: incubator/openjpa/trunk/openjpa-persistence-jdbc/src/main/java/org/apache/openjpa/persistence/jdbc/PersistenceMappingFactory.ja

svn commit: r475084 - in /incubator/openjpa/trunk: openjpa-kernel/src/main/java/org/apache/openjpa/conf/ openjpa-kernel/src/main/resources/org/apache/openjpa/conf/ openjpa-persistence/src/main/java/or

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 16:30:24 2006 New Revision: 475084 URL: http://svn.apache.org/viewvc?view=rev&rev=475084 Log: added openjpa.Id property, and put logic in PersistenceUnitInfoImpl to set the openjpa.Id property to the persistence unit name if no openjpa.Id property is discovered. Mod

svn commit: r475087 - in /incubator/openjpa/trunk: openjpa-kernel/src/main/java/org/apache/openjpa/conf/ openjpa-kernel/src/main/resources/org/apache/openjpa/conf/ openjpa-lib/src/main/java/org/apache

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 16:45:09 2006 New Revision: 475087 URL: http://svn.apache.org/viewvc?view=rev&rev=475087 Log: realized immediately after committing that the id belongs at the generic Configuration level, not at the OpenJPAConfiguration level. Modified: incubator/openjpa/trunk/o

svn commit: r475093 - /incubator/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 17:27:51 2006 New Revision: 475093 URL: http://svn.apache.org/viewvc?view=rev&rev=475093 Log: moved metadata properties about openjpa.Id property Modified: incubator/openjpa/trunk/openjpa-lib/src/main/resources/org/apache/openjpa/lib/conf/localizer.properties Mo

svn commit: r475094 - /incubator/openjpa/trunk/openjpa-lib/src/main/java/org/apache/openjpa/lib/log/LogFactoryImpl.java

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 17:28:38 2006 New Revision: 475094 URL: http://svn.apache.org/viewvc?view=rev&rev=475094 Log: use Configuration.getId() as the default diagnostic context, if no diagnostic context is specified in the log configuration property. Modified: incubator/openjpa/trunk/

svn commit: r475115 - in /incubator/openjpa/trunk: openjpa-jdbc/src/main/java/org/apache/openjpa/jdbc/conf/ openjpa-kernel/src/main/java/org/apache/openjpa/conf/ openjpa-lib/src/main/java/org/apache/o

2006-11-14 Thread pcl
Author: pcl Date: Tue Nov 14 20:20:30 2006 New Revision: 475115 URL: http://svn.apache.org/viewvc?view=rev&rev=475115 Log: invoke the close() callback at the beginning of ConfigurationImpl.close(); change other ConfigurationImpl subtypes to use preClose() instead of now-final close(); add test c