Re: svn commit: r209692 - in /incubator/jdo/trunk/api20: src/java/javax/jdo/ src/java/javax/jdo/identity/ src/java/javax/jdo/spi/ test/java/javax/jdo/identity/

2005-07-08 Thread Andy Jefferson
I have updated my api20 workspace today and called maven -o rebuild. The ObjectIdentityTest prints an error (see below). I'm not sure, why I do not see the error stacktrace. You mean the failed test ? This is the error. Looks like some date parsing needs a fix in JDOImplHelper.

Company model and inheritance strategy

2005-07-08 Thread Michael Watzek
Hi Craig, I'm currently preparing different inheritance mappings for hierarchies Person/Insurance of the company model. I think of providing separate configurations for the following combinations: 1) inheritance strategy: superclass-table, discriminator strategy: value-map 2)

Re: svn commit: r209692 - in /incubator/jdo/trunk/api20: src/java/javax/jdo/ src/java/javax/jdo/identity/ src/java/javax/jdo/spi/ test/java/javax/jdo/identity/

2005-07-08 Thread Craig Russell
Hi,It's the date formatter which is set up for US date formats. My bad.I'll get a fix for this as soon as I can.CraigOn Jul 8, 2005, at 2:22 AM, Andy Jefferson wrote:I have updated my api20 workspace today and called "maven -o rebuild".The ObjectIdentityTest prints an error (see below). I'm not

Re: Patch for date issue

2005-07-08 Thread Michael Bouschen
Hi Craig, I tried your patch and it works with my environment using German as the default locale. Regards Michael Index: test/java/javax/jdo/identity/ObjectIdentityTest.java

Minutes: JDO TCK Conference Call Friday, Jul 8, 9 am PST

2005-07-08 Thread Michael Watzek
Attendees: Craig Russell, Michael Bouschen, Michael Watzek, Erik Bengston 1) Test status (Michael W.) Michael W. sent patch for assertions A7.12-38, A7.12-39, A7.12-25, A8.6-13 - A8.6-20. The patch is not ready for checkin as it contains a bug concerning inheritance of pc classes. Craig

Re: 2nd patch for new test cases

2005-07-08 Thread Michael Watzek
Hi, please do not checkin this patch for the following reasons: - It contains a bug wrt inheritance of pc classes. - It introduces dependencies to JNDI fscontext implementation which we do not want to have. - Craig already checked in a new version of JDOHelper containing the missing getPMF