JDO TCK Conference Call Friday, Jan 27, 9 am Pacific Time

2012-01-27 Thread Michael Bouschen
Hi, We will have our regular meeting Friday, January 27 at 9 am Pacific Time to discuss JDO TCK issues and status. Dial-in numbers are: US Toll free: 866 682-4770 Germany Frankfurt 06916106 Germany Toll free: 08006648515 (Other countries by request) To place the call: 1.

[jira] [Updated] (JDO-647) Run TCK using Maven2 for consistency

2012-01-27 Thread Andy Jefferson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-647?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andy Jefferson updated JDO-647: --- Attachment: JDO-647-default-cfgList.patch This patch removes hardcoded cfgList and reads it from

[jira] [Commented] (JDO-696) Throw on unrecognized javax.jdo options

2012-01-27 Thread Andy Jefferson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194603#comment-13194603 ] Andy Jefferson commented on JDO-696: If you run this against DataNucleus api-jdo

[jira] [Assigned] (JDO-662) Extend sequence metadata to allow specification of start and allocationSize

2012-01-27 Thread Craig L Russell (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig L Russell reassigned JDO-662: --- Assignee: Craig L Russell Extend sequence metadata to allow specification of start and

[jira] [Commented] (JDO-667) Extend PersistenceManageFactory to return all known entity classes

2012-01-27 Thread Craig L Russell (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-667?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194867#comment-13194867 ] Craig L Russell commented on JDO-667: - Is there a patch for this issue?

[jira] [Commented] (JDO-696) Throw on unrecognized javax.jdo options

2012-01-27 Thread Matthew T. Adams (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194903#comment-13194903 ] Matthew T. Adams commented on JDO-696: -- Thanks, Andy. I'll have a look fix.

jdo3.build error

2012-01-27 Thread mcaisse
I get an error on an api test when trying to build jdo 3. [junit] Running javax.jdo.AbstractJDOConfigTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec Full output below. Does anyone else see this? -- Michelle michelle@michelle-PC /cygdrive/c/jdo/trunk $ maven

[jira] [Assigned] (JDO-702) Support for specification of embedded inherited objects

2012-01-27 Thread Craig L Russell (Assigned) (JIRA)
[ https://issues.apache.org/jira/browse/JDO-702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Craig L Russell reassigned JDO-702: --- Assignee: Craig L Russell Support for specification of embedded inherited objects

Re: jdo3.build error

2012-01-27 Thread Craig L Russell
I get the same error. Craig On Jan 27, 2012, at 9:05 AM, mcai...@sonic.net wrote: I get an error on an api test when trying to build jdo 3. [junit] Running javax.jdo.AbstractJDOConfigTest [junit] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.016 sec Full output below. Does anyone

Re: jdo3.build error

2012-01-27 Thread Craig L Russell
Michael and I looked and found that we get the same error on trunk but the branches/3.0 works fine. Maybe a diff between trunk and branches/3.0 would show what the problem is. Craig On Jan 27, 2012, at 9:50 AM, Craig L Russell wrote: I get the same error. Craig On Jan 27, 2012, at

Minutes: JDO TCK Conference Call Friday, Jan 27, 9 am Pacific Time

2012-01-27 Thread Craig L Russell
Attendees: Matthew Adams, Michael Bouschen, Craig Russell Agenda: 1. JDO 3.0.1 release status no change. 2. News on retire JDO Expert Group mail list? no news. AI Craig see if there is some JCP requirement for a separate mail list. 3. News on new feature idea

Re: jdo3.build error

2012-01-27 Thread Michael Bouschen
Hi Michelle, are you using maven 1, because you are looking at the logging issue we have with executing the tck with mvn (JDO-647)? What I mean is: The maven 1 tck execution created three log files per configuration. It looks like using maven2 there is only one big datanucleus log file.. If

Re: Minutes: JDO TCK Conference Call Friday, Jan 27, 9 am Pacific Time

2012-01-27 Thread Andy Jefferson
4. New patch available JDO-702 Support for specification of embedded inherited objects, see https://issues.apache.org/jira/browse/JDO-702 Patch has been applied. Spec update remains. The only patch I applied was to api. Don't think the tck patch had been reviewed (other than by me