JDORI : XML validation

2006-04-24 Thread Andy Jefferson
To remove the (DTD) validation errors from the TCK *-jpox.log files you can update tck20/src/conf/jdori-pmf.properties and add org.jpox.metadata.validate=false Doesn't affect the running of any test, except perhaps small speed improvements of not validating every file. -- Andy

[jira] Resolved: (JDO-372) ConcurrentPersistenceManagersSameClasses - Failed on second run

2006-04-24 Thread Michael Bouschen (JIRA)
[ http://issues.apache.org/jira/browse/JDO-372?page=all ] Michael Bouschen resolved JDO-372: -- Fix Version: JDO 2 final Resolution: Fixed Checked in the patch in the 2.0 branch and the trunk (see revision 396521).

[jira] Created: (JDO-374) Add a maven target to create distribution artifacts for all subprojects of tck20

2006-04-24 Thread Craig Russell (JIRA)
Add a maven target to create distribution artifacts for all subprojects of tck20 Key: JDO-374 URL: http://issues.apache.org/jira/browse/JDO-374 Project: JDO Type: Improvement

[jira] Updated: (JDO-374) Add a maven target to create distribution artifacts for all subprojects of tck20

2006-04-24 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-374?page=all ] Craig Russell updated JDO-374: -- Attachment: JDO-374.patch Please review this patch. It is at the trunk or branches/2.0 level. Add a maven target to create distribution artifacts for all

Problems building tck20

2006-04-24 Thread Jörg von Frantzius
Hi, probably it's just me not seeing the obvious (or my inexperience using maven), but at the moment I keep on getting compile errors with tck20 that I can't get rid of. I can get it all to compile correctly in Eclipse, so I guess it's not really a problem in the sourcecode. Eclipse tells me

Re: Problems building tck20

2006-04-24 Thread Michael Bouschen
Hi Jörg, is it possible for you to do a clean and then regenerate the jars for the dependent JDO projects? This is just to make sure that the jars in your local maven repository (such as jdo2-enhancer-SNAPSHOT.jar) are up-to-date. You could run 'maven tck20.clean' from the trunk directory.

Re: Missing JPOX implementation creator

2006-04-24 Thread Erik Bengtson
Yes, you can check that JPOX enhancer jar is in the test runtime classpath by enabling maven debug mode. Quoting Jörg von Frantzius [EMAIL PROTECTED]: Hi, when I run the tests, I see the following error. Is there anything I can do about this myself per chance? Thanks for even more hints,

Re: Missing JPOX implementation creator

2006-04-24 Thread Michelle Caisse
Hi Jörg , I think you just need to drop the jpox enhancer jar file into the iut_jars directory of your tck installation, or otherwise get it onto your classpath. -- Michelle Jörg von Frantzius wrote: Hi, when I run the tests, I see the following error. Is there anything I can do about

interface test revival

2006-04-24 Thread Erik Bengtson
Hi, My laptop works now and I will soon commit the fix. Andy and I have agreed in releasing JPOX in 1 1/2 week time, around the first weekend of May. Hope its good enough.. Cheers