Apache JDO Project - JDO TCK Conference Call Friday, June 15, 9 am PDT

This is Interesting: Free IT Magazines  
Home > Archive > Apache JDO Project > June 2007 > JDO TCK Conference Call Friday, June 15, 9 am PDT





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author JDO TCK Conference Call Friday, June 15, 9 am PDT
Michelle Caisse

2007-06-14, 7:11 pm

Hi,

We will have our regular meeting Friday, June 15 at 9 am PDT to discuss
JDO TCK issues and status.

Dial-in numbers are:
866 230-6968 294-0479#
International: +1 865 544-7856

Agenda:

1. Annotations update
2. Feedback on JDO 2.1 draft spec
3. Update TCK to use 2.1 xsd
4. Other issues

Action Items from weeks past:

[Jun 7 2007] AI Craig file a JIRA to improve javadoc for the test classes.

[May 25 2007] AI everyone Download the Grails demo from grails.org and
check it out. Also look at Grails/Groovy ExpandoMetaClass that has the
magic to avoid reflection and enhancement.

[May 25 2007] AI Matthew Adams prepare a proposal with just the basics
of schema synchronization with jdo and orm metadata.

[May 18 2007] AI Craig update
http://wiki.apache.org/jdo/CurrentDevelopment wiki page

[Apr 27 2007] AI Craig review Query API and send email to experts.

[Apr 27 2007] AI Erik file a JIRA regarding JPA style transactions and
attach his discussion document to it.

[Mar 9 2007] AI Craig: Update the spec to require that the key of the
listener is the class name of the listener, for consistency with
proposed xml..

[Mar 2 2007] AI Craig: update the JDOHelper class to include a string
constant "META-INF/jdo.xml" and a new method
getPersistenceManagerFactory taking no arguments.

[Aug 11 2006] AI Craig propose some semantics for behavior if user tries
to add to a list where the ordering element is incorrect.

[Jul 14 2006] AI: Erik document 220 annotations that don't have a
corresponding JDO concept.

[Jun 23 2006] AI Martin look at what Hibernate and TopLink support for
Enum types. In progress.

[Apr 14 2006] AI Craig: update the roadmap for JDO. In progress.

[Nov 4 2005] AI Martin: Update Martin's wiki with discusion of JDK 1.5
issues. In progress

[Sep 2 2005] AI: To recruit members, update the web site. Articles on
TheServerSide directing attention to the site. T-shirts, logo. AI:
Craig write a ServerSide article.

-- Michelle

Craig L Russell

2007-06-15, 1:11 pm

Andy Jefferson

2007-06-15, 1:11 pm

> 3. Update TCK to use 2.1 xsd: Enhancer has a problem with 2.1 xsd
> definition. AI Michael file a blocker JIRA to get the JPOX fixed.


You mean this ?
http://www.jpox.org/servlet/jira/browse/CORE-3300

=2D-=20
Andy =A0(Java Persistent Objects - http://www.jpox.org)

Craig L Russell

2007-06-15, 7:12 pm

Andy Jefferson

2007-06-15, 7:12 pm

Hi Craig,

> Looks like this will be available for testing this weekend (once the
> HEAD gets pushed out). Right?


HEAD (and RELEASE_1_1) is built every night at approx 01:00 GMT, so yes.

PS. Any JDO2.1 TCK will, at some point, need jpox-java5-1.2-SNAPSHOT.jar=20
including in its project.xml. This JPOX jar was previously (til last night)=
=20
including the JDO2.1 annotations in the jar, but I've now stripped them out=
=20
to use those in the jdo2-api-SNAPSHOT.jar so things should be in about the=
=20
right places now :-)


=2D-=20
Andy =A0(Java Persistent Objects - http://www.jpox.org)

Craig L Russell

2007-06-15, 7:12 pm

Michelle Caisse

2007-06-15, 7:12 pm

Craig L Russell wrote:

> Attendees: Matthew Adams, Michelle Caisse, Michael Bouschen, Martin
> Zaun, Craig Russell
>
> 1. Annotations update Annotations were checked in to the api2
> project. Michelle is trying to get JPOX enhancer to work with
> annotations instead of using .jdo and .orm metadata files.


The errors that I see now are related to changing boolean to String in
the annotations classes. Presumably this will be fixed in an upcoming
build of jpox and I can proceed with the test development.

-- Michelle


Michelle Caisse

2007-06-15, 7:12 pm

Andy Jefferson wrote:

>PS. Any JDO2.1 TCK will, at some point, need jpox-java5-1.2-SNAPSHOT.jar
>including in its project.xml. This JPOX jar was previously (til last night)
>including the JDO2.1 annotations in the jar, but I've now stripped them out
>to use those in the jdo2-api-SNAPSHOT.jar so things should be in about the
>right places now :-)
>
>

I have this in my workspace now and will check it in sometime soon.

-- Michelle

Andy Jefferson

2007-06-15, 7:12 pm

> The errors that I see now are related to changing boolean to String in
> the annotations classes. Presumably this will be fixed in an upcoming
> build of jpox and I can proceed with the test development.


All handling changes for boolean/String were made earlier today and I've ju=
st=20
run the nightly build so you should now be able to download latest of
jpox-core-1.2-SNAPSHOT.jar
jpox-enhancer-1.2-SNAPSHOT.jar
jpox-java5-1.2-SNAPSHOT.jar


=2D- Andy =A0(Java Persistent Objects - http://www.jpox.org)

Michael Bouschen

2007-06-15, 7:12 pm

Hi Andy, hi Craig,

I ran the TCK with JDO metatdata files referring the 2.1 XSD against the
latest JPOX and it works great!

I will file a JIRA issue for chaning the metadata files and attach a patch.

Regards Michael
>
> On Jun 15, 2007, at 10:33 AM, Andy Jefferson wrote:
>
>
> Looks like this will be available for testing this weekend (once the
> HEAD gets pushed out). Right?
>
> Thanks,
>
> Craig
>
>
> 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!
>



--
Tech@Spree Engineering GmbH Tel.: +49/(0)30/235 520-33
Buelowstr. 66 Fax.: +49/(0)30/217 520-12
10783 Berlin mailto:mbo.tech@spree.de

Geschaeftsfuehrung: Anna-Kristin Proefrock
Sitz Berlin, Amtsgericht Charlottenburg, HRB 564 52


Craig L Russell

2007-06-15, 7:12 pm

Michelle Caisse

2007-06-15, 7:12 pm

This is great! I'm also making progress on annotations tests and will
probably have something to check in early next week so it would be cool
if we could branch tck20 soon.

-- Michelle

Michael Bouschen wrote:

> Hi Andy, hi Craig,
>
> I ran the TCK with JDO metatdata files referring the 2.1 XSD against
> the latest JPOX and it works great!
>
> I will file a JIRA issue for chaning the metadata files and attach a
> patch.
>
> Regards Michael
>
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com