This is an automated email from the ASF dual-hosted git repository.

clr pushed a change to branch origin/2.0
in repository https://gitbox.apache.org/repos/asf/db-jdo.git.


      at 080336e  JDO-375: adds names to the foreign key constraints for the 
company model in schema 0

This branch includes the following new commits:

     new 4d41b9d  adding jdo and orm 2.0 dtd definitions
     new 06d6338  fixed xml version number
     new 76b9892  btree subproject
     new 46a6668  top level maven project files
     new a181564  api11 subproject
     new 11c2224  ri11 subproject
     new d9eadc9  tck11 subproject
     new 93f1635  add maven files
     new 3cb8e03  fixed typo
     new b9abb59  fixed typo
     new 57ce856  add missing license file
     new f812c4d  update xdocs files and project.xml
     new f71bd99  initial JDO API 2.0 jar
     new 5dbd1e2  PCPoint.java for JDO 2.0
     new 33ddf2b  JUnit test framework
     new 29c6c3e  JDOImplHelper 2.0
     new 8c168cc  added InstanceLifecycleEventTest
     new 07f4778  removed int convenience constructors; added toString() tests
     new 53489b3  Add Mapping property to PersistenceManagerFactory
     new 8338f2c  added addInstanceLifecycleListener and 
removeInstanceLifecycleListeer methods
     new c1eb9ab  add setUnmodifiable and isUnmodifiable
     new 2fcbe1d  removed methods from InstanceCallbacks since they are 
redundant.
     new bce262d  Replace hard coded colon by SEPARATOR_CHARACTER in String 
representations of id
     new 385a9ff  Fixed typo in Identity package.html
     new 76485e8  removed target class name from toString
     new 17d6062  Fixed Oid classes as per spec
     new 23aafab  Problems w/maven.xml runtck.single and enhance.*identity goals
     new 9b78e0f  added required isClosed method to PersistenceManagerFactory
     new 23c7092  added missing @since 2.0 tag to 
PersistenceManagerFactory.isClosed()
     new a0dc778  added static field PersistenceCapable.DETACHED
     new 7291a66  Added tck20 project, updated README.txt
     new 5bd8065  jdo-10 build does not create enhanced jar files
     new 5b0790a  jdo-11 modified classpath to enhancer to fix bad enhanced jar 
file
     new 5cf8495  use different artifactId for 1.1 vs. 2.0 projects
     new dab544b  Update build to work with JDK 1.5
     new 3879200  Correction of last checkin with new understanding of build 
layout (thanks Michael!)
     new dd5cb09  Added info on running tck20
     new d79387a  changed top-level project.properties: replaced duplicated 
entry maven.compile.target by maven.compile.source
     new 0f2f05a  Remove dependencies of util classes on exception classes from 
javax.jdo
     new c6a7b1f  name of jdo-api file changed to jdo1-api-1.1.jar
     new 1afb3ec  JDO-3,4,12: Build issues fixed, TCK code now treated as src, 
not test. All goals work. Can compile and run a single test. Derby schema is 
created automatically.
     new 1a546ad  Changed java model implementation in ri11 to reduce 
dependencies between enhancer and runtime
     new 677a993  jdo-7 Checked in mapping & DDL files for company model, but 
still needs work.
     new 472ea67  jdo-7 Checked in mapping & DDL files for company model, but 
still needs work. [Adding files to 161359
     new dd71989  The DTD did not validate, I had to remove two lines of header 
that belong in an XML document, not the DTD.  Also, there was an unbalanced 
parenthesis that I removed.  I added the output of the transform.  This was 
done with Trang, it is not hand-optimized.  orm.dtd has a lot of problems 
validating and I could not create a schema from it.  (Does it need one?)
     new cd92a20  Changes for SNAPSHOT as default build, update groupId to 
'apache-jdo'
     new 3f7c163  added ICompany interface and refactored Company equals and 
deepEquals to use ICompany.
     new fa49e0e  Upadted jdo groupid to apache-jdo and version to SNAPSHOT in 
the dependency definitions in project.xml and project.properties
     new 94cc67d  Changed tck11 to have the same structure as tck20: TCK code 
now treated as src, not test. Can compile and run a single test. (Related tck20 
JIRA issues JDO-3, 12)
     new e37ba83  JDOModel change: The JDOField implementation now looks up the 
java field and the java type in the JavaModel during default calculation, if 
these values are not explicitly set on the JDOField.
     new 5143c66  Added methods to return the sequence value as a long; fixed 
allocate to take an int parameter
     new 2845cbb  JDO-14: jdori enhancement occurs unnecessarily with runtck* 
goals
     new 7753a5b  Fix to fix for JDO-14
     new 814945d  JDO-5 (Use jpox snapshot with jdo2-api*.jar); JDO-15 (Support 
for Derby Mac bug work-around)
     new c53eed1  README.txt for JDO-5, JDO-15
     new 9083acd  JDO-17 Fix enhancement dependency on .orm
     new 2e045d4  JDO-18 Fix typos in company orm
     new 23bdfcc  JDO-0 (partial: orm, sql for instancecallbacks); JDO-20 
(remove default fields from *.jdo); JDO19 (Remove PCPoint from schema*.sql); 
JDO-22 (correct defaults in jdori.properties)
     new 0e6589a  Change enhancer properties files: put the copyright notice in 
comments
     new abfbcc9  Add new ModelVetoException constructor (for convenience)
     new a457366  Change WeakHashSet implementation: cleanup WeakHashSet on 
remove but not on size
     new 7a49f08  JDO-7 metadata & schema for company
     new 7dbea76  JDO-9 metadata & schema for instancecallbacks, inheritance
     new e1b6c7a  JDO-8 interim checkin
     new 6ba5433  JIRA-23 add DROP TABLE statements
     new 983c323  JDO-2 and JDO-24 added JUnit configuration to enhancer; added 
package.jdo for persistence-aware classes
     new fef90be  Fixed comment in persistence-aware metadata files.
     new 39e93b5  JDO-26 changed column definitions for UPPER_LEFT and 
LOWER_RIGHT
     new 88293fe  JDO-27 redefined column Y as nullable
     new 19d6d1b  JDO-26 fixed orm files
     new 874d4cb  JDO-25 checkPM must run inside a transaction
     new 72fda10  JDO-28 accessing an instance must be done in a transaction
     new 60d2999  JDO-29 Columns for subclass fields redefined as nullable for 
Person and Insurance tables
     new c4569a1  JDO-25 changed begin transaction to call Transaction directly 
to avoid recursion
     new 33f06fd  JDO_30 Add foreign keys to PCRect; Also add foreign key tags 
to .orm
     new d7ed7cf  JDO-31 Adding assertions spreadsheet to tck20
     new 06db530  JDO-8 interim check-in. Metadata, schema for 
pc.fieldtypes/FieldsOf*
     new 6a22e2f  JDO-8 interim check-in. Remainder of pc.fieldtypes/FieldsOf* 
(datastore identity).
     new 801881f  JDO-22; increase max heap size as temporary work-around for 
JDO-20
     new b3f488d  changed signatures of deletePersistentAll to return long; 
javadoc updates
     new 708a282  JDO-8 interim check-in: ArrayCollections, application identity
     new 3dd5961  JDO-35; JDO-8 interim check-in
     new d74c9ce  jdo-8 interim check-in
     new 4948cd6  JDO-8 interim check-in; JDO-37 work-around
     new 966f15b  JDO-36 Implement JDOQLQueryFactory proposal. Code provided by 
Michael Watzek
     new 53dfd85  JDO-32 Some tests, when they fail, do not close pmf. Change 
method closePMF to make sure that the pmf is closed and changed cleanup method 
in PersistenceManagerTest
     new a5f5682  JDO-38 removed unneeded imports
     new 631eeab  JDO-8 interim commit
     new 98682c6  Updated debug output
     new 49e154b  interim checkin JDO-8
     new a945a5e  JDO-8 interim check-in
     new 822676e  added foreign-key attribute to orm DTD
     new dfc14ec  JDO-8 finished application identity metadata, schema
     new 49bb0bf  Add method to get the underlying ResourceBundle from 
I18NHelper
     new 2b32849  JDO-8 metadata and DDL for fieldtypes -- almost complete
     new 7258531  correcting typo (JDO-8)
     new 03166cd  JDO-39 (JDO_Test); JDO-8 finally complete??
     new 13b1444  Add JDOClass.getManagedFieldCount and support for setting the 
default value of the JDOModel flag loadXMLMetadata
     new 55cbca4  JDO-40, JDO-41: several failure to cleanup problems
     new 1eee0e6  JDO-40, 41
     new 05b73f2  Fixed JDOModel javadoc
     new d020f48  removed dependency on database from runtck.single and 
runtck.jdorisingle to avoid rebuilding database every time a change was made to 
a single test case
     new c8640eb  oops, reverting accidental changes
     new 1ab93dc  move .jdo metadata for SimpleClass up to package.jdo
     new d8d1e7f  Some flushed lifecycle states missed to register the 
StateManger at the transactional cache on transitionWriteField or 
transitionDeletePersistent
     new 0bfc6d2  Add svn:ignore property to top-level project directories and 
ri11 directory including antlr generated files such that svn status ignores 
generated files
     new 9d5bc2b  JDO-44, JDO-42, JDO-8 (patch)
     new 68697b8  JDO-36: Implement JDOQLQueryFactory proposal; moved query 
interfaces to a new package
     new d2b00f3  JDO-45: Need to do full build to get company.xml copied to 
target dir. Changed maven.xml: renamed goal copylogginprops to copyprops and 
added copying .xml files.
     new 4d6aeff  Fix various problems with schema, metadata
     new 85fe67c  More fixes to schema, metadata; JDO-49 TestFieldsOfDouble
     new be92bb4  Fix typo in Alltypes.jdo (datastore)
     new 89bf137  First version of JDO2 implementation (Core). It includes 
utility and meta model classes
     new c7d6c4c  First version of JDO2 implementation (Enhancere). It includes 
the implementation of the byte code enhancer.
     new d9c743a  First version of JDO2 implementation (Runtime). It includes 
implementation for the components pm, pmf, state manager, life cycle states, 
sco, store manager interface and runtime meta data support.
     new e29bd19  First version of JDO2 implementation (Query). It includes the 
implementation of the JDOQL query compiler and the JDOQL tree nodes.
     new 5303deb  First version of JDO2 implementation (FOStore). It includes 
the FOStore datastore implementation plus test cases.
     new 655cd13  Add JDO2 implementation projects to README.txt
     new ff08278  Add support for JavaProperties to the JavaModel
     new b233484  JDO-48 test cleanup
     new 9004b44  Add support for short names in JDOModel
     new 2895e70  Added printing the short name of a JDOClass to JDOModel 
PrintSupport helper class
     new 723566a  Checkin missing StringHelper class for core20 project
     new 4085adf  add method for adding Class[] to teardown class list; add 
method to get all Classes from company model reader
     new 7aeb432  added accessors for protege and hradvisor
     new 6122a0b  fixed but in enhancement targets; add test data to enhanced 
jar file for completeness test
     new 00c1933  fixed employee column mapping for insurance
     new 5bf129a  new completeness test
     new 2cc6936  added xml test data for completeness test
     new 44335f9  add property svn:ignore to projects core20, enhancer20, 
runtime20, query20, and fostore20
     new 37e787a  JDO-1 Enhancer tests now compile. Fix by M. Watzek
     new 26d18e7  JDO-1 Forgot to rm/add; minor fixes to metadata
     new adffabe  added begin/commit around access to persistent data
     new 137724c  JDO-58 Fix by Michael Watzek
     new 4a046ac  Added new configuration file exclude.lis listing TCK test 
classes to be excluded from runtck; removed corresponding classes from 
alltests.list
     new 0d36475  JDO-58 update to fix, by Michael Watzek
     new 6072266  fixed typo in class name. Thanks, Erik
     new 7ee2a5e  Adds support for JDOProperties to JDOModel: - Add a new 
interface JDOProperty to the jdo model. It inherits from JDOField and specifies 
method getAssociatedJDOField. - Add dynamic and caching implementation of 
JDOProperty. - Add dynamic and caching implementation of JDOProperty used for a 
JDOProperty with an associated JDOField. This implementation delegates the 
getter methods to the associated JDOField and throws an exception for the 
setter methods. - Add a new convenie [...]
     new 1df5fcd  added tests for isUnconstrainedVariablesSupported and 
isBinaryCompatibilitySupported
     new eabbce3  add check to see if NontransactionalWrite is supported
     new 628fbd8  added commit/rollback to avoid reading outside transaction
     new f82b941  Fixed pk field in datastore identity; fixed schema for 
PrimitiveTypes; partial fix for JDO-47
     new 1ddf1a1  Change BLOB to LONG VARCHAR FOR BIT DATA; allow null in 
datastore identity IDENTIFIER, ID columns (not pk)
     new 537e119  Improve performance by setting 
org.jpox.autoStartMechanism=None; exclude 4 tests that hang with this setting
     new f510d54  Remove <implements> from SimpleClass-derby.orm
     new ffff0e1  JDO-13 submitted by Michael Watzek
     new 211bf09  orm issues: missing col def in inheritance/package-derby.orm; 
wrong order of <key>, <value> in *StringValueCollections-derby.orm
     new 97172d6  JDO-60 added begin and commit around iterator accesses
     new a3831e7  Fix typos affecting iut enhancer command line
     new 5182f1f  JDO-63 fixed by Michael Watzek
     new cb68eff  Added CompletenessTest to alltests.list
     new 4d75f75  Add JDO model methods to check the kind of a relationship 
(isJDOCollection, isJDOMap, etc.)
     new cc64545  JDO-33 submitted by Michael Watzek
     new 9112ded  Use new JDO model methods to check the kind of a relatgionship
     new efe49e3  Set JavaModel<->JDOModel relationship on JDOModel lookup
     new 11fd72e  added transaction around access to persistent field
     new a6a3b99  fixed previous checkin to set synchronization to null
     new b551742  add teardown objects to clean up database for other tests
     new 7ab1ff0  Fix jdorienhancer sourcepath argument: use  instead of 
datastoreidentity
     new c0f0332  JDO-47 fixed by Michael Watzek.
     new 01107f7  JDO-67 Remove fieldtypes/SimpleClass.jdo which duplicates 
tck/package.jdo
     new eb4c636  JDO-67 (file ommitted from previous check-in)
     new de17933  JDO-59 fix by Michael Watzek. Named threads, stop if thread 
throws exception to avoid deadlock
     new 49b897a  Undo 190507 -- wrong patch for JDO-59
     new f4885c8  JDO-59 fix by Michael Watzek. Named threads, stop if thread 
throws exception to avoid deadlock
     new 04a787a  JDO-53 JPOX connection pooling. Submitted by Michael Watzek
     new 59f26dd  JDO-43 submitted by Michael Watzek - database cleanup for 
fieldtypes tests
     new 4f768e6  fixed typo extra lines at front of file
     new 62baa73  removed reference to SimpleClass.jdo that no longer exists 
(it is described in ../package.jdo)
     new f5936fc  JDO-73 added constructors that don't require Address
     new 610422a  add new company test data with no relationships
     new ab10781  changed test to use data with no relationships
     new 2496a1a  JDO-74 ignore Extents that are not managed
     new 3d4cc3f  change Address class to not manage an extent
     new 00131e1  Support for single field identity in the JDO model. The 
ObjectId class defaults to a subclass of SingleFieldIdentity if the pc class 
does not declare a ObjectId class, but a single primary key field.
     new b42bb80  datastoreidentity version of basic company model data, no 
relationships
     new 52ebd1d  JDO-6 TestRunner project - maven runs tests on all supported 
identity types, databases
     new 0412b2f  info in README.txt on new maven goals/options
     new e408b95  Add ICompany package of interfaces. Submitted by Michael 
Watzek
     new a375c7e  Fixed problem with jdo.tck.cfglist on command line
     new 7d71673  Try again: problem with jdo.tck.cfglist on command line
     new 8bd8831  JDO-75 pc map types with different explicit embedded-key, 
embedded-value
     new e78d217  Added support for mappedBy and improved inverse handling to 
JDO model
     new 6aceaae  JDO-65 Collections of wrapper types should default to 
embedded-element=false
     new 29936c6  Adds teardown classes to all tests that create persistent 
objects. Submitted by Michael Watzek
     new 29b7c2d  patch for the 4 nontransactional read errors, plus fix to 
maven.xml. Submitted by Michael Watzek
     new 6cc4df9  Added remove methods to JavaModelFactory and JDOModelFactory 
and its implementing classes
     new e522de5  Build PMF properties file on the fly in maven.xml
     new 8d301fa  Log file name has timestamp first for easy sorting by time
     new 1829c91  Use standard JDO property javax.jdo.mapping.Schema rather 
than implementation specific one
     new f7e0201  JDO-77 fixed illegally trying to modify a final field via 
reflection
     new 187e503  JDO-77 add more detailed failure message instead of error
     new 90bd0ac  improve error message for 
org.apache.jdo.tck.api.persistencemanager.ThreadSafe.java
     new 0a675b3  added brief description of test after test completion
     new 9b21412  added logger (not used yet)
     new 470fcb5  JDO-79 synchronize the JDOHelper with the latest specification
     new c01d79d  JDO-80 change method newObjectIdInstance(Class, String) to 
newObjectIdInstance(Class, Object)
     new 8abe9dd  - Change enhancer20 dependency from api11 to api20. - The 
enhancer generates PC methods doIsDetached, jdoGetVersion and 
jdoNewObjectIdInstance taking Object. The implementation is not yet done, the 
generated methods throw an UnsupportedOperationException. - The JDOModel XML 
parser does not yet support all the JDO2 elements and attributes. This change 
comments out the exception thrown by XML parser when detecting unknown 
attribute.
     new ebaf9fb  JDO-76 added required methods to SingleFieldIdentity classes; 
added ObjectIdentity class for non-wrapper identity fields
     new 82c7206  added information on overriding maven command line parameters 
for configurations, identity type, and databases
     new 812cf85  fixed Date constructor issue with non-US locales
     new 2653911  JDO-83 Persist application field addrid
     new 66b1de5  added null-indicator-column to Employee embedded Address
     new 4b27be3  Fix bugs in schema.sql
     new fd3fe96  JDO-69 and other issues: add a root object to the 
completeness test. Submitted by Michael Bouschen
     new 58a960b  updated committer list
     new 863196b  Added maven help goal with help text for project.
     new 1fdd532  JDO-91 Remove CompletenessTest from alltests.conf
     new b1ce6a0  JDO-69 and other issues: add a root object to the 
completeness test. Submitted by Michael Bouschen
     new db050e4  Add support for protected properties to reflection based 
JavaModel
     new 517b6ba  Added new test case for assertions A7.12-38, A7.12-39, 
A7.12-25. Submitted by Michael Watzek
     new a4d97c7  JDO-85 provide more information on failure for debugging
     new 6113d5b  fixed typo summery
     new 8b41f94  moved jndi jar files to tck20/lib/ext and added PMF test 
cases to alltests.conf
     new 7116b43  added getPMF tests
     new 7277aec  moved jndi jar files to trunk/lib/ext and updated JNDI 
section in README.txt
     new fe5edaf  Fixed typo, method modifier and NOI18N comments
     new 9602ff2  Added new testcases for A7 and A8 assertions
     new dccd9f9  Added NOI18N comments and added method to get the underlying 
ResourceBundle from I18NHelper (api20)
     new fd7e629  Added NOI18N comments
     new 2ead5bc  Added NOI18N comments
     new 15fd0a0  Added NOI18N comments
     new ebe0d3f  JDO-88 IndexOutOfBoundsException in HashMap, Hashtable, Map 
collections tests; fixed switch case numbering, added some debug stuff
     new 5d5bbeb  JDO-85 Mapping problem fixed, but errors remain
     new 3a67d19  Fix metadata problems
     new ca93a1b  Add method getRootList to CompanyModelReader returning a list 
of root objects specified in the testdata xml
     new 605120c  Change StateManagerImpl to allow direct copy of oid values 
using JDOImplHelper
     new b633d6b  Added StateManager method isBeforeImageRequired
     new 8aa061b  Renamed StateManagerImpl method initializePC to 
initializePCInfo and introduced new method initializePC that creates a new PC 
instance with key field copied from ObjectId
     new 6008f1a  Added method clearLoadedFields that marks all non-pk fields 
as not loaded
     new c58b141  - Change runtime20 dependency from api11 to api20. - The goal 
is to allow compiling runtime20 against api20, not to implement the JDO2 added 
methods in PersistenceManager, StateManager and Transaction. The new methods 
all throw an UnsupportedOperationException.
     new 667f273  - Change query20 dependency from api11 to api20. - The goal 
is to allow compiling query20 against api20, not to implement the JDO2 added 
methods in the Query interface. The new methods all throw an 
UnsupportedOperationException.
     new 6547cf4  Add embedded-only attribute to company metadata
     new 274db63  - Change fostore20 dependency from api11 to api20. - The goal 
is to allow compiling fostore20 against api20, not to implement the JDO2 added 
methods. The new methods all throw an UnsupportedOperationException.
     new 29e9872  Add <foreign-key name> to company metadata
     new 3147ed5  JDO-95 if Currency.class is not available, don't test or 
create helper instances for Currency
     new c3d11df  Improve handling of getPersistenceManagerFactory; add test 
cases for error conditions
     new c3b1e7f  fixed typo in constraint name PR_REV_FK
     new 61b9d6b  Add index to discriminator; add foreign-key elements
     new 3a41914  change type of char column to INTEGER to accommodate 65535
     new f99ace5  add metadata for class PCPointSingleFieldDate
     new 5ae618b  typos on DDL
     new 61a79f8  typos in various orm files
     new b613fe9  Numerous fixes to orm metadata, schema
     new 72e6472  JDO-85: Mark fields as not persistent that default to not 
persistent
     new 09c4e48  JDO-95 JDO2API doesn't run with JRE 1.3 due to classes and 
methods added since 1.4
     new de2b801  Fix problems with REFERENCES in schema.sql
     new f664f68  JDO-96: Add package.jdo for datastoreidentity 
singlefieldidentity tests.  Submitted by Michael Watzek
     new 9a45b2e  JDO-57: Implement exclude list
     new 9787e02  JDO-104: Value is outside the range for the data type DOUBLE
     new a17c2d4  Change INTEGER columns to CHAR(1); fix typo in orm
     new 4ccb98e  JDO-112: Mismatch between ORM metadata and schema; JDO-113: 
Types of key/value columns and index columns in join tables; JDO-114: Change 
mapping of char fields; submitted by Michael Watzek
     new b1966b2  JDO-112: Mismatch between ORM metadata and schema; JDO-113: 
Types of key/value columns and index columns in join tables; JDO-114: Change 
mapping of char fields; all for datastoreidentity, submitted by Michael Watzek
     new cb370b7  Map fields of FieldsOfSimpleClass as embedded, serialized, 
and reference to table; MW's schema.sql for app identity.
     new 31d31f9  * copy license to each 2.0 module to make building maven 
bundles easier * change antlr dependency to new version for 2.0 artifacts
     new 644a8e8  Revert antlr version change, isn't as simple as I'd hoped
     new 9fae066  Added JPOX maven dependency. Thanks to Karan Malhi
     new 4fa30d4  Remove 1.5 conflict: enum as an identifier. Thanks to Karan 
Malhi
     new 6e74981  Update to latest c3p0. Still won't automatically download. 
Thanks to Michael Watzek.
     new 036cf86  Added ibiblio to maven.repo.remote
     new 407269f  Added relationship tests to CompletenessTest. Patch provided 
by Michael Watzek
     new 4fcd3f1  Added a hack implementation of 
getPersistenceManagerFactory(Map) so tests run with latest API20 jar.
     new 6f4c8ae  Update StateManagerImpl to conform with latest spec changes 
to spi.StateManager
     new e816707  Implemented StateInterrogation for non-binary-compatible 
implementations
     new ca576c6  Changed detachment contract per Proposed Final Draft 
specification.
     new 1104639  Change antlr dependency from version 2.7.3 to 2.7.5, because 
this version is available in the remote repository
     new 51c6b47  Added doPrivileged block to code getting the JDOImplHelper 
instance in Test_ClassRegistration
     new 99bf284  Added method to set pm local store manager to PMInternal and 
PMImpl; Implemented PMF.isClosed
     new b6cfbe6  Remove the text JDORI from error messages in *20 projects
     new e85238a  Made construct(String, String) static; fixed synchronization 
bug in addStringConstructor
     new 7c5024a  JDO-81: add workaround implementation for the generation of 
jdoNewObjectIdInstance(Object) such that fostore20 test case Test_EmpDeptAppId 
succeeds.
     new fd879dd  JDO-115: Fix schema, mapping for FieldsOfSimpleInterface, 
FieldsOfObject
     new c8819ac  JDO-118 Contributed by Michael Watzek
     new 9ab7e21  Added support for ObjectIdentity to JDOModel
     new 98fd636   JDO-105; improve mapping of FieldsOfSimpleObject, 
CollectionCollections; fix problems with SimpleClass schema, orm
     new f122910  xml metadata testing: added <column allows-null...> <column 
sql-type...>
     new f48866c  Make Object instances SimpleClass, not String, Integer in 
TestFieldsOfObject
     new 74b7b66  Changed logging: all log files for a tck run go into a 
separate directory. Added a new properties file log4j.properties to configure 
log4j logging. Changes provided by Michael Watzek.
     new 34fffb9  Added a summary file listing the runtck results for all 
configurations. Changes provided by Michael Watzek.
     new 1a78615  Fixed relationship settings in company testdata. Changes 
provided by Michael Watzek.
     new 50ef672  Updated mapping for serialized and embedded Object, 
SimpleClass, and SimpleInterface
     new edd4164  Remove serialized=true from datastoreidentity orm
     new 725a0cf  Remove serialized=true from applicationidentity orm
     new 6119b2e  Added building log result from build goal
     new d77421c  JDO-109 Added new methods to EqualityHelper to allow tracking 
where differences are found in an object graph; Changed company model to use 
properties in interface definitions.
     new a4fe389  Fixed constructor to take IEmployee
     new e29aa09  Fix DROP TABLE to match CREATE
     new eff4d07  Remove EqualityHelper equals methods taking two arguments
     new 8a8b283  Remove icompany package; there are pc interfaces in the 
company package
     new 577df33  JDO-126: Spurious output in installSchema goal
     new 1e90b42  JDO-129 Extra packaging of enhanced files
     new 7787941  Upgrade to derby 10.1.1.0; Updated README.txt
     new beb2034  Added schema-, configuration- and orm-files for testing 
inheritance mapping strategies. Changes provided by Michael Watzek.
     new ec53bc2  Fixed typo and project dependencies in README
     new 161f749  Fixed foreign key definitions in join tables for many-to-many 
relationships in datastore identity schema. Changes provided by Andy Jefferson.
     new 6b560b2  New tests for orm schema attribute
     new de5fd30  Update logging properties files to support vendors' IUT using 
JDK 1.4 logging. Synchronize logging implementation with logging description on 
the JDO wiki. Changes provided by Michael Watzek.
     new 6e34a0e  Remove svn:executable property from tck20 files
     new fca99d6  Remove unused file from repository
     new abbab2f  Remove svn:executable property from some files in core20, ri11
     new 46842f0  Added CompanyFactory and implementations; updated test data 
to use factory
     new 08a8daa  Upgrade antlr to 2.7.5 in tck11 project
     new d503d4f  Fixed configuration file name in configurations.list
     new 4af9fa1  New assertions added for JDO 2 features
     new 9113076  Generate javadoc with maven build
     new ddf1dbd  dtd, xsd updates: JDO-123, 124
     new 119f954  Fix JDO-131: Added a system property to turn off clean-up 
after test. Changes provided by Karan Malhi.
     new a90e70e  Removed VALUES and NONE from FetchPlan; updated javadoc in 
PersistenceCapable and JDOImplHelper
     new bf01c74  JDO-117 Updated description of 
PersistenceManager.newObjectIdInstance
     new 56d3c18  JDO-135 JDK 1.5 compiler warnings. Patch provided by Karan 
Malhi
     new c0b06ee  JDO-135 JDK 1.5 compiler warnings. Patch provided by Karan 
Malhi
     new 179baaa  JDO-135 JDK 1.5 compiler warnings. Patch provided by Karan 
Malhi
     new df57244  Added javadoc and cleaned up test to make it a model test 
case.
     new ace1f61  JDO-51: added goals to build and clean jdo11, jdo20 and tck20 
projects to top level maven.xml
     new 5e4505b  JDO-139: Issues with tck20 test case transaction.GetOptimistic
     new 2bb998a  JDO-142: Restructure query test packages
     new 5b5dce6  JDO-122 step one: generalize use of <order> in mapping and 
schema of CollectionCollections
     new 7173429  Resolves JDO-146.
     new d9da21d  Resolves JDO-152.  Added missing "void close();" method to 
java/javax/jdo/datastore/JDOConnection.java.
     new 8b3aeb7  Changed default for DetachAllOnCommit to false
     new 8f12d4d  Fixed javadoc for DetachAllOnCommit
     new 58970bf  JDO-140 Add new tests for get/setRollbackOnly
     new 30a1662  JDO-150 Add new method retrieve(Object, boolean); update 
javadoc for retrieveAll with FGOnly parameter
     new c13e0a1  JDO-70 Reset performPreClearTests before tearDown
     new d628bba  JDO-143 JDO-145 JDO-151
     new c6eec33  JDO-92 Remove support for GUI test runner
     new ac53709  JDO-153 Upgrade springframework version used in tck20/tck11 
to 1.2.5
     new 3abe6ab  Changed java model implementation to make sure a class object 
is initialized such that pc classes register itself at the JDOImplHelper. 
Cleaned up I18N bundle in java model implementation.
     new 990c3e2  JDO-144 partial fix, plus several other test failures 
resolved. Map java.util.date to an SQL TIMESTAMP column.
     new c0f9d35  JDO-122 (partial); JDO-144 (fix test of BigDecimal)
     new 779e416  JDO-51 added multiproject goals invoking the default goal of 
the subprojects to the top level maven.xml
     new 78daced  JDO-156: Implement infrastructur to execute JDOQL queries as 
single queries or API queries.
     new b079cdd  JDO-168: XML query testdata needs to be extended for new JDO 
2 query tests
     new 311ff4a  JDO-156: Bug fix in the assertion of the QueryElementHolder 
constructor taking from and to as strings.
     new ad589f7  JDO-142: Restructure query test packages; forgot to remove 
the old operators directory
     new c0ddb81  JDO-157: Implement new JDO 2 query tests cases concerning 
keywords.
     new adefc20  JDO-158: Implement new JDO 2 query tests cases concerning new 
operators.
     new 7526c69  JDO-98 Fixed mapping for ArrayCollections
     new efbf829  JDO-184
     new 80d505c  JDO-155 Add lifecycle tests
     new ca5d6cc  JDO-155 added listener tests
     new 8c34b1a  JDO-178 fix suggested by Marcin Owsiany
     new a16baea  JDO-154 new tests for user object
     new baf3b01  JDO-122 (partial)
     new ae0ed9c  JDO-159: Implement new JDO 2 query tests cases concerning new 
supported methods.
     new 0ea8b4d  JDO-160: Implement new JDO 2 query tests cases concerning 
parameters.
     new 0d106dc  JDO-122 (partial)
     new c9ce6b0  JDO-181 Added setRange(String) to javax.jdo.Query
     new b0a66bc  Fix tables for embedded values of String key Map Collections
     new 8298e02  JDO-181: add method setRange(String) to QueryImpl class. The 
current implementation throws an exception, but with this change QueryImpl 
compiles against the current JDO2 API (api20).
     new ad491dc  JDO-186 fixed attach test so detached instance has lifecycle 
listener
     new 7e46596  JDO-55 Changed javadoc for getObjectById to throw 
JDOObjectNotFoundException instead of JDODataStoreException
     new 555b81b  updated comments on some JDO2 assertions
     new 2fe796b  JDO-144 Changes as per comment by Andy Jefferson 22/Oct/05
     new 0d78b0c  JDO-161: Implement new JDO 2 query tests cases concerning 
variables.
     new 642f222  JDO-144 Renamed vars; use equals method of expected, not 
actual
     new 3b1f629  Fixed ClassLoader issue in JavaModel implementation. - Call 
Class.forName in a doPrivileged block to avoid SecurityException. - The 
RuntimeJavaModel delegates a getJavaType lookup to the JavaModel   
corresponding to the ClassLoader hat loads the class. - A getJavaType lookup 
per Class instance asserts that the specified Class   instance is loaded by the 
ClassLoader bound to the RuntimeJavaModel instance.
     new 725b347  JDO-162: Implement new JDO 2 query tests cases concerning 
other language changes.
     new d3531f3  Two bug fixes concerning JDO-162: 1) method call 
Query.setString(String) incorporated, 2) logger for class MyLibReader added in 
all logging properties files.
     new 5606250  JDO-188 Added tests for getObjectIds
     new d620fa9  JDO-188 Added test for JDOHelper.getObjectIds
     new f6c0add  JDO-196 Wrong error message for DetachAllOnCommit
     new 1e37b3e  JDO-196 Fixed message bundle for 'notsupported'.
     new 1776187  JDO-122 *StringValueCollections
     new 70c9c1b  Syntax of range clauses in single string queries has been 
adapted to the latest spec.
     new e0c29c3  JDO-197 Also changed var names for clarity
     new 17ca473  fixing two javac warnings 'unmappable character for encoding 
ASCII'
     new 4b5310b  JDO-199
     new 19f7e38  JDO-199 datastore identity
     new 4f381f2  JDO-160: removed errorneous test query
     new a8bdfb2  JDO-160: fixed typo in query filter
     new 8d35fd2  Bug fix in query test Instanceof: The expected result was 
incorrect and Java keyword 'import' was specified in capitals.
     new eef9330  Bug fix: Java keyword 'import' was specified in capitals.
     new 2471ae7  Bug fix: expected result is ['emp2', 'emp3'] in test case 
Instanceof.
     new 30da42a  Updated a few assertions
     new 3f9b7d8  JDO-201 Fixed ClassCastException, added BigDecimal test code 
block, test passes
     new 527a1e7  Bug fix: Some queries used '=' instead of '=='.
     new f4644ee  JDO-163: Implement new JDO 2 query tests cases concerning 
query API Extensions
     new d363757  JDO-163: alltests.conf was missing the new test cases.
     new b440736  Fixed typo in case numbers in switch
     new fa7ae7a  JDO-200 schema/metadata typos fixed
     new df2a100  JDO-207
     new d5cb3fe  JDO-210
     new 09cab3d  JDO-209
     new ae00a16  JDO-209
     new f490b93  JDO-192
     new 528f9ea  JDO-208
     new 914f6a3  Fixed javac goal to adhere the project's source and target 
properties
     new 58570f3  JDO-163: Bug fixes reported by Andy on jdo-dev. Improved 
equals comparison for object arrays, floating points, and big devimals.
     new 9f1a06b  JDO-195 Added enhancer support for JDK1.5 classfiles
     new 20fc9b6  added properties file for local source/target=1.3 flags
     new cb6703d  JDO-213 Add attribute element-type to element array
     new d30590b  JDO-211
     new 6345648  JDO-211 various metadata fixes for *MapStringValueCollections
     new 7131480  Fix IndexOutOfBoundsException
     new 1eecde5  JDO-216: Result handling in class QueryTest must be capable 
to consider return types of java.lang.Object.
     new 79c8f65  JDO-218
     new 5444012  JDO-215
     new 656e323  JDO-211
     new bcfd329  JDO-164: Implement new JDO 2 query tests cases concerning 
result handling.
     new 74a712e  Bug fix related to JDO-164.
     new 8315f01  JDO-165: Implement new JDO 2 query tests cases concerning SQL 
queries.
     new a00bbda  Bug fix related to JDO-165: The inner compile method in 
QuerTest has been added an exception handler silently catching 
JDOUserExceptions. JDOUserExceptions may be thrown by 
PersistenceManager.newQuery methods in case of negative tests.
     new 50b5361  Bug fix related to JDO-177.
     new bc0944b  Bug fix related to JDO-177.
     new 1183253  Bug fix related to JDO-177.
     new b038971  JDO-222: Test case query.sql.CandidateClass should be renamed 
to query.sql.NoCandidateClass.
     new 43e5e1b  JDO-223: SupportedMapMethods miss queries calling isEmpty() 
and size(). SupportedCollectionMethods must be extended by queries calling 
contains() and size().
     new 6eabae4  JDO-224: Adapt ResultClassRequirements to new wording in spec 
concerning assertion A14.6.12-1.
     new d45f45c  JDO-221: Test case AggregateResult misses DISTINCT queries 
and navigational expressions in aggrgate queries.
     new ead912f  JDO-226: DistintCandidateInstances.testCollectionQueries typo.
     new 215a6bd  JDO-217: The expected result in JDO2 query test cases should 
have the exact runtime type of the query.
     new 8f3726a  Query section of assertion spreadsheet has been updated to 
reflect JDO2 query tests.
     new c0ee8a4  JDO-166: Implement new JDO 2 query tests cases concerning 
deletion by query.
     new 57497ea  JDO-211, JDO-215
     new 1afc803  JDO-147: Remove pm.deletePersistent from query tests.
     new 486a069  JDO-227
     new a409f26  JDO-212 Add persistent property support to jdo.dtd and orm.dtd
     new f6037fc  JDO-229: Class DeleteCallback must not assume managed 
relationships.
     new 3c0c393  JDO-228: Enhancer error message for 
org/apache/jdo/tck/pc/mylib/PCClass.jdo.
     new 5a3c0a7  JDO-167: Inheritance mapping 2 needs to be changed to support 
polymorphic relationships to Employees.
     new 363761d  JDO-230: Fix order of makePersistent() and addTearDownClass() 
in localSetUp methods.
     new 8f4f451  JDO-254: Fix message when query compilation fails.
     new 2d18db3  JDO-257 Changed signatures of makePersistent to return Object
     new 68ff55e  Add multiproject fostore20 goals
     new 7daac55  Add fostore20 multiproject goals for build, clean, and default
     new 8ef4cfa  JDO-257 Adapt runtime20 to the change in makePersistent 
return types
     new 986313a  Change mangleObject to avoid changing static and final fields
     new a91ea59  JDO-260
     new 16f9daa  JDO-261
     new c4dfb6f  JDO-261
     new 1f3501f  Updated comments on makePersistent methods
     new f3d7ee1  JDO-214 Add jdoquery.xsd and jdoquery.dtd
     new 1b30482  JDO-231 Fixed orm.dtd extra definition of property and type 
in definition of interface table attribute
     new 314c77c  JDO-202 Added orm.xsd but a test is still needed
     new 3dae18c  Graduating JDO to db.apache.org
     new 91e8a0e  Renamed JDOModel-Model-jpg JDOModel-Model.jpg having the 
correct suffix
     new 3a6df77  JDO-262
     new 6224c35  updated project.xml to remove incubator logo and add 
jdo-commits email alias info
     new 852eabe  fixed committer ids
     new 29d7a07  added archive to mailing lists
     new 73cc8e4  changed home page to db.apache.org
     new 5baf940  fixed repository access information
     new b96e94c  fixed repository info
     new a5f480b  JDO-147: add localSetUp method making sure the database gets 
cleaned up after test execution.
     new e8b5a0b  add missing order mapping elements to ArrayCollections orm 
metadata
     new 1020665  JDO-206: change the derby schema by using the column type 
REAL for all float fields. This also fixes a bug in the table PrimitiveTypes: 
the type of columns doubleNull and doubleNotNull should be DOUBLE instead of 
FLOAT.
     new fc2cfd8  JDO-241: Change the test using a memory collection as query 
candidates to include persistent instances in the memory collection. Fix the 
result expression of the distinct query.
     new 44b06d4  JDO-206: update the derby schema files schema[1-4].sql to use 
the type DOUBLE (instead of FLOAT) for all columns that are used to map double 
fields.
     new beb6c8e  JDO-264 (partial)
     new 4a24769  JDO-244: Changed the HAVING argument in the positive test to 
do a COUNT on a single valued field instead of a collection field. Also changed 
the HAVING argument in the negative test to be invalid.
     new 261fe1a  JDO-264 (partial)
     new 577b0b9  JDO-194 change variable names to avoid a conflict modulo 
capitalization with class names
     new da4a9c3  JDO-220 updated test and metadata
     new 4ffb28d  JDO-220 updated test and metadata
     new dc9a523  JDO-243 changed ordering to a grouped field
     new c34f431  JDO-72 added VersionedPCPoint with version column and 
version-number strategy; changed OptimisticFailure to use versioned class
     new 44e565e  JDO-257 removed attachCopy and attachCopyAll methods; left 
comments to be removed later
     new 6ff33db  trivial addition...
     new 20924c5  Added comment to clarify what the jdo.tck.cfglist property 
contains.
     new 17ad372  JDO-72 re-enabled test that failed on JDO 1 RI but passes on 
JDO 2 RI
     new 13a1594  added debugability with goals "debugtck.jdori" and 
"debugtck.iut"
     new 9178e66  JDO-248 changed Map query to use id and last name instead of 
phoneNumbers
     new 7498d99  JDO-257 remove javadoc references to PM.attachCopy
     new 328ee94  Added negative tests accessing unknown fields in the select 
clause
     new 7d07b98  JDO-244 fixed SELECT clause accessing field declared in a 
subclass of the candidate class
     new 92dfcb1  Added Michael's refactoring so as not to duplicate debug 
property setting.
     new 569fcdd  JDO-271 changed candidate class from Person to 
FullTimeEmployee
     new 66fc734  JDO-271 changed candidate class from Employee to 
FullTimeEmployee
     new a3af833  JDO-269 allow setting of id for use with pm.newInstance 
construction of instances
     new 42a137b  JDO-272 Checking in some code so as not to lose it.  Some 
tests work, but IsDetached is currently broken.
     new adcb8a3  JDO-272 fixed typo in oid class
     new a0faa33  JDO-272 Oops -- forgot to add orm files for app & ds id.
     new 04f5d07  JDO-245: Changed query test class Having: - Added a new 
positive test   SELECT department, AVG(weeklyhours) FROM Employee GROUP BY 
department HAVING COUNT(personid) > 1 - Added a new negative test   SELECT 
department, AVG(weeklyhours) FROM Employee GROUP BY department HAVING firstname 
== 'emp1First' - Moved class Having from package query.result to query.jdoql
     new 03fd8c2  JDO-272 Update to fix bugs & config problems.
     new c32eba2  JDO-263
     new 09b7ca9  JDO-203
     new 10b5b4d  JDO-264 (interim)
     new bf9e7d4  JDO-264 Remove project.classpath
     new c32a50e  JDO-264 backing out the last commit, there are problems
     new 593ea59  JDO-257 final update to remove attachCopy from 
PersistenceManager
     new a97fcdd  JDO-264 Refactored classpath properties for clarity and to 
avoid duplication
     new 561958d  JDO-275: Split out alltests.conf into several, smaller 
configurations This replaces the alltests.conf by 11 new configuration files: 
instancecallback.conf, jdohelper.conf, pm.conf, pmf.conf, enhancement.conf, 
extents.conf, lifecycle.conf, models.conf, query.conf, jdoql.conf, 
transactions.conf It also adds the total number of test runs, errors and 
failures to the test output.
     new d807ba8  JDO-277 change wage to small number compared to salary
     new 2a68879  JDO-276 change column type for BigInteger from BIGINT to 
NUMERIC(31)
     new f49c99c  JDO-272 Update to schema & mappings to include version 
columns for use with detachment.
     new 16e9ac6  JDO-278 Change groupId to javax.jdo and org.apache.jdo
     new 61dea46  JDO-264
     new 090b055  Comment out setting of the property 
derby.language.logStatementText which controls logging of sql statements
     new 8e5a537  Add RunRules to tck20
     new 0b43c51  JDO-280
     new e923427  JDO-281 fix JDK 1.5 issues
     new 25dbe8f  JDO-279 added RunRules.html to src distribution
     new 950bc1b  JDO-279 minor cleanup for api20 resources
     new 7ecce06  JDO-279 minor cleanup for checkstyle properties
     new 4512f90  JDO-279: cleanup dist:build-src pre- and postGoal
     new 02bdcb7  adding just so that we have it
     new a77b0d7  JDO-279: Add directories assertions and iut_jars to the 
jdo2-tck distribution
     new 6636b8f  JDO-284: add build.properties file to and remove generated 
build.xml from tck distribution
     new 27d11d8  JDO-280: Remove note from project.xml talking about sources 
being located in the test directory
     new 20d0d14  JDO-283 Update RunRules in trunk and branch
     new 24640e9  JDO-282 reviewed & done.
     new 0f9c467  JDO-286
     new d1912ca  JDO-287
     new b0b4fa7  JDO-194 added query with implicitly defined variable name the 
same as a class name modulo capitalization
     new 580f417  JDO-297: RI11 doesn't run - Added groupId entry in ri11 and 
tck11 project.xml. - Cleaned up groupId in dependencies. - Renamed property 
jdo.jdoapi.jarfile to jdo.api.jarfile - Change version entry in api11, ri11, 
tck11 to be SNAPSHOT.
     new b635ad9  JDO-290
     new 0cc9756  JDO-291
     new f6365d0  JDO-303 NPE if no tests were run.
     new 9885a74  JDO-304 query failure message should print filter
     new 2c114e9  JDO-246 update tests with variables to include distinct and 
non-distinct queries
     new 92baa14  JDO-202 fixed one issue with orm.xsd and jdo.xsd
     new 9a23059  JDO-202 removed erroneous xs:attribute ending
     new 2c141ec  JDO-288 update dtd, xsd, FetchPlan for spec changes
     new 3834aa3  JDO-307 update javadoc for FetchPlan.getGroups
     new 1ef495f  JDO-305: Remove keyword IMPORTS from TCK query test classes
     new e4c7e59  JDO-306 add methods makeTransient[All] with parameter 
useFetchPlan
     new ea7e433  JDO-202: fixed jdo.xsd and changed property attribues, class 
subelements, field attribues, array attributes, order attributes, fetch-group 
subelements, and embedded subelements.
     new 8d086ce  JDO-202: spec review items Chapter 18 - Restrict allows-null 
attribute values in column element. - Changed subelements of foreign-key, 
index, and unique. - Added/changed update-action attribute in elements: 
element, key, value. - Removed indexed attribute from order element.
     new aeb3792  JDO-304 updated query checking to include query filter
     new 235b2a7  JDO-202: add schema validation test case XMLTest that is 
running .jdo, .orm and .jdoquery files against the XSD and DTD.
     new d67f20b  JDO-202: added missing field subelement foreign-key and 
removed mapped-by attribute from element
     new 9364a13  JDO-202: Rearranged the elements in orm.dtd to use the same 
order as in jdo.dtd. - Added subelement 'property' to element 'class'. - 
Changed attribute 'strategy' in the element 'version' from REQUIRED to IMPLIED. 
- Fixed 'implement' subelements. - Fixed order of subelements in elements 
'inheritance'. - Restricted the values of attribute 'primary-key' in element 
'field'. Changed orm.xsd accordingly.
     new e530dd7  JDO-202: reintroduce mapped-by attribute for element element
     new 6dac781  Rename directory src/dtd to src/schema
     new 5934925  JDO-202 Added mapped-by to element element
     new 2e08f5f  JDO-202 fixed named query metadata
     new 3cd3d37  JDO-202 remove fetch-group attribute from property element
     new c327fa6  JDO-202 Remove fetch-group from property
     new 0a1d2ca  Change jdo xsd, XMLTest and test .jdo to make use of 
namespaces
     new 01c7a9d  JDO-202 Added test cases for .orm and .jdoquery Removed 
attribute serialized from element property in orm Removed attribute primary-key 
from element field in orm Fixed typo in jdoquery.xsd Added test cases for 
Chapter 15 examples
     new 1608917  JDO-315 Update maven.xml
     new 0eb652c  JDO-301 Updated README.txt
     new 143ecc8  JDO-202 Added attribute field-type to element field
     new 9594316  JDO-301 Updated RunRules.html
     new 92da4cd  JDO-317 Remove primary-key and foreign-key from field elements
     new 999353c  JDO-322 Missing makeTransient(..., boolean useFetchPlan) 
methods in PMWrapper
     new 8cc4909  JDO-323
     new 0da8433  JDO-318 Change some .jdo and .orm files to use xsd
     new 8e8c59b  JDO-318 Change some .jdo and .orm files to use xsd
     new 2041731  JDO-316 allow user to configure their own JNDI provider
     new f85a417  JDO-325 Change return type of FetchPlan.getGroups() to Set
     new b17d8e2  JDO-312
     new a237763  JDO-311: Inheritance3 : should check if the JDO 
implementation supports javax.jdo.option.mapping.RelationSubclassTable
     new 8aebd36  JDO-296 Added company factory for pm.newInstance(PCClass)
     new 381eb2b  JDO-296 Added new test for persistent interfaces with new 
mapping
     new e41054a  JDO-296 Added configuration file for PM Interface
     new 74dcd1a  JDO-320: Add negative query test for projecting a map and 
collection field to tck20
     new 7a6b69c  JDO-321: Add test queries accessing a public static final 
field declared in a company model class
     new 747f115  JDO-296 Add persistent interfaces to package.jdo files
     new 7cb66a6  JDO-294 Added test for FetchPlan interface
     new 7a3526a  JDO-294 Added new constructor to PCRect for FetchPlan tests
     new fb9ccc0  JDO-294 Added fetchplan.conf to configurations.list
     new 8449491  JDO-294 Added refreshAll and retrieveAll methods to tests
     new 960e617  JDO-319: Enhance api20 XMLTest so that users can check their 
own .jdo .orm, and .jdoquery files
     new 49e047b  JDO-309: minor extensions to tck20 test utilities
     new 5d9de67  JDO-300 Log system and jvm version information with test 
results
     new fb4f222  JDO-190 Added test for DataStoreCache
     new d625a94  JDO-191 Added tests for DataStoreConnection
     new acaca64  JDO-272 Added tests for detach behavior
     new 7f09e74  JDO-272 Removed redundant test
     new 0ee2ea1  JDO-238 - fixed TCK test case ThreadSafe
     new accc8c5  JDO-191 Changed test to run just JDO 1 state transitions; 
will be fixed later
     new a6b2efc  JDO-327 Removed incorrect primary-key annotation of fields
     new 6dfb802  Fix completeness test failues due to missing property 
jdo.tck.mapping.companyfactory
     new c2b0697  JDO-335: Close PMF after running each configuration unless 
property jdo.tck.closePMFAfterEachTest is set to true
     new c4783ae  JDO-331 Fixed test to check for persistent instance after 
attach
     new b9df65f  JDO-191 Fixed Connection to be cast of JDOConnection
     new 6f7653c  Store pmf.supportedOptions in a file 
pmf_supported_options.txt in the log configuration directory
     new 41ae3e1  Fix DetachTest to reset DetachAllOnCommit flag
     new cd250e1  JDO-334 Added missing field-type attribute of property element
     new 17e4429  JDO-339 Change no-args constructors from protected to public
     new b1bb414  JDO-338 Add delimiters to maven parsing of cfglist, dblist, 
identitytypes, classes, and exclude
     new 14fe12a  JDO-340 Fixed newDentalInsurance to return the newly created 
instance
     new cfc00ec  Bug fix related to API doc of PM.newInstance(Class).
     new f14e6ef  JDO-309 removed executable property from new file 
RogueBarrier.java
     new 069bb81  JDO-299 - Added signature test for verifying JDO 2.0 API 
classes and interfaces
     new b473874  JDO-259 Added new NontransactionalWrite tests; removed the 
old test
     new 414f494  JDO-259 removed reference to 
org.apache.jdo.lifecycle.nontransactional
     new a209787  JDO-341 Change access from public to private for 
JDOImplHelper.isClassLoadable and ObjectIdentity.STRING_DELIMITER
     new ab40253  JDO-341 Change access from public to private for 
JDOImplHelper.isClassLoadable and ObjectIdentity.STRING_DELIMITER
     new 9aca0dd  JDO-341 Added missing constructor for JDOHelper
     new f88f7c1  Change javadoc of method setMaxFetchDepth to avoid warning 
with JDK1.4 javadoc tool
     new f9d7f51  JDO-299 Changed maven.xml to run signature test only once
     new dda3f93  JDO-318 Changed all metadata files to use xsd for instead of 
dtd
     new 2628295  JDO-318 fixed typo in orm
     new 2024061  JDO-141 Added getObjectsById tests
     new 2f3fe7f  JDO-342 Changed Character.valueOf to new Character to support 
JDK 1.4
     new 5dcaaa4  JDO-310 Work around Derby bug
     new 6215044  JDO-335: call closePMF in finally block
     new 5b96461  JDO-273, JDO-258 : added tests for detachment and 
persistent-nontransactional-dirty lifecycle
     new dbc72eb  JDO-273, JDO-258 : added tests for detachment and 
persistent-nontransactional-dirty lifecycle
     new 0589044  JDO-348 - fix for fostore20 compilation issue due to latest 
api20 changes
     new c2b8896  JDO-351 fix assertion id
     new edd0dcd  JDO-350 fix assertion description
     new 9518a3f  JDO-273 - fix for serialization with active 
datastore/optimistic tx
     new d7a93a2  JDO-189 - Extended test for PMF.isClosed()
     new 05521ea  JDO-273 - Disabled scenario 'detachCopy outside tx'
     new 5b81a3b  JDO-352 updated comments to reflect assertion ids tested
     new 1fbaf5f  JDO-353: fix issues reported by checkstyle
     new bbe7c53  JDO-354
     new 774c996  JDO-355: Remove extra tables/classes in the sql and orm for 
mappings 5, 6, and 7
     new 86a5742  JDO-349 fix javadoc warnings
     new 18d4cd7  JDO-349 fix javadoc warnings
     new 648fd82  JDO-293
     new afba85e  JDO-293 final updates to spreadsheet
     new b391760  Create JDO 2.0 final release
     new 5683d9d  Remove projects and files that are not being released
     new 96022f9  Remove project not being released with JDO 2.0
     new 4446837  Updated project.xml to change dependencies from SNAPSHOT to 
2.0
     new 4bb752f  JDO-356 Update RunRules.html
     new ba68ae7  JDO-356 Update README.txt
     new 919cd8d  JDO-293
     new d00b636  JDO-293
     new af58612  JDO-358 Fixed incorrect metadata for persistent interfaces
     new 073a834  JDO-293 removed statement on protected member coverage
     new 95fe3ad  JDO-359 Remove DOCTYPE from .jdo file
     new 84ee1f6  JDO-362 Fixed omitted makePersistent call in 
NontransactionalWrite
     new 45a6ae1  JDO-364 - Completness tests fail with generated 
implementation classes for interfaces
     new 534c7d1  JDO-366 Updated RunRules.html
     new c0a57a7  JDO-369 Completeness test doesn't clean up instances of 
persistent interfaces
     new 48ac174  JDO-370: fix invalid query in SetterReplacePreviousValues 
test case
     new 0637492  JDO-371: fix error message in 
CloseOfExtentIteratorIsIteratorSpecific
     new 4978bff  JDO-372: cleanup pm2 instances in test case 
ConcurrentPersistenceManagersSameClasses
     new a54fbbf  JDO-376: need to call closePM on correct pm instance
     new 2915cf7  JDO-374 add tck20.dist goal and dist postGoal copying the 
release articats to the releases directory
     new d594503  JDO-375: obtain tearDown classes from correct reader + fix 
list of tearDown classes in CompanyFactoryPMClass
     new b0e07a3  JDO-375: remove classes Person and Emplyoee from the list of 
tearDown classes in CompletenessTest
     new 080336e  JDO-375: adds names to the foreign key constraints for the 
company model in schema 0

The 629 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Reply via email to