Re: RunRules for JDO TCK

2006-01-06 Thread Michael Bouschen
Hi Craig, two minor comments: Please mention that we are using maven 1 (recommended version is maven 1.0.2). We do not run with maven 2. Section "Running the Tests" describes to use 'maven multiproject:build' to build the requires jars. This works because the distribution does not contain a

Re: RunRules for JDO TCK

2006-01-06 Thread erik
The installSchema goal is only handling derby database. Should't exist a generic implementation that connects to any database using a jdbc driver, reads and fires sql scripts to database B, C or D? Quoting Michael Bouschen <[EMAIL PROTECTED]>: > Hi Craig, > > > Javadogs, > > > > I'm inclined to a

Re: RunRules for JDO TCK

2006-01-06 Thread Michael Bouschen
Hi Craig, Javadogs, I'm inclined to agree with Andy that the schema and orm files for each of the databases we know of should be standard and specified as part of the TCK. I agree. There is nothing in the TCK tests that should be different in the orm files from one database to another.

Re: RunRules for JDO TCK

2006-01-05 Thread Craig L Russell
Javadogs,I'm inclined to agree with Andy that the schema and orm files for each of the databases we know of should be standard and specified as part of the TCK.There is nothing in the TCK tests that should be different in the orm files from one database to another. There are differences in the sche

Re: RunRules for JDO TCK

2005-12-31 Thread Andy Jefferson
Hi Craig, > Attached please find the first draft of the TCK run rules for JDO > 2.0. Please comment. Why is the "sql" modifiable "to suit the JDO implementation" ? Why is the "orm" modifiable "to suit the JDO implementation" ? Surely the ORM defines the underlying schema, and so the ORM files pr

RunRules for JDO TCK

2005-12-30 Thread Craig L Russell
Javadogs,Attached please find the first draft of the TCK run rules for JDO 2.0. Please comment.Craig Running the JDO 2.0 Technology Compatibility Kit Overview In order to demonstrate compliance with the Java Data Objects specification, an implementation must successfully run all of the TCK tests