[jira] Commented: (JDO-641) javax.jdo.Enhancer fails to pass full path name for the file arguments

2009-10-16 Thread Craig Russell (JIRA)
[ https://issues.apache.org/jira/browse/JDO-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766549#action_12766549 ] Craig Russell commented on JDO-641: --- Can you verify that the test files exist. These files

[jira] Commented: (JDO-641) javax.jdo.Enhancer fails to pass full path name for the file arguments

2009-10-16 Thread Michael Bouschen (JIRA)
[ https://issues.apache.org/jira/browse/JDO-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766591#action_12766591 ] Michael Bouschen commented on JDO-641: -- Oh, it looks like the patch did not create these

Query objects and hashCode() + equals()

2009-10-16 Thread Joerg von Frantzius
Hi, it would be nice if the spec would mandate that implementations of javax.jdo.Query do correctly implement hashCode() and equals(). Alternatively, Query.toString() could be required to return the single-string representation of the query, or some dedicated method was added to provide it. This

Minutes: JDO TCK Conference Call Friday, Oct 16, 9 am PDT

2009-10-16 Thread Craig L Russell
Attendees: Michelle Caisse, Michael Bouschen, Craig Russell Agenda: 1. Update DataNucleus dependencies in tck2 https://issues.apache.org/jira/browse/JDO-642 It looks like we should go with 2.0.0-m3-SNAPSHOT for now. This give us the ability to make changes to DataNucleus to resolve issues.

Re: Minutes: JDO TCK Conference Call Friday, Oct 16, 9 am PDT

2009-10-16 Thread Erik Bengtson
On Fri, Oct 16, 2009 at 7:21 PM, Craig L Russell craig.russ...@sun.comwrote: Attendees: Michelle Caisse, Michael Bouschen, Craig Russell Agenda: 1. Update DataNucleus dependencies in tck2 https://issues.apache.org/jira/browse/JDO-642 It looks like we should go with 2.0.0-m3-SNAPSHOT for

[jira] Commented: (JDO-641) javax.jdo.Enhancer fails to pass full path name for the file arguments

2009-10-16 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-641?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12766831#action_12766831 ] Michelle Caisse commented on JDO-641: - After creating the missing files, this patch works