Re: Steps to running the TCK against jpox derby

2005-02-22 Thread Michelle Caisse
Subject: Re: Steps to running the TCK against jpox derby Michelle Caisse wrote: Hi, Michael and others, Here's what I've done to get jpox and derby to run against the TCK, to the point where they need to find tables in the database. 1. Put jpox-1.1.0-beta-1.jar in tck11

Re: Steps to running the TCK against jpox derby

2005-02-18 Thread Michelle Caisse
Michelle Caisse wrote: Hi, Michael and others, Here's what I've done to get jpox and derby to run against the TCK, to the point where they need to find tables in the database. 1. Put jpox-1.1.0-beta-1.jar in tck11/iut_jars. and put derby.jar and derbytools.jar in tck11/iut_jars 2. Put

Re: Steps to running the TCK against jpox derby

2005-02-18 Thread Brian McCallister
If running on OS X, you will need this property in your derby.properties as well. HFS+ behaves oddly, apparently, so you need to tell it to use a slightly different locking system =( This property works fine on non OS X systems as well. derby.storage.fileSyncTransactionLog=true -Brian On Feb