[jira] Created: (JDO-434) PCPoint.toString() prints only the class name, not field values

2006-10-11 Thread Michelle Caisse (JIRA)
Components: tck20 Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Michelle Caisse Priority: Trivial Fix For: JDO 2 maintenance release 1 The toString() method of PCPoint returns the following: rc = obj.getClass().getName(); I

[jira] Created: (JDO-433) setUp() is not declared final in org.apache.jdo.tck.JDO_Test

2006-10-11 Thread Michelle Caisse (JIRA)
: tck20 Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Michelle Caisse Priority: Minor Fix For: JDO 2 maintenance release 1 Tests are to override localSetUp() for test specific set up. The setUp() method in JDO_Test is not meant

Re: setUp() not final in org.apache.jdo.tck.JDO_Test

2006-10-11 Thread Michelle Caisse
g. It might lead to some non-trivial issues if setUp is overridden instead of using localSetUp. Could you try making it final and see if there are some tests that override it? Craig On Oct 11, 2006, at 10:57 AM, Michelle Caisse wrote: Hi, I noticed that in JDO_Test, while tearDown() is dec

setUp() not final in org.apache.jdo.tck.JDO_Test

2006-10-11 Thread Michelle Caisse
Hi, I noticed that in JDO_Test, while tearDown() is declared final, setUp() is not. The javadoc says subclasses may override localSetUp() and localTearDown(). Is it a bug that setUp() is not declared final? -- Michelle

[jira] Updated: (JDO-432) Test for behaviour of null passed to detachCopy(), makePersistent(), etc

2006-10-09 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-432?page=all ] Michelle Caisse updated JDO-432: Attachment: jdo-432.patch The attached patch supplies code for the first of a set of tests. This one tests makePersistent() and makePersistentAll(). It creates

[jira] Resolved: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-06 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=all ] Michelle Caisse resolved JDO-430. - Resolution: Fixed Complete with revision: 453736. Test passes on ri for both identity types. > JPOX fails new test CompletenessTestList, configurat

[jira] Assigned: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-06 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=all ] Michelle Caisse reassigned JDO-430: --- Assignee: Michelle Caisse (was: Andy Jefferson) > JPOX fails new test CompletenessTestList, configuration companyListWithoutJ

[jira] Commented: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-06 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=comments#action_12440560 ] Michelle Caisse commented on JDO-430: - "" and "" are equivalent ways of writing the same information. The user has a choice of where t

JDO TCK Conference Call Friday, Oct 6, 9 am PDT

2006-10-05 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, October 6 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. Test challenge issues and status 2. Reflection based implementations 3. JDOQL subquery proposa

Re: [jira] Created: (JDO-390) JPOX fails new test: change to projected Date field is reflected in the database

2006-10-05 Thread Michelle Caisse
Hi Andy & Eric, This test still fails. Did this one slip through the cracks, or is there an issue with the test? -- Michelle Michelle Caisse (JIRA) wrote: JPOX fails new test: change to projected Date field is reflected in the data

[jira] Resolved: (JDO-373) Comment error in OptimisticFailure

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-373?page=all ] Michelle Caisse resolved JDO-373. - Resolution: Fixed revision: 453390 > Comment error in OptimisticFailure > -- > >

[jira] Assigned: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=all ] Michelle Caisse reassigned JDO-430: --- Assignee: Andy Jefferson (was: Michelle Caisse) > JPOX fails new test CompletenessTestList, configuration companyListWithoutJ

[jira] Commented: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=comments#action_12440262 ] Michelle Caisse commented on JDO-430: - I checked in changes to the .orm and .sql files (revision: 453382). There are two issues: (1) When using the mapped-by

[jira] Resolved: (JDO-193) Need new test cases for Map and List where there is no join table; the key is a field of the value type or the value is a field of the key type

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-193?page=all ] Michelle Caisse resolved JDO-193. - Resolution: Fixed JDO-430 is now tracking the remaining issues on this case. > Need new test cases for Map and List where there is no join table; the key

[jira] Resolved: (JDO-421) Enhancer log contains ERRORs, but output appears to be fine

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-421?page=all ] Michelle Caisse resolved JDO-421. - Resolution: Fixed Fixed with revision: 453315 Verified that with the current JPOX, these patches, and JDK 1.5, there are no error messages in the enhancer

[jira] Commented: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-10-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=comments#action_12440199 ] Michelle Caisse commented on JDO-430: - In this test case order information will be contained in a database column only, not in a field of the class. > J

Re: JDO TCK Conference Call Friday, September 29, 9 am PDT

2006-09-29 Thread Michelle Caisse
Attendees: Michelle Caisse, Matthew Adams, Michael Bouschen, Martin Zaun 1. JDOQL subqueries Discussion on jdo-dev is converging on a proposal. Michael will summarize in a new email. 2. Handling test challenges A number of email challenges have come to the jdo-dev alias. Michael has

JDO TCK Conference Call Friday, September 29, 9 am PDT

2006-09-28 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, September 29 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. JDOQL subqueries 2. Handling test challenges 3. Other issues Action Items from weeks past:

Minutes: JDO TCK Conference Call Friday, September 22, 9 am PDT

2006-09-22 Thread Michelle Caisse
Attendees: Michelle Caisse, Michael Bouschen, Matthew Adams, Martin Zaun 1. JDOQL subqueries Re Wes's proposal (Re: JDOQL Subquery proposals, 9/17/2006): Basically good, solves some existing problems, but syntax is not intuitive. Michael will reply on jdo-dev with an augmented pro

[jira] Commented: (JDO-416) jdo2-api Maven2 POM is incorrect

2006-09-22 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-416?page=comments#action_12436892 ] Michelle Caisse commented on JDO-416: - http://www.ibiblio.org/maven2/javax/jdo/jdo2-api/2.0/jdo2-api-2.0.pom http://www.ibiblio.org/maven2/org/apache/jdo/jdo2

[jira] Commented: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-09-21 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-430?page=comments#action_12436713 ] Michelle Caisse commented on JDO-430: - This seems to be what the spec says, so I will change the test, adding a new int field and corresponding column by which

JDO TCK Conference Call Friday, September 22, 9 am PDT

2006-09-21 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, September 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. JDOQL subqueries 2. Other issues Action Items from weeks past: [Sep 15 2006] AI Craig disc

[jira] Created: (JDO-430) JPOX fails new test CompletenessTestList, configuration companyListWithoutJoin

2006-09-20 Thread Michelle Caisse (JIRA)
Type: Bug Components: tck20 Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Andy Jefferson Overriding previous definition of reference to this.jdori.classpath [echo] Starting configuration="companyListWithoutJoin.conf" with

[jira] Commented: (JDO-406) links on JDO downloads page are broken, except for TCK download

2006-09-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-406?page=comments#action_12436064 ] Michelle Caisse commented on JDO-406: - Where are the .poms? > links on JDO downloads page are broken, except for TCK downl

[jira] Commented: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=comments#action_12436034 ] Michelle Caisse commented on JDO-420: - I added a similar test for Lists, which fails trying to insert a row into table COMPANY instead of COMPANIES. To run a

[jira] Commented: (JDO-193) Need new test cases for Map and List where there is no join table; the key is a field of the value type or the value is a field of the key type

2006-09-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-193?page=comments#action_12436031 ] Michelle Caisse commented on JDO-193: - Added files for mapping List without a join table: revision: 447999 > Need new test cases for Map and List where th

[jira] Commented: (JDO-421) Enhancer log contains ERRORs, but output appears to be fine

2006-09-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-421?page=comments#action_12435999 ] Michelle Caisse commented on JDO-421: - Thanks for the patches. I applied them, but still get the errors reported above. I verified that jdori-pmf.properties

JDO TCK Conference Call Friday, September 15, 9 am PDT

2006-09-15 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, September 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. Relationships mapped with mapped-by 2. JDO annotations 3. JDOQL subqueries 4. Other issue

[jira] Resolved: (JDO-422) company.I* and companyMapWithoutJoin.I* should be added to project.properties lists

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-422?page=all ] Michelle Caisse resolved JDO-422. - Resolution: Fixed Completed: At revision: 443505 > company.I* and companyMapWithoutJoin.I* should be added to > project.properties

[jira] Commented: (JDO-406) links on JDO downloads page are broken, except for TCK download

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-406?page=comments#action_12434826 ] Michelle Caisse commented on JDO-406: - Problems: 1. There are no api jars at http://www.ibiblio.org/maven/org.apache.jdo/jars/, only core, enhancer, tck. 2

[jira] Assigned: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=all ] Michelle Caisse reassigned JDO-420: --- Assignee: Andy Jefferson (was: Michelle Caisse) > JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJ

[jira] Commented: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=comments#action_12434818 ] Michelle Caisse commented on JDO-420: - Fixed schema with revision: 443485. Now: [java] 1) test(org.apache.jdo.tck.mapping.CompletenessTestMap

[jira] Assigned: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=all ] Michelle Caisse reassigned JDO-420: --- Assignee: Michelle Caisse (was: Andy Jefferson) I think this is my problem. > JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJ

[jira] Assigned: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=all ] Michelle Caisse reassigned JDO-420: --- Assignee: Andy Jefferson (was: Michelle Caisse) > JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJ

[jira] Commented: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=comments#action_12434808 ] Michelle Caisse commented on JDO-420: - Thanks for the patch. I checked in some changes (revision: 443469). - added companyMapWithoutJoin.conf to

[jira] Assigned: (JDO-406) links on JDO downloads page are broken, except for TCK download

2006-09-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-406?page=all ] Michelle Caisse reassigned JDO-406: --- Assignee: Michelle Caisse > links on JDO downloads page are broken, except for TCK downl

[jira] Updated: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-420?page=all ] Michelle Caisse updated JDO-420: Component/s: tck20 > JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJ

[jira] Created: (JDO-422) company.I* and companyMapWithoutJoin.I* should be added to project.properties lists

2006-09-08 Thread Michelle Caisse (JIRA)
Issue Type: Bug Components: tck20 Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Michelle Caisse Add the interface classes to the lists of sources and classes in project.propertes. -- This message is automatically generated by JIRA

[jira] Created: (JDO-421) Enhancer log contains ERRORs, but output appears to be fine

2006-09-08 Thread Michelle Caisse (JIRA)
Affects Versions: JDO 2 maintenance release 1 Reporter: Michelle Caisse Priority: Minor There are numerous errors in the enhancer log, yet the enhancer runs to completion and produces valid output. These messages should be warnings at most. 17:12:15,804 (main) ERROR

[jira] Created: (JDO-420) JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJoin

2006-09-08 Thread Michelle Caisse (JIRA)
: Bug Affects Versions: JDO 2 maintenance release 1 Reporter: Michelle Caisse Assigned To: Andy Jefferson JPOX is looking for the department field in Person rather than Employee. To run the test, do maven -Djdo.tck.cfglist=companyMapWithoutJoin.conf runtck.jdori 17:28

[jira] Commented: (JDO-193) Need new test cases for Map and List where there is no join table; the key is a field of the value type or the value is a field of the key type

2006-09-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-193?page=comments#action_12433490 ] Michelle Caisse commented on JDO-193: - Checked in patch at revision 441641 > Need new test cases for Map and List where there is no join table; the key is

[jira] Resolved: (JDO-408) Class name FieldsOfPrimitiveBoolean has the wrong case in FieldsOfPrimitiveboolean-standard.orm

2006-09-07 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-408?page=all ] Michelle Caisse resolved JDO-408. - Resolution: Fixed Revision 441367 > Class name FieldsOfPrimitiveBoolean has the wrong case in > FieldsOfPrimitiveboolean-standa

[jira] Updated: (JDO-193) Need new test cases for Map and List where there is no join table; the key is a field of the value type or the value is a field of the key type

2006-09-07 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-193?page=all ] Michelle Caisse updated JDO-193: Attachment: JDO-193.patch The attached patch implements a test for Map mapped without a join table. The test fails: javax.jdo.JDOUserException: One or more

JDO TCK Conference Call Friday, September 8, 9 am PT

2006-09-07 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, September 8 at 9 am PT to discuss JDO TCK issues and status. Dial-in numbers are: 866 230-6968 294-0479# International: +1 865 544-7856 Agenda: 1. Relationships mapped with mapped-by 2. JDO annotations 3. JDOQL subqueries 4. Other issues

Re: JDO TCK Conference Call Friday, September 1, 9 am PST

2006-08-31 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, September 1 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: 1. JDO annotations 2. JDOQL subqueries 3. Apache JDO downloads no longer at http://www.apache

[jira] Assigned: (JDO-408) Class name FieldsOfPrimitiveBoolean has the wrong case in FieldsOfPrimitiveboolean-standard.orm

2006-08-29 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-408?page=all ] Michelle Caisse reassigned JDO-408: --- Assignee: Michelle Caisse > Class name FieldsOfPrimitiveBoolean has the wrong case in > FieldsOfPrimitiveboolean-standa

[jira] Commented: (JDO-406) links on JDO downloads page are broken, except for TCK download

2006-08-11 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-406?page=comments#action_12427673 ] Michelle Caisse commented on JDO-406: - The files that formerly were mirrored under java-repository are no longer available from the Apache mirrors. They are

[jira] Created: (JDO-406) links on JDO downloads page are broken, except for TCK download

2006-08-11 Thread Michelle Caisse (JIRA)
: site and infrastructure Reporter: Michelle Caisse The maven repository structure in Apache has changed to reflect the differences between maven 1 and maven 2. This broke the JDO downloads page on the web site. Craig is working on finding the new location of the jars. The TCK

JDO TCK Conference Call Friday, August 11, 9 am PST

2006-08-10 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, August 11 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: 1. JDO annotations proposal 2. JDOQL subqueries proposal 3. Apache JDO downloads no longer at h

JDO TCK Conference Call Friday, August 4, 9 am PST

2006-08-03 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, August 3 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: 1. Subqueries in JDOQL 2. [VOTE]: Should FetchPlan.getGroups return a copy or a reference? 3. JDO

Minutes: JDO TCK Conference Call Friday, July 28 9 am PST

2006-07-28 Thread Michelle Caisse
Attendees: Michelle Caisse, Martin Zaun, Michael Bouschen, Matthew Adams 1. Subqueries in JDOQL - response to Michael's analysis (Re: JDOQL Subquery proposals, 7/26/2006) No issues seen with Michael's proposal. Allowing more time for response from the community. 2. JDO2 A

JDO TCK Conference Call Friday, July 28 9 am PST

2006-07-27 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, July 28 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: 1. Subqueries in JDOQL - response to Michael's analysis 2. JDO2 Annotations - further comments? 3.

JDO TCK Conference Call Friday, July 21 9 am PST

2006-07-20 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, July 21 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: 1. Locale instances are shared by different PMs (when in use as FCO) (JDO-397) (Craig) 2. Deletion of

JDO TCK Conference Call Friday, July 14 9 am PST

2006-07-13 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, July 14 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: 1. JDO2 Annotations: 1, 2, or 3 (any and all) 2. Deletion of objects when foreign-key is present (JDO-3

[jira] Resolved: (JDO-391) Update assertions spreadsheet with new spec text for A14.6.9-3

2006-06-30 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-391?page=all ] Michelle Caisse resolved JDO-391: - Resolution: Fixed Assign To: Michelle Caisse Revision: 418325 > Update assertions spreadsheet with new spec text for A14.6.

[jira] Created: (JDO-391) Update assertions spreadsheet with new spec text for A14.6.9-3

2006-06-30 Thread Michelle Caisse (JIRA)
Reporter: Michelle Caisse Priority: Minor Fix For: JDO 2 maintenance release 1 The text in the specification for assertion A14.6.9-3 has changed and must be updated in the spreadsheet. There has been no change to the semantics of the text. -- This message is automatically generated

Minutes: JDO TCK Conference Call Friday, June 30 9 am PST

2006-06-30 Thread Michelle Caisse
NOTE: Next week's JDO TCK Conference (July 7) is CANCELLED! The next meeting will be on Friday, July 14. _ Attendees: Matthew Adams, Michael Bouschen, Michelle Caisse 1. JDO2 Annotations - Discussion on approaches. AI everyone: Look at the

JDO TCK Conference Call Friday, June 30 9 am PST

2006-06-29 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 23 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: 1. JDO2 Annotations (any and all) 2. Subqueries in JDOQL (any and all) 3. Other issues (any and all)

[jira] Created: (JDO-390) JPOX fails new test: change to projected Date field is reflected in the database

2006-06-23 Thread Michelle Caisse (JIRA)
: tck20 Versions: JDO 2 maintenance release 1 Reporter: Michelle Caisse Assigned to: Andy Jefferson Fix For: JDO 2 maintenance release 1 Changes to a projected SCO should not be persisted to the data store. JPOX persists changes to a projected Date field in the new

[jira] Commented: (JDO-382) Add test for selecting and updating an embedded field

2006-06-23 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=comments#action_12417581 ] Michelle Caisse commented on JDO-382: - I made the suggested changes and checked in the new test file. I added the test to conf/query.conf. Revision: 416861 I will leave

[jira] Updated: (JDO-382) Add test for selecting and updating an embedded field

2006-06-23 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=all ] Michelle Caisse updated JDO-382: Attachment: ProjectedSCODoesNotTrackChanges.java As suggested by Michael Bouschen, I have moved the new test methods to a new file in query.result. The new file

[jira] Resolved: (JDO-389) Trivial changes to api.embedded.SecondClassObjectsTrackTheirChanges

2006-06-23 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-389?page=all ] Michelle Caisse resolved JDO-389: - Resolution: Fixed Fixed, Revision: 416791 > Trivial changes to api.embedded.SecondClassObjectsTrackTheirChan

[jira] Created: (JDO-389) Trivial changes to api.embedded.SecondClassObjectsTrackTheirChanges

2006-06-23 Thread Michelle Caisse (JIRA)
: JDO 2 final Reporter: Michelle Caisse Assigned to: Michelle Caisse Priority: Trivial Fix For: JDO 2 maintenance release 1 Break long lines, convert tabs to spaces in api.embedded.SecondClassObjectsTrackTheirChanges. -- This message is automatically generated by JIRA. - If

JDO TCK Conference Call Friday, June 23 9 am PST [UPDATED]

2006-06-22 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 23 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: 1. JDO maintenance release content (Craig) 2. JDO2 Annotations (Craig) 3. Subqueries in JDOQL, further

JDO TCK Conference Call Friday, June 23 9 am PST

2006-06-22 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 23 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: 1. JDO2 Annotations (Craig) 2. Subqueries in JDOQL, further comments? (Matthew, Craig) 3. Updates to e

[jira] Resolved: (JDO-387) Typos in org.apache.jdo.tck.pc.company.Address

2006-06-20 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-387?page=all ] Michelle Caisse resolved JDO-387: - Resolution: Fixed Fixed in revision 415812 > Typos in org.apache.jdo.tck.pc.company.Addr

[jira] Created: (JDO-387) Typos in org.apache.jdo.tck.pc.company.Address

2006-06-20 Thread Michelle Caisse (JIRA)
Typos in org.apache.jdo.tck.pc.company.Address -- Key: JDO-387 URL: http://issues.apache.org/jira/browse/JDO-387 Project: JDO Type: Bug Components: tck20 Versions: JDO 2 final Reporter: Michelle Caisse

[jira] Updated: (JDO-382) Add test for selecting and updating an embedded field

2006-06-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=all ] Michelle Caisse updated JDO-382: Attachment: JDO-382.patch See attached patch for this issue. I have added a method to test changing a projected embedded field and another method that tests

JDO TCK Conference Call Friday, June 16, 9 am PST

2006-06-15 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 16 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: 1. Subqueries in JDOQL, followup (Eric, Craig, Michael) 2. Updates to embedded field, date field relect

[jira] Updated: (JDO-205) Write new test case for mapping Object and SimpleInterface without specifying their specific type

2006-06-15 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-205?page=all ] Michelle Caisse updated JDO-205: Version: JDO 2 final Priority: Minor (was: Major) > Write new test case for mapping Object and SimpleInterface without specifying > their specifi

[jira] Assigned: (JDO-205) Write new test case for mapping Object and SimpleInterface without specifying their specific type

2006-06-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-205?page=all ] Michelle Caisse reassigned JDO-205: --- Assign To: (was: Michelle Caisse) > Write new test case for mapping Object and SimpleInterface without specifying > their specifi

[jira] Resolved: (JDO-385) Add link from downloads page to release notes

2006-06-09 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-385?page=all ] Michelle Caisse resolved JDO-385: - Resolution: Fixed Completed: At revision: 413205. > Add link from downloads page to release no

Re: Minutes: JDO TCK Conference Call Friday, June 9, 9 am PST

2006-06-09 Thread Michelle Caisse
It's not clear why you can't do both. -- Michelle Erik Bengtson wrote: I'm sorry I can't attend. I will be in the front of the TV watching the opening world cup match. :) Quoting Michelle Caisse <[EMAIL PROTECTED]>: Hi, We will have our regular meeting Fri

Re: Minutes: JDO TCK Conference Call Friday, June 9, 9 am PST

2006-06-08 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 9 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: 1. Subqueries in JDOQL (Eric, Craig, Michael) 2. Updates to embedded field, date field relected in ownin

[jira] Created: (JDO-385) Add link from downloads page to release notes

2006-06-08 Thread Michelle Caisse (JIRA)
Add link from downloads page to release notes - Key: JDO-385 URL: http://issues.apache.org/jira/browse/JDO-385 Project: JDO Type: Improvement Components: site and infrastructure Reporter: Michelle Caisse Assigned

[jira] Commented: (JDO-382) Add test for selecting and updating an embedded field

2006-06-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=comments#action_12415392 ] Michelle Caisse commented on JDO-382: - This test will be added as a method in org.apache.jdo.tck.models.embedded.SecondClassObjectsTrackTheirChanges. > Add test

Re: [jira] Commented: (JDO-365) Create web page with instructions for creating a release

2006-06-05 Thread Michelle Caisse
Key: JDO-365 URL: http://issues.apache.org/jira/browse/JDO-365 Project: JDO Type: Task Components: site and infrastructure Reporter: Michelle Caisse Assignee: Craig Russell Attachments: HowToReleaseJDO.txt, HowToReleaseJDO.txt, HowToReleaseJDO.txt

[jira] Commented: (JDO-365) Create web page with instructions for creating a release

2006-06-05 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-365?page=comments#action_12414772 ] Michelle Caisse commented on JDO-365: - What is the rule for trailing zeroes in the release number? Currently we have 2.0, not 2 or 2.0.0.0. > Create web page w

Re: [jira] Updated: (JDO-365) Create web page with instructions for creating a release

2006-06-04 Thread Michelle Caisse
ing a release Key: JDO-365 URL: http://issues.apache.org/jira/browse/JDO-365 Project: JDO Type: Task Components: site and infrastructure Reporter: Michelle Caisse Assignee: Craig Russell Attach

[jira] Updated: (JDO-365) Create web page with instructions for creating a release

2006-06-04 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-365?page=all ] Michelle Caisse updated JDO-365: Attachment: HowToReleaseJDOmc.txt I've attached a new version with some minor changes and a rewrite of step 12. Also, should we add some text on our ve

[jira] Resolved: (JDO-384) Provide a title for each web page on the site that is distinct from the initial section heading

2006-06-02 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-384?page=all ] Michelle Caisse resolved JDO-384: - Resolution: Fixed Fixed with revision: 411340 > Provide a title for each web page on the site that is distinct from the > initial section h

[jira] Assigned: (JDO-382) Add test for selecting and updating an embedded field

2006-06-02 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=all ] Michelle Caisse reassigned JDO-382: --- Assign To: Michelle Caisse > Add test for selecting and updating an embedded field > - > >

JDO TCK Conference Call Friday, June 2, 9 am PST

2006-06-01 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, June 2 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: 1. Maintenance activities (Craig) Michael filed a JIRA to add some additional test cases for query. AI

[jira] Updated: (JDO-384) Provide a title for each web page on the site that is distinct from the initial section heading

2006-05-31 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-384?page=all ] Michelle Caisse updated JDO-384: Attachment: docs.jar The attached jar file bundles html pages that result from a fix applied to the source files (stylesheets and xml files) for the web site. I

[jira] Created: (JDO-384) Provide a title for each web page on the site that is distinct from the initial section heading

2006-05-31 Thread Michelle Caisse (JIRA)
Type: Improvement Components: site and infrastructure Reporter: Michelle Caisse Assigned to: Michelle Caisse Priority: Minor The web page style for the web site generated by Anakia/Velocity (http://jakarta.apache.org/velocity/docs/anakia.html) confounds the concepts of page

[jira] Resolved: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-31 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=all ] Michelle Caisse resolved JDO-363: - Resolution: Fixed The web pages have been checked in with revision 410660 and are available on the web. Hit reload to clear the old pages from the cache

[jira] Updated: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-31 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=all ] Michelle Caisse updated JDO-363: Attachment: issuetracking.html I think a new page is a good idea (again). See the attachment. One minor issue with the proposed workflow: when you reopen a bug

[jira] Commented: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-31 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=comments#action_12414100 ] Michelle Caisse commented on JDO-363: - This makes sense. I propose that we simply add a link called Change Log to the navbar of db.apache.org/jdo that links to the JDO JIRA

Re: [jira] Commented: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-31 Thread Michelle Caisse
to use cookies to open to the JIRA page you viewed in your last browser session (Open Issues, Road Map, Change Log, or Popular Issues). -- Michelle Craig L Russell wrote: Hi Michelle, On May 30, 2006, at 4:49 PM, Michelle Caisse (JIRA) wrote: [ http://issues.apache.org/jira/browse

[jira] Commented: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-30 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=comments#action_12413938 ] Michelle Caisse commented on JDO-363: - Thanks for your comments, Michael and Craig. I agree that Issue Tracking is better than Bug Tracking. I am fine with leaving the

[jira] Updated: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-12 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=all ] Michelle Caisse updated JDO-363: Attachment: bugtrackiing.html Please review the attached web page linking to JIRA and to the filters. I propose replacing the link called "JIRA&quo

[jira] Assigned: (JDO-363) Add links to site to JIRA filters for open and closed issues by release

2006-05-12 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-363?page=all ] Michelle Caisse reassigned JDO-363: --- Assign To: Michelle Caisse (was: Craig Russell) > Add links to site to JIRA filters for open and closed issues by rele

[jira] Resolved: (JDO-357) Create web page http://db.apache.org/jdo/tck/final referenced in RunRules.html

2006-05-12 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-357?page=all ] Michelle Caisse resolved JDO-357: - Resolution: Fixed zip file of test results was checked in some time ago. > Create web page http://db.apache.org/jdo/tck/final referenced in RunRules.h

JDO TCK Conference Call Friday, May 12, 9 am PST

2006-05-11 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, May 12 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: 1. (JDO-379) JDO2 DTDs on java.sun.com/dtd (Craig) 2. Maintenance activities (Craig) 3. Other issues (any

JDO TCK Conference Call Friday, May 5, 9 am PST

2006-05-04 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, May 5 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: 1. Project release (Craig) 2. Maintenance activities (Craig) 3. JPOX release status (Eric, Andy) 4. Other

Re: [VOTE] Release Apache JDO 2.0 TCK

2006-05-03 Thread Michelle Caisse
+1. Looks good to me. -- Michelle Craig L Russell wrote: Javadogs, This vote is to release the Apache JDO 2.0 TCK, along with the two projects that it depends on: core20 and enhancer20. [+1] Release tck20, core20, and enhancer20 [0] Don't care [-1] Don't release tck20, core20, and enhan

Matthew's presentation tomorrow

2006-04-27 Thread Michelle Caisse
Hi, This is a reminder to review the email Matthew sent out last week to prepare for the presentation tomorrow at the JDO TCK conference call. http://mail-archives.apache.org/mod_mbox/db-jdo-dev/200604.mbox/[EMAIL PROTECTED] http://mail-archives.apache.org/mod_mbox/db-jdo-dev/200604.mbox/[EM

JDO TCK Conference Call Friday, Apr 28, 9 am PST

2006-04-27 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, April 28 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: 1. Project status (Craig, Michael) 2. Webinar on XIC (Xcalia Intermediation Core) (Matthew) Action It

Re: Missing JPOX "implementation creator"

2006-04-25 Thread Michelle Caisse
27;maven runtck.iut' if you want to run a JDO implementation (called Implemnentation Under Test) against the tck. This does not any JPOX jars. Instead it puts all the jars in the iut_jars directory in the classpath. Regards Michael Regards, Jörg Michelle Caisse schrieb: Hi Jörg , I t

Re: Missing JPOX "implementation creator"

2006-04-24 Thread Michelle Caisse
Hi Jörg , I think you just need to drop the jpox enhancer jar file into the iut_jars directory of your tck installation, or otherwise get it onto your classpath. -- Michelle Jörg von Frantzius wrote: Hi, when I run the tests, I see the following error. Is there anything I can do about th

<    4   5   6   7   8   9   10   11   12   13   >