[jira] Commented: (JDO-453) Create a test for illegal arguments for PersistenceManager.newInstance

2007-02-16 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473796 ] Michelle Caisse commented on JDO-453: - From the spec (assertion numbers need to be added): Object newInstance

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

2007-02-15 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, February 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. getPersistenceManagerProxy discussion 2. JDO-460 StateTransitions test - different transitions

[jira] Commented: (JDO-460) StateTransitions test fails on detachCopy operation

2007-02-15 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473602 ] Michelle Caisse commented on JDO-460: - The spec (see https://issues.apache.org/jira/secure/attachment/12349043

[jira] Updated: (JDO-457) Add new tests for compound identity.

2007-02-14 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-457: Attachment: jdo-457.diff The attached patch implements a test for compound identity. It uses a new

JDO TCK Conference Call Friday, Feb 9, 9 am PST

2007-02-08 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, February 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. Server TimeZone 2. Other issues Action Items from weeks past: [Aug 11 2006] AI Craig propose

[jira] Updated: (JDO-378) SQL query : executeWithMap test

2007-02-02 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-378: Attachment: jdo-378-2.patch The attached patch is responsive to comments made during a code review

[jira] Resolved: (JDO-378) SQL query : executeWithMap test

2007-02-02 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-378. - Resolution: Fixed Completed with revision 502822 SQL query : executeWithMap test

[jira] Created: (JDO-461) executingWithMap of SQL query fails with extra parameters in Map

2007-02-02 Thread Michelle Caisse (JIRA)
Components: tck2 Reporter: Michelle Caisse Assigned To: Andy Jefferson Fix For: JDO 2 maintenance release 1 The new test query.sql.ExecuteWithMap fails when the Map contains more elements than are required to supply parameters to the query. These additional elements

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

2007-02-01 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, February 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. JDO-378 SQL query : executeWithMap test 2. Other issues Action Items from weeks past: [Aug 11

[jira] Updated: (JDO-378) SQL query : executeWithMap test

2007-01-27 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-378?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-378: Attachment: jdo-378.patch Please review the attachment, which implements a new test

JDO TCK Conference Call Friday, Jan 26, 9 am PST

2007-01-25 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, January 26 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. Proposal for Service Discovery 2. JDO2 Annotations 3. Other issues Action Items from weeks

Re: errors downloading dependencies

2007-01-18 Thread Michelle Caisse
Hi Michael, When I try to use the new project.properties files, the build hangs attempting to download jdo2.api.SNAPSHOT.jar instead of saying: Artifact /javax.jdo/jars/jdo2-api-SNAPSHOT.jar doesn't exists in remote repository, but it exists locally and continuing. When I revert to the

[jira] Commented: (JDO-460) StateTransitions test fails on detachCopy operation

2007-01-18 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465889 ] Michelle Caisse commented on JDO-460: - Fixed problems with the test and now get one failure: [java] 1) test

JDO TCK Conference Call Friday, Jan 19, 9 am PST

2007-01-18 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, January 19 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. Maven repo issues 2. State Transitions spec changes - Comments? 3. Other issues Action Items

[jira] Updated: (JDO-456) Add state transitions to Table 2 for detach and serialize; add tests to state transitions tests

2007-01-16 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-456: Attachment: stateTransitionsUpdates.htm Add state transitions to Table 2 for detach and serialize

[jira] Commented: (JDO-456) Add state transitions to Table 2 for detach and serialize; add tests to state transitions tests

2007-01-16 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465298 ] Michelle Caisse commented on JDO-456: - Attached stateTransitionsUpdates.htm shows the spec updates for detachCopy

[jira] Created: (JDO-460) StateTransitions test fails on detachCopy operation

2007-01-16 Thread Michelle Caisse (JIRA)
Reporter: Michelle Caisse Assigned To: Andy Jefferson Fix For: JDO 2 maintenance release 1 StateTransitions fails on three cases for the detachCopy operation. These transitions are newly specified for JDO 2.1. See JDO-456. [java] There was 1 failure: [java] 1) test

Re: svn commit: r495751 [1/3] - in /db/jdo/trunk/tck20/src/java/org/apache/jdo/tck/lifecycle: StateTransitions.java StateTransitionsReturnedObjects.java

2007-01-14 Thread Michelle Caisse
The line endings got converted on emailing the files between my two machines. I've fixed them and committed the changes. -- Michelle Craig L Russell wrote: Hi Michelle, The diff has all the lines changed for these two files. Can you check to make sure the eol style is set correctly?

[jira] Commented: (JDO-456) Add state transitions to Table 2 for detach and serialize; add tests to state transitions tests

2007-01-12 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464361 ] Michelle Caisse commented on JDO-456: - Added new test cases with revision: 495751 Add state transitions

[jira] Commented: (JDO-456) Add state transitions to Table 2 for detach and serialize; add tests to state transitions tests

2007-01-12 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-456?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12464363 ] Michelle Caisse commented on JDO-456: - This issue still needs resolution of unspecified state transitions. Add

errors downloading dependencies

2007-01-11 Thread Michelle Caisse
When I attempt to build tck20, I get errors retrieving artifacts from ibiblio. Does anyone know what's going on? __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Attempting to download jdo2-api-SNAPSHOT.jar. Cookie

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

2007-01-11 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, January 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. State transitions 2. PersistenceCapable.jdoIsDetached 3. Other issues Action Items from weeks

[jira] Resolved: (JDO-438) More Derby ERROR 40XL1 issues with multithreaded tests

2007-01-08 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-438. - Resolution: Fixed Replaced test files were deleted with revision: 494153 More Derby ERROR

Minutes: JDO TCK Conference Call Friday, Jan 5, 9 am PST

2007-01-05 Thread Michelle Caisse
Attendees: Michelle Caisse, Michael Bouschen, Matthew Adams, Craig Russell, Martin Zaun 1. api2-legacy.jar Michael hecked in updates for license headers. Craig is working on non-JDK1.5 changes in API, close to finished. Then api2-legacy and (maybe) tck2-legacy workspaces can be branched off

JDO TCK Conference Call Friday, Dec 22, 9 am PST

2006-12-21 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, December 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: 1. Moving forward with JDO maintenance release 2. Other issues Action Items from weeks past:

Will fscontext and providerutil jars be available for automatic download?

2006-12-21 Thread Michelle Caisse
Hi Bill, The JDO development team is wondering of fscontext.jar and providerutil.jar will be available for automatic download using maven dependency mechanism. We would like to simplify the install for the JDO 2.1 maintenance release in several months. Currently we instruct users to manually

JDO TCK Conference Call Friday, Dec 15, 9 am PST

2006-12-14 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, December 15 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. Moving forward with JDO maintenance release 2. Updates to license information 3. Other issues

[jira] Created: (JDO-444) Add public constructor for JDOHelper

2006-12-08 Thread Michelle Caisse (JIRA)
: Michelle Caisse Assigned To: Craig Russell In Chapter 8, add after class JDOHelper {public JDOHelper(); For some usage patterns, an instance of JDOHelper on which to invoke methods is preferable to the use of static methods. For this purpose, a public constructor is provided

[jira] Created: (JDO-445) Add convenience method that returns a PersistenceManager proxy

2006-12-08 Thread Michelle Caisse (JIRA)
Components: api2, api2-legacy Reporter: Michelle Caisse In Chapter 8, add a convenience method that returns a PersistenceManager proxy that can be used in web and ejb containers to dynamically bind to the transaction-associated PersistenceManager. -- This message is automatically

[jira] Created: (JDO-446) Add subqueries APIs

2006-12-08 Thread Michelle Caisse (JIRA)
: Michelle Caisse In 14, add subqueries to permit e.g. select from Employee where this.salary (select avg(salary) from Employee) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure

[jira] Created: (JDO-447) Add JDOUserCallbackException extends javax.jdo.JDOUserException

2006-12-08 Thread Michelle Caisse (JIRA)
Components: api2, api2-legacy Affects Versions: JDO 2 final Reporter: Michelle Caisse Add to 17.1.11 JDOUserCallbackException extends javax.jdo.JDOUserException -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Assigned: (JDO-447) Add JDOUserCallbackException extends javax.jdo.JDOUserException

2006-12-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-447?page=all ] Michelle Caisse reassigned JDO-447: --- Assignee: Craig Russell Add JDOUserCallbackException extends javax.jdo.JDOUserException

[jira] Assigned: (JDO-446) Add subqueries APIs

2006-12-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-446?page=all ] Michelle Caisse reassigned JDO-446: --- Assignee: Craig Russell Add subqueries APIs --- Key: JDO-446 URL: http://issues.apache.org/jira/browse

[jira] Assigned: (JDO-445) Add convenience method that returns a PersistenceManager proxy

2006-12-08 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-445?page=all ] Michelle Caisse reassigned JDO-445: --- Assignee: Craig Russell Add convenience method that returns a PersistenceManager proxy

[jira] Created: (JDO-448) Add an xml element to specify the fetch plan to use for a query

2006-12-08 Thread Michelle Caisse (JIRA)
Components: api2, api2-legacy Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Craig Russell In Chapter 18, add an xml element to specify the fetch plan to use for a query. -- This message is automatically generated by JIRA. - If you think it was sent

[jira] Created: (JDO-449) Add properties for configuring PMF that are consistent with JPA TransactionType Persistence Unit Name

2006-12-08 Thread Michelle Caisse (JIRA)
-449 Project: JDO Issue Type: New Feature Components: api2, api2-legacy Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Craig Russell In Chapter 11, add properties for configuring PersistenceManagerFactory

JDO TCK Conference Call Friday, Dec 8, 9 am PST

2006-12-07 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, December 8 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. Moving forward with JDO maintenance release 2. Other issues Action Items from weeks past:

Minutes: JDO TCK Conference Call Friday, Dec 1, 9 am PST

2006-12-01 Thread Michelle Caisse
Attendees: Michelle Caisse, Michael Bouschen, Eric Bengtson, Martin Zaun - Updating license files JDO-441. We need to check that LICENSE.txt and NOTICE.txt are up-to-date and run a script on the source files to modify the license text in accordance with the new policy from Apache. May only

JDO TCK Conference Call Friday, Dec 1, 9 am PST

2006-11-30 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, December 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. Moving forward with JDO maintenance release 2. Other issues Action Items from weeks past:

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

2006-11-16 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, November 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. Moving forward with JDO maintenance release 2. Follow-up on suggestion for new PMF setting

[jira] Commented: (JDO-414) CallingJdoPreclear tries to add the same instance to multiple 1-M relations

2006-11-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-414?page=comments#action_12449799 ] Michelle Caisse commented on JDO-414: - I agree that we should simple delete the call to primaryObj.addChild(secondaryObj). It doesn't appear to be necessary

[jira] Commented: (JDO-414) CallingJdoPreclear tries to add the same instance to multiple 1-M relations

2006-11-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-414?page=comments#action_12449826 ] Michelle Caisse commented on JDO-414: - Oops. What I meant was to skip the call to ternaryObj.addChild(secondaryObj) in the following code snippet

[jira] Resolved: (JDO-414) CallingJdoPreclear tries to add the same instance to multiple 1-M relations

2006-11-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-414?page=all ] Michelle Caisse resolved JDO-414. - Fix Version/s: JDO 2 maintenance release 1 Resolution: Fixed Fixed with revision: 475051 CallingJdoPreclear tries to add the same instance

[jira] Resolved: (JDO-443) Change column name in InstanceCallbacks table

2006-11-14 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-443?page=all ] Michelle Caisse resolved JDO-443. - Resolution: Fixed Fixed with revision: 475055 Change column name in InstanceCallbacks table

JDO TCK Conference Call Friday, Nov 10, 9 am PST

2006-11-09 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, November 10 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. Logistics for JDO maintenance release 2. Suggestion for new PMF setting javax.jdo.ClassLoader

Re: JDO TCK Conference Call Friday, Nov 2, 9 am PST

2006-11-02 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, November 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. Date arithmetic in queries 2. New subprojects for JDK 1.5 support 3. Other issues Action

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

2006-10-27 Thread Michelle Caisse
Attendees: Matthew Adams, Martin Zaun, Michael Bouschen, Michelle Caisse 1. JDO 2.1 maintenance release: current DB time Consensus is to have a JDOQL function similar to SUM, AVG that would return the current time. Do we need just one or several returning date, time, timestamp? More work

[jira] Commented: (JDO-439) companyMapWithoutJoin.conf failiure: unexpected map SCO read from database

2006-10-24 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-439?page=comments#action_12444332 ] Michelle Caisse commented on JDO-439: - The patch looks good to me. The test failed on a run before the patch and passed with the patch

[jira] Commented: (JDO-438) More Derby ERROR 40XL1 issues with multithreaded tests

2006-10-23 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-438?page=comments#action_12444097 ] Michelle Caisse commented on JDO-438: - Thanks, Michael. I checked in the new class and an updated pm.conf that invokes the new test, but not the two

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

2006-10-20 Thread Michelle Caisse
Attendees: Michael Bouschen, Michelle Caisse, Matthew Adams, Martin Zaun 1. JDO 2.1 maintenance release Craig has submitted JSR-243 Maintenance Review to the JCP project office for posting. It will be put up next Tuesday, Oct 24, and run for 30 days, until Nov 23. If there is no reaction

[jira] Updated: (JDO-438) More Derby ERROR 40XL1 issues with multithreaded tests

2006-10-20 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-438?page=all ] Michelle Caisse updated JDO-438: Attachment: RefreshAllSideEffects.java I've attached a new file RefreshAllSideEffects.java that replaces both RefreshAllWithArraySideEffects.java

[jira] Updated: (JDO-324) Derby ERROR 40XL1 in multithreaded test RefreshAllNoParameterSideEffects

2006-10-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-324?page=all ] Michelle Caisse updated JDO-324: Attachment: RefreshAllNoParameterSideEffects.java The attached file is a rewrite of the test per Michael's specification. Please review. Derby ERROR 40XL1

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

2006-10-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-382?page=all ] Michelle Caisse resolved JDO-382. - Resolution: Fixed Updated assertion number and text with revision: 465685 Add test for selecting and updating an embedded field

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

2006-10-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-434?page=all ] Michelle Caisse resolved JDO-434. - Resolution: Invalid PCPoint.toString() prints only the class name, not field values

[jira] Updated: (JDO-324) Derby ERROR 40XL1 in multithreaded test RefreshAllNoParameterSideEffects

2006-10-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-324?page=all ] Michelle Caisse updated JDO-324: Attachment: RefreshAllNoParameterSideEffects.java How's this? Derby ERROR 40XL1 in multithreaded test RefreshAllNoParameterSideEffects

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

2006-10-19 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, October 20 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. JDO 2.1 maintenance release 2. JDO annotations - split between JDO and ORM 3. Other issues

[jira] Resolved: (JDO-324) Derby ERROR 40XL1 in multithreaded test RefreshAllNoParameterSideEffects

2006-10-19 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-324?page=all ] Michelle Caisse resolved JDO-324. - Fix Version/s: JDO 2 maintenance release 1 Resolution: Fixed Checked in fix with revision: 465971 Derby ERROR 40XL1 in multithreaded test

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

2006-10-17 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-432?page=comments#action_12443115 ] Michelle Caisse commented on JDO-432: - Re preceding comments: 1. The Assertion Description in all the TCK tests is an exact copy of the assertion text

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

2006-10-17 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-432?page=all ] Michelle Caisse resolved JDO-432. - Resolution: Fixed Completed: At revision: 465134 Test for behaviour of null passed to detachCopy(), makePersistent(), etc

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

2006-10-16 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-432?page=all ] Michelle Caisse updated JDO-432: Attachment: jdo-432-2.patch This patch is complete for this issue. It contains a new superclass and a test class for each PersistanceManager API family under

[jira] Created: (JDO-437) Add test for detachment when the instances are of a class that is not detachable.

2006-10-16 Thread Michelle Caisse (JIRA)
Issue Type: Improvement Components: tck20 Affects Versions: JDO 2 final Reporter: Michelle Caisse Priority: Minor Fix For: JDO 2 maintenance release 1 The spec states that Instances to be detached that are not of a Detachable class are detached

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

2006-10-12 Thread Michelle Caisse
, I think it's a bug. 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

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

2006-10-12 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-433?page=comments#action_12441823 ] Michelle Caisse commented on JDO-433: - Michael Watzek points out that JDO_Test.runBare() should also be declared final. setUp() is not declared final

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

2006-10-12 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, October 13 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 status 2. Proposal for new method 3. Proposal for alignment with JPA 4.

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

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

2006-10-11 Thread Michelle Caisse
. 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 declared

[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

[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] 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 companyListWithoutJoin

[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, configuration

[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. JPOX fails

[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] 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] 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

[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 companyListWithoutJoin

[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 -- Key: JDO-373

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

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

[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

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

[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

[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

[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 download

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

[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 companyMapWithoutJoin

[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] 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] 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

[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] 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-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] 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 companyMapWithoutJoin

[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 download

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

[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

[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-standard.orm

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

[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-standard.orm

[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

<    2   3   4   5   6   7   8   9   10   11   >