Hi Andy,
I downloaded the latest JPOX nightly build and I still get the error
reported in JDO-61.
Is there anything in cvs but not in the latest build that would cause
this test to pass?
Are you running with the same jdo properties that we do (checked into
test/conf)?
javax.jdo.PersistenceManagerFactoryClass=org.jpox.PersistenceManagerFactoryImpl
javax.jdo.option.ConnectionDriverName=org.apache.derby.jdbc.EmbeddedDriver
javax.jdo.option.ConnectionURL=jdbc:derby:jdotckdb
javax.jdo.option.ConnectionUserName=tckuser
javax.jdo.option.ConnectionPassword=tckuser
javax.jdo.option.Optimistic=false
javax.jdo.option.RetainValues=false
javax.jdo.option.RestoreValues=false
javax.jdo.option.Mapping=derby
org.jpox.validateTables=false # default = true
org.jpox.validateConstraints=false
org.jpox.autoCreateSchema=false
org.jpox.autoCreateTables=false
org.jpox.autoCreateConstraints=false
org.jpox.autoCreateColumns=false
org.jpox.rdbms.CheckExistTablesOrViews=false
org.jpox.autoStartMechanism=None
-- Michelle
Andy Jefferson wrote:
After I fixed the extent iteration outside a transaction, it appears
that JPOX fails test InstancesPersistedPriorToIterationReturned
because it doesn't include a new instance in the iteration.
Could you please look at JDO-61?
Hi Craig,
I ran that test on its own - for both datastore identity and application
identity (with latest CVS of JPOX). It passed.
runtck.single:
[echo] Run TCK test
org.apache.jdo.tck.extents.InstancesPersistedPriorToIterationReturned on the
IUT with
configuration /home/andy/work/jdo/trunk/tck20/test/conf/applicationidentity.conf
[java] RUN InstancesPersistedPriorToIterationReturned.test
[java] Time: 20.749
[java] OK (1 test)