Hi,
The completeness test uses Spring for creating instances. Spring sets values using the constructors, but for the interface test the generated implementations have only a default constructor, so instances will be constructed with null values. Later the JDO vendor impl will attempt to store instances in not null columns, and this fails. Regards,
