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

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

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

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

[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] 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-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] 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] 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: Andy Jefferson (was: Michelle Caisse) > JPOX fails new test CompletenessTestMap, configuration companyMapWithoutJ

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

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

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

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

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

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

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

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

[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(),

[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 &quo

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

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

[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 "RefreshAl

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

[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.jav

[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 that it

[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] Created: (JDO-443) Change column name in InstanceCallbacks table

2006-11-13 Thread Michelle Caisse (JIRA)
Affects Versions: JDO 2 final Reporter: Michelle Caisse Assigned To: Michelle Caisse Priority: Trivial Fix For: JDO 2 maintenance release 1 The table InstanceCallbacks contains a column named CHILD, to which the field children of pc.InstanceCallbackClass

[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

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

[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. -- This

[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/sec

[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 of the

[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.JDOUserExcept

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

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

[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 that are

[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 &qu

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

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

[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

[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

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

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

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

[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

[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

[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] Resolved: (JDO-457) Add new tests for compound identity.

2007-02-16 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-457?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-457. - Resolution: Fixed Completed: At revision: 508529 > Add new tests for compound ident

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

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

2007-02-17 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: StateTransitionsUpdates2.html Attached state transitions table has revisions in the rows

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

2007-02-17 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12473954 ] Michelle Caisse commented on JDO-460: - I checked in a fix to the state transitions table in the test. Now the

[jira] Created: (JDO-466) Test for compound identity fails

2007-02-17 Thread Michelle Caisse (JIRA)
Reporter: Michelle Caisse Assigned To: Andy Jefferson The new test CompletenessTestOrder (use compoundidentity.conf) fails on the RI. It appears that the OrderItem instances are not persisted to the database. [echo] Starting configuration="compoundidentity.conf&

[jira] Resolved: (JDO-466) Test for compound identity fails

2007-02-19 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-466?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-466. - Resolution: Fixed Fixed with revision: 509255 Thanks, Andy. > Test for compound ident

[jira] Assigned: (JDO-379) JDO2 DTDs on java.sun.com/dtd

2007-03-02 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse reassigned JDO-379: --- Assignee: Craig Russell > JDO2 DTDs on java.sun.com/

[jira] Commented: (JDO-469) Delete by object id

2007-03-08 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479456 ] Michelle Caisse commented on JDO-469: - +1 > Delete by object id > --- > >

[jira] Commented: (JDO-467) Named PMF proposal / JDOHelper enhancements

2007-03-08 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479473 ] Michelle Caisse commented on JDO-467: - Just a comment on style -- imports should be fully qualified, e.g. import

[jira] Assigned: (JDO-379) JDO2 DTDs on java.sun.com/dtd

2007-03-09 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse reassigned JDO-379: --- Assignee: Michelle Caisse (was: Craig Russell) > JDO2 DTDs on java.sun.com/

[jira] Commented: (JDO-379) JDO2 DTDs on java.sun.com/dtd

2007-03-09 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479743 ] Michelle Caisse commented on JDO-379: - Changed file names and references to add _2_0 version number. Changed

[jira] Resolved: (JDO-379) JDO2 DTDs on java.sun.com/dtd

2007-03-14 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-379?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-379. - Resolution: Fixed Fix Version/s: (was: JDO 2 maintenance release 1) Schema files are now

[jira] Created: (JDO-474) Add page listing JDO implementations

2007-03-21 Thread Michelle Caisse (JIRA)
Reporter: Michelle Caisse Assigned To: Michelle Caisse It would be useful for potential JDO users to have a page on the Apache JDO web site listing implementation providers. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Updated: (JDO-474) Add page listing JDO implementations

2007-03-21 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse updated JDO-474: Attachment: jdo-474.patch The attached patch adds a new Implemenations page to the site; updates the

[jira] Created: (JDO-475) Remove pre-GA releases from downloads page of site

2007-03-22 Thread Michelle Caisse (JIRA)
infrastructure Reporter: Michelle Caisse Assigned To: Michelle Caisse Priority: Minor Older releases are not needed and take up space on www.apache.org/dist. They should be removed from the downloads page and from the server. -- This message is automatically generated by

[jira] Commented: (JDO-474) Add page listing JDO implementations

2007-03-22 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12483324 ] Michelle Caisse commented on JDO-474: - Good catch! In the doc/*.html files, the notice is generated from xdocs

[jira] Resolved: (JDO-474) Add page listing JDO implementations

2007-03-22 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-474. - Resolution: Fixed I changed the link on the site left navbar to point to the Apache license file

[jira] Resolved: (JDO-475) Remove pre-GA releases from downloads page of site

2007-03-22 Thread Michelle Caisse (JIRA)
[ https://issues.apache.org/jira/browse/JDO-475?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michelle Caisse resolved JDO-475. - Resolution: Fixed Fixed with revision: 521484 > Remove pre-GA releases from downloads page

[jira] Created: (JDO-476) Regression: Exception on pm.newInstance(Interface): Instance is not assignable to PersistenceCapable

2007-03-28 Thread Michelle Caisse (JIRA)
-476 Project: JDO Issue Type: Bug Components: tck2 Reporter: Michelle Caisse Assigned To: Andy Jefferson Fix For: JDO 2 maintenance release 1 This is a regression in the JPOX SNAPSHOT. JPOX version 1.1.7 works. On running, for

<    7   8   9   10   11   12   13   14   15   16   >