You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-dev@db.apache.org by Craig Russell <Cr...@Sun.COM> on 2005/04/23 07:36:31 UTC

RESEND Minutes: JDO TCK Conference Call Friday, April 22, 9 am PST

Correcting Attendance...

Attending: Brian Topping, Michelle Caisse, Erik Bengtson, Michael 
Watzek, Martin Zaun, Matthew Adams, Craig Russell

1. XML schema has been mechanically generated but still needs to be 
fixed because the DTD wasn't quite right.

Do we really need the orm file? Yes. It contains just mapping 
information, whereas the jdo file has both object model and mapping

AI: Craig fix up the jdo DTD.

AI Brian Topping ask more questions about the orm.

2. Erik and Martin are not yet committers; they need to follow up with 
Geir Magnusson. Michelle will try to facilitate.

Release JDO API on ibiblio. We will use group-id incubating-apache-jdo 
and keep the artifact names the same as we agreed last week.

AI Brian Topping set up nightly builds to push snapshot to ibiblio.

3. Detached objects: no change. Create a new model for detachment 
tests, like e.g. ShoppingCart. The domain classes will go into a new 
sub-package of org.apache.jdo.tck.pc.

AI Craig: Resolve what happens if an application identity field is 
changed while the object is detached.

AI Craig: Resolve the serialization contract for a Detachable class so 
that implementations interoperate.

4. Metadata test status. Most metadata files and schema have been set 
up for all test classes except for field types and life cycle. Need 
yesterday's JPOX build to run it.

5. Issue with running all of the TCK tests at once (maven build) after 
midway through the tests "out of memory error".

AI Erik check out latest build and try it.

6. Many classes in tests need extensive orm that cannot be 
automatically generated. Michelle will write a script to generate 
these.

7. Craig will turn over the spec to Michelle to update the assertions 
especially in the detachment part of Chapter 12. After update, Craig 
will publish the spec on http://access1.sun.com/jdo/private.

8. Apache nightly builds/test runs? AI Brian Topping to ask around to 
see what we can do.

Craig

On Apr 21, 2005, at 1:09 PM, Michelle Caisse wrote:

> Hi,
>
> We will have our regular meeting Friday (April 22) at 9 am PST to 
> discuss JDO TCK issues and status.
>
> Dial-in numbers are:
>
> 866 230-6968   294-0479#
> International: +1 865 544-7856
>
> Agenda:
> XML Schema (Brian T, Craig)
> JDO API release on ibiblio (Brian T, Craig)
> Detached objects status (Matthew)
> JIRA/Apache accounts (all)
> Metadata tests status (Michelle)
> Apache build & test plans (Craig)
> Other  issues  and status (any and all)
>
> -- Michelle
>
Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!

Re: TCK - SQL

Posted by Craig Russell <Cr...@Sun.COM>.
Hi Eric, Andy,

Can you please take a look at this? I can't get any of the Extent tests 
to run. I've checked in everything into svn except for the attached 
diffs, and I run the single test CloseAll. I've modified the schema to 
the requirements of the "org.jpox.validateTables" output and still no 
go.

Re: TCK - SQL

Posted by Michelle Caisse <Mi...@Sun.COM>.
Hi,

I filed the JIRA (I'm not sure Erik can do this yet) and checked in the fix.

-- Michelle

Craig Russell wrote:

> Hi Erik,
>
> On Apr 23, 2005, at 12:16 AM, erik@jpox.org wrote:
>
>> Hi,
>>
>> Shouldn't the PCRECT table should have two foreign keys to PCPOINT?
>
>
> Yes, it should. Can you file a JIRA on it?
>
> Thanks,
>
> Craig
>
>>
>> Regards,
>>
>> Erik Bengtson
>>
>>
> Craig Russell
> Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
> 408 276-5638 mailto:Craig.Russell@sun.com
> P.S. A good JDO? O, Gasp!



Re: TCK - SQL

Posted by Craig Russell <Cr...@Sun.COM>.
Hi Erik,

On Apr 23, 2005, at 12:16 AM, erik@jpox.org wrote:

> Hi,
>
> Shouldn't the PCRECT table should have two foreign keys to PCPOINT?

Yes, it should. Can you file a JIRA on it?

Thanks,

Craig
>
> Regards,
>
> Erik Bengtson
>
>
Craig Russell
Architect, Sun Java Enterprise System http://java.sun.com/products/jdo
408 276-5638 mailto:Craig.Russell@sun.com
P.S. A good JDO? O, Gasp!

TCK - SQL

Posted by er...@jpox.org.
Hi,

Shouldn't the PCRECT table should have two foreign keys to PCPOINT?

Regards,

Erik Bengtson