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

2006-12-22 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-445?page=comments#action_12460509 ] Michael Watzek commented on JDO-445: Hi Craig, the patch looks good! Please find my comments below: - PersistenceManagerProxies are cached using PMF instances as

[jira] Created: (JDO-355) Remove extra tables/classes in the sql and orm for mappings 5,6, and 7.

2006-03-29 Thread Michael Watzek (JIRA)
Remove extra tables/classes in the sql and orm for mappings 5,6, and 7. --- Key: JDO-355 URL: http://issues.apache.org/jira/browse/JDO-355 Project: JDO Type: Improvement Components: tck20 Ver

[jira] Commented: (JDO-354) org.apache.jdo.tck.api.persistencemanager.lifecycle.MakePersistent may fail on teardown

2006-03-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-354?page=comments#action_12372236 ] Michael Watzek commented on JDO-354: I noticed that there is a little mismatch between test case MakePersistent, the .sql files, and the .orm files for mappings 5, 6, 7 wrt.

[jira] Commented: (JDO-335) Close PMF after running each configuration

2006-03-13 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-335?page=comments#action_12370194 ] Michael Watzek commented on JDO-335: One comment related to the patch checked in: Does it make sense to call closePMF() in a finally block just to make sure it is executed i

[jira] Resolved: (JDO-311) Inheritance3 : should check if the JDO implementation supports "javax.jdo.option.mapping.RelationSubclassTable"

2006-03-03 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-311?page=all ] Michael Watzek resolved JDO-311: Resolution: Fixed The second patch has been checked in (revision 382739). > Inheritance3 : should check if the JDO implementation supports > "javax.jdo.opt

[jira] Updated: (JDO-311) Inheritance3 : should check if the JDO implementation supports "javax.jdo.option.mapping.RelationSubclassTable"

2006-03-02 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-311?page=all ] Michael Watzek updated JDO-311: --- Attachment: JDO-311.patch2 The second patch implements comments 1. and 2. above. Note, that the second patch makes all calls of printUnsupportedOptionalFeatureNotTe

[jira] Updated: (JDO-308) Remove attribute strategy from elements datastore-identity in ORM files

2006-03-01 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-308?page=all ] Michael Watzek updated JDO-308: --- Priority: Major (was: Minor) > Remove attribute strategy from elements datastore-identity in ORM files > ---

[jira] Commented: (JDO-311) Inheritance3 : should check if the JDO implementation supports "javax.jdo.option.mapping.RelationSubclassTable"

2006-03-01 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-311?page=comments#action_12368259 ] Michael Watzek commented on JDO-311: I agree with 1. above. The removal of the package prefix in 2. above is consistent with other TCK test cases: All calls of method "print

[jira] Commented: (JDO-285) Fix list of teardown classes in company model reader.

2006-02-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-285?page=comments#action_12368136 ] Michael Watzek commented on JDO-285: Hi Andy, the exceptions above can be reproduced executing the code below in conjunction with mapping 4. The code makes persistent a full

[jira] Updated: (JDO-311) Inheritance3 : should check if the JDO implementation supports "javax.jdo.option.mapping.RelationSubclassTable"

2006-02-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-311?page=all ] Michael Watzek updated JDO-311: --- Attachment: JDO-311.patch The attached patch fixes this issue. Some comments: I moved method isTestToBePerformed() to class JDOTest. Thus, other test classes besi

[jira] Commented: (JDO-311) Inheritance3 : should check if the JDO implementation supports "javax.jdo.option.mapping.RelationSubclassTable"

2006-02-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-311?page=comments#action_12368108 ] Michael Watzek commented on JDO-311: Some inheritance configurations must specify property "jdo.tck.requiredOptions" as shown below: - inheritance1.conf: javax.jdo.option.ma

[jira] Updated: (JDO-308) Remove attribute strategy from elements datastore-identity in ORM files

2006-02-27 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-308?page=all ] Michael Watzek updated JDO-308: --- Attachment: JDO-308.patch The attached patch fixes this issue. Applying this patch, a TCK run results in 4 failures and 409 errors. Most of the errors are due to th

[jira] Created: (JDO-308) Remove attribute strategy from elements datastore-identity in ORM files

2006-02-16 Thread Michael Watzek (JIRA)
Remove attribute strategy from elements datastore-identity in ORM files --- Key: JDO-308 URL: http://issues.apache.org/jira/browse/JDO-308 Project: JDO Type: Bug Components: tck20 Versions: J

[jira] Updated: (JDO-285) Fix list of teardown classes in company model reader.

2006-01-30 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-285?page=all ] Michael Watzek updated JDO-285: --- Attachment: JDO-285.patch The attached patch fixes this issue. It contains two changes: 1) It fixes the order of teardown classes, 2) It fixes call getExtent with s

[jira] Created: (JDO-285) Fix list of teardown classes in company model reader.

2006-01-30 Thread Michael Watzek (JIRA)
Fix list of teardown classes in company model reader. - Key: JDO-285 URL: http://issues.apache.org/jira/browse/JDO-285 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Michael

[jira] Commented: (JDO-258) Write tests for new persistent-nontransactional-dirty lifecycle assertions

2006-01-23 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-258?page=comments#action_12363716 ] Michael Watzek commented on JDO-258: The assertions of this issue have been implemented together with the assertions of JDO-273. The patch has been attached to JDO-273. > W

[jira] Updated: (JDO-273) Create tests for sections 5.5.8 & 5.5.9, detachment lifecycle

2006-01-23 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-273?page=all ] Michael Watzek updated JDO-273: --- Attachment: JDO-273.patch The attached patch implements the lifecycle transition tests for JDO-258 and JDO-273. The patch extends the existing test class org.apac

[jira] Assigned: (JDO-273) Create tests for sections 5.5.8 & 5.5.9, detachment lifecycle

2006-01-23 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-273?page=all ] Michael Watzek reassigned JDO-273: -- Assign To: Michael Watzek > Create tests for sections 5.5.8 & 5.5.9, detachment lifecycle > - > >

[jira] Assigned: (JDO-258) Write tests for new persistent-nontransactional-dirty lifecycle assertions

2006-01-23 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-258?page=all ] Michael Watzek reassigned JDO-258: -- Assign To: Michael Watzek > Write tests for new persistent-nontransactional-dirty lifecycle assertions > --

[jira] Created: (JDO-256) Inheritance mapping 1 fails for datastore identity.

2005-12-09 Thread Michael Watzek (JIRA)
Inheritance mapping 1 fails for datastore identity. --- Key: JDO-256 URL: http://issues.apache.org/jira/browse/JDO-256 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Erik Bengtso

[jira] Created: (JDO-255) Inheritance mapping 1 fails for application identity.

2005-12-09 Thread Michael Watzek (JIRA)
Inheritance mapping 1 fails for application identity. - Key: JDO-255 URL: http://issues.apache.org/jira/browse/JDO-255 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Erik Ben

[jira] Resolved: (JDO-254) Fix message when query compilation fails

2005-12-09 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-254?page=all ] Michael Watzek resolved JDO-254: Resolution: Fixed The attached patch has been checked in (revision 355537). > Fix message when query compilation fails > ---

[jira] Updated: (JDO-254) Fix message when query compilation fails

2005-12-09 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-254?page=all ] Michael Watzek updated JDO-254: --- Attachment: JDO-254.patch The attached patch fixes this issue. > Fix message when query compilation fails > > > K

[jira] Created: (JDO-254) Fix message when query compilation fails

2005-12-09 Thread Michael Watzek (JIRA)
Fix message when query compilation fails Key: JDO-254 URL: http://issues.apache.org/jira/browse/JDO-254 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Michael Watzek Priority: Triv

[jira] Created: (JDO-253) JPOX generates illegal SQL for queries accessing fields of parameter in the result clause.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX generates illegal SQL for queries accessing fields of parameter in the result clause. -- Key: JDO-253 URL: http://issues.apache.org/jira/browse/JDO-253 Project: JDO Type: Bu

[jira] Created: (JDO-252) JPOX throws JDOFatalInternalException for queries using numeric operators in the result clause.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX throws JDOFatalInternalException for queries using numeric operators in the result clause. --- Key: JDO-252 URL: http://issues.apache.org/jira/browse/JDO-252 Project: JDO

[jira] Created: (JDO-251) JPOX generates illegal SQL for queries using COUNT(variable) in result clauses.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX generates illegal SQL for queries using COUNT(variable) in result clauses. --- Key: JDO-251 URL: http://issues.apache.org/jira/browse/JDO-251 Project: JDO Type: Bug Components: tck20

[jira] Created: (JDO-250) JPOX throws JDOFatalInternalException for queries selecting variables bound to collections.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX throws JDOFatalInternalException for queries selecting variables bound to collections. --- Key: JDO-250 URL: http://issues.apache.org/jira/browse/JDO-250 Project: JDO Type:

[jira] Created: (JDO-249) JPOX throws JDOFatalInternalException for queries using constructor calls in result clauses.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX throws JDOFatalInternalException for queries using constructor calls in result clauses. Key: JDO-249 URL: http://issues.apache.org/jira/browse/JDO-249 Project: JDO Type

[jira] Created: (JDO-248) JPOX generates illegal SQL for queries using result class java.util.Map.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX generates illegal SQL for queries using result class java.util.Map. Key: JDO-248 URL: http://issues.apache.org/jira/browse/JDO-248 Project: JDO Type: Bug Components: tck20 Reporter:

[jira] Created: (JDO-247) JPOX must throw JDOUserException for queries using incompatible result classes.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX must throw JDOUserException for queries using incompatible result classes. --- Key: JDO-247 URL: http://issues.apache.org/jira/browse/JDO-247 Project: JDO Type: Bug Components: tck20

[jira] Created: (JDO-246) JPOX eliminates duplicates in the query result although DISTINCT is not specified.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX eliminates duplicates in the query result although DISTINCT is not specified. -- Key: JDO-246 URL: http://issues.apache.org/jira/browse/JDO-246 Project: JDO Type: Bug Components:

[jira] Created: (JDO-245) JPOX must throw JDOUserException for queries specifying having clause refering fields which are not part of the result clause.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX must throw JDOUserException for queries specifying having clause refering fields which are not part of the result clause. -- Key: JDO-245 URL: http://

[jira] Created: (JDO-244) JPOX generates illegal SQL for having clauses using COUNT.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX generates illegal SQL for having clauses using COUNT. -- Key: JDO-244 URL: http://issues.apache.org/jira/browse/JDO-244 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to

[jira] Created: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX must throw JDOUserException for group by queries which select non-grouped fields. -- Key: JDO-243 URL: http://issues.apache.org/jira/browse/JDO-243 Project: JDO Type: Bug Comp

[jira] Created: (JDO-242) JPOX returns wrong query result for test case Grouping.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX returns wrong query result for test case Grouping. --- Key: JDO-242 URL: http://issues.apache.org/jira/browse/JDO-242 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Erik

[jira] Created: (JDO-241) JPOX returns wrong query result for non-extent queries.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX returns wrong query result for non-extent queries. --- Key: JDO-241 URL: http://issues.apache.org/jira/browse/JDO-241 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Erik

[jira] Created: (JDO-240) JPOX throws JDOQLQuery$Compiler$ExpressionSyntaxException when DISTINCT is specified inside an aggregate function.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX throws JDOQLQuery$Compiler$ExpressionSyntaxException when DISTINCT is specified inside an aggregate function. -- Key: JDO-240 URL: http://issues.apache.org/jira/b

[jira] Reopened: (JDO-194) JPOX does not support implicit variables.

2005-12-09 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-194?page=all ] Michael Watzek reopened JDO-194: Assign To: Erik Bengtson (was: Michael Watzek) The test cases MixedVariables and VariablesAndFields fail throwing NoClassDefFoundError. Both test cases use

[jira] Created: (JDO-239) JPOX throws NPE when result class is specified with no result clause for deletion by query using single string query.

2005-12-09 Thread Michael Watzek (JIRA)
JPOX throws NPE when result class is specified with no result clause for deletion by query using single string query. - Key: JDO-239 URL: http://issues.apache.org/

[jira] Resolved: (JDO-230) Fix order of makePersistent() and addTearDownClass() in localSetUp methods

2005-12-09 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-230?page=all ] Michael Watzek resolved JDO-230: Fix Version: (was: JDO 2 beta) Resolution: Fixed The attched patch has been checked in (revision 355479). > Fix order of makePersistent() and addTe

[jira] Updated: (JDO-230) Fix order of makePersistent() and addTearDownClass() in localSetUp methods

2005-12-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-230?page=all ] Michael Watzek updated JDO-230: --- Attachment: JDO-230.patch The attched patch fixes this issue. > Fix order of makePersistent() and addTearDownClass() in localSetUp methods > --

[jira] Resolved: (JDO-167) Inheritance mapping 2 needs to be changed to support polymorphic relationships to Employees

2005-12-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-167?page=all ] Michael Watzek resolved JDO-167: Resolution: Fixed The second patch has been checked in (revision 355126). > Inheritance mapping 2 needs to be changed to support polymorphic > relationship

[jira] Updated: (JDO-167) Inheritance mapping 2 needs to be changed to support polymorphic relationships to Employees

2005-12-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-167?page=all ] Michael Watzek updated JDO-167: --- Attachment: JDO-167.patch2 The second patch implements the comments above. > Inheritance mapping 2 needs to be changed to support polymorphic > relationships to E

[jira] Resolved: (JDO-228) Enhancer error message for org/apache/jdo/tck/pc/mylib/PCClass.jdo

2005-12-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-228?page=all ] Michael Watzek resolved JDO-228: Resolution: Fixed The patch has been checked in (revision 355062). > Enhancer error message for org/apache/jdo/tck/pc/mylib/PCClass.jdo > --

[jira] Resolved: (JDO-229) Class DeleteCallback must not assume managed relationships.

2005-12-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-229?page=all ] Michael Watzek resolved JDO-229: Resolution: Fixed The second patch has been checked in (revision 355060). > Class DeleteCallback must not assume managed relationships. > --

[jira] Updated: (JDO-229) Class DeleteCallback must not assume managed relationships.

2005-12-07 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-229?page=all ] Michael Watzek updated JDO-229: --- Attachment: JDO-229.patch2 The second patch implements the comments above. > Class DeleteCallback must not assume managed relationships. >

[jira] Created: (JDO-230) Fix order of makePersistent() and addTearDownClass() in localSetUp methods

2005-12-07 Thread Michael Watzek (JIRA)
Fix order of makePersistent() and addTearDownClass() in localSetUp methods -- Key: JDO-230 URL: http://issues.apache.org/jira/browse/JDO-230 Project: JDO Type: Bug Components: tck20 Versi

[jira] Updated: (JDO-167) Inheritance mapping 2 needs to be changed to support polymorphic relationships to Employees

2005-12-07 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-167?page=all ] Michael Watzek updated JDO-167: --- Attachment: JDO-167.patch The attached patch fixes this issue. > Inheritance mapping 2 needs to be changed to support polymorphic > relationships to Employees > -

[jira] Updated: (JDO-228) Enhancer error message for org/apache/jdo/tck/pc/mylib/PCClass.jdo

2005-12-06 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-228?page=all ] Michael Watzek updated JDO-228: --- Attachment: JDO-228.patch In file PCClass.jdo elements were misplaced for both, application identity and datastore identity. They have to be specified before eleme

[jira] Updated: (JDO-229) Class DeleteCallback must not assume managed relationships.

2005-12-06 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-229?page=all ] Michael Watzek updated JDO-229: --- Attachment: JDO-229.patch The attached patch implements the comments above. > Class DeleteCallback must not assume managed relationships. > ---

[jira] Created: (JDO-229) Class DeleteCallback must not assume managed relationships.

2005-12-06 Thread Michael Watzek (JIRA)
Class DeleteCallback must not assume managed relationships. --- Key: JDO-229 URL: http://issues.apache.org/jira/browse/JDO-229 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned

[jira] Resolved: (JDO-147) Remove pm.deletePersistent from query tests

2005-12-02 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-147?page=all ] Michael Watzek resolved JDO-147: Resolution: Fixed The comments above have been incorporated into the attached patch. The patch has been checked in (Revision 351768). > Remove pm.deletePer

[jira] Resolved: (JDO-166) Implement new JDO 2 query tests cases concerning deletion by query.

2005-12-01 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-166?page=all ] Michael Watzek resolved JDO-166: Resolution: Fixed The comments above have been incorporated into the second patch. The second patch has been checked in (Revision 350282). > Implement new

[jira] Updated: (JDO-147) Remove pm.deletePersistent from query tests

2005-12-01 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-147?page=all ] Michael Watzek updated JDO-147: --- Attachment: JDO-147.patch The attached patch fixes this issue. Methods QueryTest.cleanupCompanyModel and QueryTest.cleanupDatabase have been removed. Instead, loca

[jira] Resolved: (JDO-217) The expected result in JDO2 query test cases should have the exact runtime type of the query.

2005-11-30 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-217?page=all ] Michael Watzek resolved JDO-217: Resolution: Fixed The attached patch has been checked in (Revision 349919). > The expected result in JDO2 query test cases should have the exact runtime >

[jira] Updated: (JDO-217) The expected result in JDO2 query test cases should have the exact runtime type of the query.

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-217?page=all ] Michael Watzek updated JDO-217: --- Attachment: JDO-217.patch The attached patch fixes this issue. The list of affected classes in this patch is different compared to the list above because some clas

[jira] Resolved: (JDO-226) DistintCandidateInstances.testCollectionQueries typo

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-226?page=all ] Michael Watzek resolved JDO-226: Resolution: Fixed The attached patch has been checked in (Revision 349712). > DistintCandidateInstances.testCollectionQueries typo > ---

[jira] Resolved: (JDO-221) Test case AggregateResult misses DISTINCT queries and navigational expressions in aggrgate queries.

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-221?page=all ] Michael Watzek resolved JDO-221: Resolution: Fixed The second patch has been checked in (Revision 349707). > Test case AggregateResult misses DISTINCT queries and navigational > expression

[jira] Resolved: (JDO-225) ResultClassRequirements.testConstructor has missign import

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-225?page=all ] Michael Watzek resolved JDO-225: Resolution: Fixed The issue has been fixed by changes check in related to JDO-224. > ResultClassRequirements.testConstructor has missign import > --

[jira] Resolved: (JDO-224) Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1.

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-224?page=all ] Michael Watzek resolved JDO-224: Resolution: Fixed The patch has been checked in (Revision 349704). > Adapt ResultClassRequirements to new wording in spec concerning assertion > A14.6.12-1

[jira] Resolved: (JDO-223) SupportedMapMethods miss queries calling isEmpty() and size(). SupportedCollectionMethods must be extended by queries calling contains() and size().

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-223?page=all ] Michael Watzek resolved JDO-223: Resolution: Fixed The patch has been checked in (Revision 349701). > SupportedMapMethods miss queries calling isEmpty() and size(). > SupportedCollectionMe

[jira] Resolved: (JDO-222) Test case query.sql.CandidateClass should renamed to query.sql.NoCandidateClass.

2005-11-29 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-222?page=all ] Michael Watzek resolved JDO-222: Resolution: Fixed The patch has been checked in. (Revision 349693). > Test case query.sql.CandidateClass should renamed to > query.sql.NoCandidateClass. >

[jira] Updated: (JDO-225) ResultClassRequirements.testConstructor has missign import

2005-11-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-225?page=all ] Michael Watzek updated JDO-225: --- Attachment: JDO-225.patch The attached file fixes this issue. However, the test case still fails throwing the following exception: [java] 2) testConstructor(o

[jira] Updated: (JDO-226) DistintCandidateInstances.testCollectionQueries typo

2005-11-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-226?page=all ] Michael Watzek updated JDO-226: --- Attachment: JDO-226.patch The attached patch fixes this issue. > DistintCandidateInstances.testCollectionQueries typo > ---

[jira] Resolved: (JDO-177) JPOX ignores JDOHelper.getObjectId in queries.

2005-11-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-177?page=all ] Michael Watzek resolved JDO-177: Resolution: Fixed The fix has been checked in. > JPOX ignores JDOHelper.getObjectId in queries. > -- > >

[jira] Updated: (JDO-221) Test case AggregateResult misses DISTINCT queries and navigational expressions in aggrgate queries.

2005-11-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-221?page=all ] Michael Watzek updated JDO-221: --- Attachment: JDO-221.patch2 The second patch implements the comments above. > Test case AggregateResult misses DISTINCT queries and navigational > expressions in a

[jira] Updated: (JDO-166) Implement new JDO 2 query tests cases concerning deletion by query.

2005-11-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-166?page=all ] Michael Watzek updated JDO-166: --- Attachment: JDO-166.patch2 The second patch implements the comments above. > Implement new JDO 2 query tests cases concerning deletion by query. >

[jira] Updated: (JDO-224) Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1.

2005-11-25 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-224?page=all ] Michael Watzek updated JDO-224: --- Attachment: JDO-224.patch The attached patch fixes this issue. > Adapt ResultClassRequirements to new wording in spec concerning assertion > A14.6.12-1. > ---

[jira] Updated: (JDO-223) SupportedMapMethods miss queries calling isEmpty() and size(). SupportedCollectionMethods must be extended by queries calling contains() and size().

2005-11-25 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-223?page=all ] Michael Watzek updated JDO-223: --- Attachment: JDO-223.patch The attached patch fixes this issue. Additionally, the classes have been adapted to the new result handling implemented as part of JDO-21

[jira] Updated: (JDO-222) Test case query.sql.CandidateClass should renamed to query.sql.NoCandidateClass.

2005-11-25 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-222?page=all ] Michael Watzek updated JDO-222: --- Attachment: JDO-222.patch The attached patch fixes this issue. > Test case query.sql.CandidateClass should renamed to > query.sql.NoCandidateClass. >

[jira] Updated: (JDO-221) Test case AggregateResult misses DISTINCT queries and navigational expressions in aggrgate queries.

2005-11-25 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-221?page=all ] Michael Watzek updated JDO-221: --- Attachment: JDO-221.patch The attached patch fixes this issue. > Test case AggregateResult misses DISTINCT queries and navigational > expressions in aggrgate quer

[jira] Resolved: (JDO-216) Result handling in class QueryTest must be capable to consider return types of java.lang.Object

2005-11-25 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-216?page=all ] Michael Watzek resolved JDO-216: Resolution: Fixed The attached patch has been checked in including the comments above (Revisiov 345514). > Result handling in class QueryTest must be capab

[jira] Closed: (JDO-219) JDO2 test cases miss queries testing methods size() and isEmpty() for both, collection and maps.

2005-11-24 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-219?page=all ] Michael Watzek closed JDO-219: -- Resolution: Duplicate This issue is a duplicate of JDO-223. > JDO2 test cases miss queries testing methods size() and isEmpty() for both, > collection and maps.

[jira] Created: (JDO-224) Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1.

2005-11-24 Thread Michael Watzek (JIRA)
Adapt ResultClassRequirements to new wording in spec concerning assertion A14.6.12-1. - Key: JDO-224 URL: http://issues.apache.org/jira/browse/JDO-224 Project: JDO Type: Bug Compon

[jira] Created: (JDO-223) SupportedMapMethods miss queries calling isEmpty() and size(). SupportedCollectionMethods must be extended by queries calling contains() and size().

2005-11-24 Thread Michael Watzek (JIRA)
SupportedMapMethods miss queries calling isEmpty() and size(). SupportedCollectionMethods must be extended by queries calling contains() and size().

[jira] Created: (JDO-221) Test case AggregateResult misses DISTINCT queries and navigational expressions in aggrgate queries.

2005-11-24 Thread Michael Watzek (JIRA)
Test case AggregateResult misses DISTINCT queries and navigational expressions in aggrgate queries. --- Key: JDO-221 URL: http://issues.apache.org/jira/browse/JDO-221 Project: JD

[jira] Created: (JDO-222) Test case query.sql.CandidateClass should renamed to query.sql.NoCandidateClass.

2005-11-24 Thread Michael Watzek (JIRA)
Test case query.sql.CandidateClass should renamed to query.sql.NoCandidateClass. Key: JDO-222 URL: http://issues.apache.org/jira/browse/JDO-222 Project: JDO Type: Bug Components: tck20

[jira] Resolved: (JDO-165) Implement new JDO 2 query tests cases concerning SQL queries.

2005-11-24 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-165?page=all ] Michael Watzek resolved JDO-165: Resolution: Fixed The second patch has been checked in (Revision 348505). > Implement new JDO 2 query tests cases concerning SQL queries. >

[jira] Updated: (JDO-166) Implement new JDO 2 query tests cases concerning deletion by query.

2005-11-24 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-166?page=all ] Michael Watzek updated JDO-166: --- Attachment: JDO-166.patch The attched patch implements the assertions above. > Implement new JDO 2 query tests cases concerning deletion by query. > --

[jira] Updated: (JDO-165) Implement new JDO 2 query tests cases concerning SQL queries.

2005-11-23 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-165?page=all ] Michael Watzek updated JDO-165: --- Attachment: JDO-165.patch2 The second patch implements the comments above. > Implement new JDO 2 query tests cases concerning SQL queries. > --

[jira] Resolved: (JDO-164) Implement new JDO 2 query tests cases concerning result handling.

2005-11-21 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-164?page=all ] Michael Watzek resolved JDO-164: Resolution: Fixed The second patch has been checked in (Revision 345921). > Implement new JDO 2 query tests cases concerning result handling. >

[jira] Updated: (JDO-165) Implement new JDO 2 query tests cases concerning SQL queries.

2005-11-21 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-165?page=all ] Michael Watzek updated JDO-165: --- Attachment: JDO-165.patch The attached patch implements the assertions above. > Implement new JDO 2 query tests cases concerning SQL queries. > ---

[jira] Created: (JDO-220) JPOX does not call jdoPostLoad() on queried instances or does not load fetch groups

2005-11-18 Thread Michael Watzek (JIRA)
JPOX does not call jdoPostLoad() on queried instances or does not load fetch groups Key: JDO-220 URL: http://issues.apache.org/jira/browse/JDO-220 Project: JDO Type: Bug Componen

[jira] Created: (JDO-219) JDO2 test cases miss queries testing methods size() and isEmpty() for both, collection and maps.

2005-11-18 Thread Michael Watzek (JIRA)
JDO2 test cases miss queries testing methods size() and isEmpty() for both, collection and maps. Key: JDO-219 URL: http://issues.apache.org/jira/browse/JDO-219 Project: JDO

[jira] Updated: (JDO-164) Implement new JDO 2 query tests cases concerning result handling.

2005-11-17 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-164?page=all ] Michael Watzek updated JDO-164: --- Attachment: JDO-164.patch2 The second patch implements the comments above. Furthermore, the patch implements the comments in JDO-216 concerning the expected result

[jira] Updated: (JDO-216) Result handling in class QueryTest must be capable to consider return types of java.lang.Object

2005-11-17 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-216?page=all ] Michael Watzek updated JDO-216: --- Attachment: JDO-216.patch The attached patch implements the comments above. > Result handling in class QueryTest must be capable to consider return types > of jav

[jira] Commented: (JDO-217) The expected result in JDO2 query test cases should have the exact runtime type of the query.

2005-11-17 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-217?page=comments#action_12357897 ] Michael Watzek commented on JDO-217: Please find the list of test classes to be adapted below. Note: Test classes in package query.api are adapted by JDO-216. Test classes

[jira] Created: (JDO-217) The expected result in JDO2 query test cases should have the exact runtime type of the query.

2005-11-17 Thread Michael Watzek (JIRA)
The expected result in JDO2 query test cases should have the exact runtime type of the query. - Key: JDO-217 URL: http://issues.apache.org/jira/browse/JDO-217 Project: JDO Ty

[jira] Created: (JDO-216) Result handling in class QueryTest must be capable to consider return types of java.lang.Object

2005-11-17 Thread Michael Watzek (JIRA)
Result handling in class QueryTest must be capable to consider return types of java.lang.Object --- Key: JDO-216 URL: http://issues.apache.org/jira/browse/JDO-216 Project: JDO

[jira] Updated: (JDO-163) Implement new JDO 2 query tests cases concerning query API Extensions

2005-11-11 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-163?page=all ] Michael Watzek updated JDO-163: --- Attachment: JDO-163.patch3 The third patch fixes 2 issues reported by Andy on jdo-dev: 1. MetadataSearchOrder.testPackageJDOQuery - this complains about not finding

[jira] Updated: (JDO-164) Implement new JDO 2 query tests cases concerning result handling.

2005-11-10 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-164?page=all ] Michael Watzek updated JDO-164: --- Attachment: JDO-164.patch The attached patch implements the assertions above. > Implement new JDO 2 query tests cases concerning result handling. >

[jira] Resolved: (JDO-163) Implement new JDO 2 query tests cases concerning query API Extensions

2005-11-08 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-163?page=all ] Michael Watzek resolved JDO-163: Resolution: Fixed The second patch has been checked in (Revision 331850). > Implement new JDO 2 query tests cases concerning query API Extensions >

[jira] Updated: (JDO-163) Implement new JDO 2 query tests cases concerning query API Extensions

2005-11-04 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-163?page=all ] Michael Watzek updated JDO-163: --- Attachment: JDO-163.patch2 The second patch implements the comments above. > Implement new JDO 2 query tests cases concerning query API Extensions > --

[jira] Resolved: (JDO-162) Implement new JDO 2 query tests cases concerning other language changes.

2005-10-28 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-162?page=all ] Michael Watzek resolved JDO-162: Resolution: Fixed The second patch implements the comments above and has been checked in. That patch contained two bugs which has been fixed and checked in a

[jira] Created: (JDO-194) JPOX does not support implicit variables.

2005-10-27 Thread Michael Watzek (JIRA)
JPOX does not support implicit variables. - Key: JDO-194 URL: http://issues.apache.org/jira/browse/JDO-194 Project: JDO Type: Bug Components: tck20 Reporter: Michael Watzek Assigned to: Erik Bengtson JPOX throws an

[jira] Updated: (JDO-162) Implement new JDO 2 query tests cases concerning other language changes.

2005-10-27 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-162?page=all ] Michael Watzek updated JDO-162: --- Attachment: JDO-162.patch2 The second patch implements the comments above. Additionally, it adds ORDER BY clauses to all valid range queries. > Implement new JDO

[jira] Resolved: (JDO-161) Implement new JDO 2 query tests cases concerning variables.

2005-10-27 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-161?page=all ] Michael Watzek resolved JDO-161: Resolution: Fixed The check on javax.jdo.option.UnconstrainedQueryVariables is already part of the second patch. The patch has been checked in as supplied.

[jira] Updated: (JDO-161) Implement new JDO 2 query tests cases concerning variables.

2005-10-26 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-161?page=all ] Michael Watzek updated JDO-161: --- Attachment: JDO-161.patch2 The second patch implements the comments above. > Implement new JDO 2 query tests cases concerning variables. >

[jira] Updated: (JDO-163) Implement new JDO 2 query tests cases concerning query API Extensions

2005-10-26 Thread Michael Watzek (JIRA)
[ http://issues.apache.org/jira/browse/JDO-163?page=all ] Michael Watzek updated JDO-163: --- Attachment: JDO-163.patch The attached patch implements the assertions above. > Implement new JDO 2 query tests cases concerning query API Extensions > ---

  1   2   >