| Michael Bouschen (JIRA) |
[jira] Commented: (JDO-230) Fix order of makePersistent() and addTearDownClass() in localSetUp methods |
Fri, 09 Dec, 10:45 |
| Michael Watzek (JIRA) |
[jira] Resolved: (JDO-230) Fix order of makePersistent() and addTearDownClass() in localSetUp methods |
Fri, 09 Dec, 13:08 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-239) JPOX throws NPE when result class is specified with no result clause for deletion by query using single string query. |
Fri, 09 Dec, 13:52 |
| Michael Watzek (JIRA) |
[jira] Reopened: (JDO-194) JPOX does not support implicit variables. |
Fri, 09 Dec, 14:00 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-240) JPOX throws JDOQLQuery$Compiler$ExpressionSyntaxException when DISTINCT is specified inside an aggregate function. |
Fri, 09 Dec, 14:06 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-241) JPOX returns wrong query result for non-extent queries. |
Fri, 09 Dec, 14:10 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-242) JPOX returns wrong query result for test case Grouping. |
Fri, 09 Dec, 14:16 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Fri, 09 Dec, 14:19 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-244) JPOX generates illegal SQL for having clauses using COUNT. |
Fri, 09 Dec, 14:29 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-245) JPOX must throw JDOUserException for queries specifying having clause refering fields which are not part of the result clause. |
Fri, 09 Dec, 14:34 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-246) JPOX eliminates duplicates in the query result although DISTINCT is not specified. |
Fri, 09 Dec, 14:39 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-247) JPOX must throw JDOUserException for queries using incompatible result classes. |
Fri, 09 Dec, 14:44 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-248) JPOX generates illegal SQL for queries using result class java.util.Map. |
Fri, 09 Dec, 14:48 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-249) JPOX throws JDOFatalInternalException for queries using constructor calls in result clauses. |
Fri, 09 Dec, 14:54 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-250) JPOX throws JDOFatalInternalException for queries selecting variables bound to collections. |
Fri, 09 Dec, 14:56 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-251) JPOX generates illegal SQL for queries using COUNT(variable) in result clauses. |
Fri, 09 Dec, 15:02 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-252) JPOX throws JDOFatalInternalException for queries using numeric operators in the result clause. |
Fri, 09 Dec, 15:04 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-253) JPOX generates illegal SQL for queries accessing fields of parameter in the result clause. |
Fri, 09 Dec, 15:12 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-254) Fix message when query compilation fails |
Fri, 09 Dec, 16:28 |
| Michael Watzek (JIRA) |
[jira] Updated: (JDO-254) Fix message when query compilation fails |
Fri, 09 Dec, 16:34 |
| Michael Bouschen (JIRA) |
[jira] Commented: (JDO-254) Fix message when query compilation fails |
Fri, 09 Dec, 16:58 |
| Michael Watzek (JIRA) |
[jira] Resolved: (JDO-254) Fix message when query compilation fails |
Fri, 09 Dec, 17:00 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-255) Inheritance mapping 1 fails for application identity. |
Fri, 09 Dec, 17:16 |
| Michael Watzek (JIRA) |
[jira] Created: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Fri, 09 Dec, 17:18 |
| Craig L Russell |
Minutes: JDO TCK Conference Call Friday, Dec 9, 9 am PST |
Fri, 09 Dec, 18:14 |
| Craig L Russell |
Assertions for 5.6.2 |
Fri, 09 Dec, 19:15 |
| Craig Russell (JIRA) |
[jira] Created: (JDO-257) Change return type of makePersistent from void to Object |
Fri, 09 Dec, 19:38 |
| Craig Russell (JIRA) |
[jira] Updated: (JDO-257) Change return type of makePersistent from void to Object |
Fri, 09 Dec, 19:40 |
| Craig Russell (JIRA) |
[jira] Commented: (JDO-257) Change return type of makePersistent from void to Object |
Fri, 09 Dec, 19:42 |
| Michelle Caisse (JIRA) |
[jira] Created: (JDO-258) Write tests for attach/detach lifecycle assertions |
Sat, 10 Dec, 00:57 |
| Michelle Caisse (JIRA) |
[jira] Created: (JDO-259) Write tests for attach/detach behavior assertions |
Sat, 10 Dec, 00:59 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-236) Create new test for A5.6.2-7: If an optimistic transaction is begun, rollback will not write any changes to the datastore... |
Sat, 10 Dec, 01:01 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-235) New test for A5.6.2-6: If an optimistic transaction is begun, commit will write the changes to the datastore after checking as to the current state of the instances in the datastore |
Sat, 10 Dec, 01:03 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-234) New test for A5.6.2-5: If a datastore transaction is begun, rollback will not write any changes to the datastore... |
Sat, 10 Dec, 01:03 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-233) New test for A5.6.2-4: If a datastore transaction is begun, commit will write the changes to the datastore with no checking as to the current state... |
Sat, 10 Dec, 01:03 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-232) New test for A5.6.2-3: A persistent-nontransactional-dirty instance transitions to hollow if it is the parameter of evict or evictAll |
Sat, 10 Dec, 01:05 |
| Craig Russell (JIRA) |
[jira] Commented: (JDO-244) JPOX generates illegal SQL for having clauses using COUNT. |
Sat, 10 Dec, 03:32 |
| Craig L Russell |
Fwd: [result] Re: [vote] JDO out of incubation and into the DB project ( was Re: [discussion] JDO out of incubation) |
Sat, 10 Dec, 04:36 |
| Michael Bouschen |
Re: Fwd: [result] Re: [vote] JDO out of incubation and into the DB project ( was Re: [discussion] JDO out of incubation) |
Sun, 11 Dec, 17:10 |
| Erik Bengtson (JIRA) |
[jira] Commented: (JDO-206) JDOQL test NotEquals comparing floating point numbers |
Sun, 11 Dec, 22:10 |
| Erik Bengtson (JIRA) |
[jira] Commented: (JDO-206) JDOQL test NotEquals comparing floating point numbers |
Sun, 11 Dec, 22:19 |
| Erik Bengtson (JIRA) |
[jira] Commented: (JDO-206) JDOQL test NotEquals comparing floating point numbers |
Mon, 12 Dec, 14:22 |
| Andy Jefferson (JIRA) |
[jira] Created: (JDO-260) TestHashMapStringKeyCollections.test : schema incorrect |
Tue, 13 Dec, 08:28 |
| Andy Jefferson (JIRA) |
[jira] Created: (JDO-261) TestHashSetCollections, TestSetCollections : schema incorrect |
Tue, 13 Dec, 08:32 |
| Andy Jefferson |
Re: Minutes: JDO TCK Conference Call Friday, Dec 9, 9 am PST |
Tue, 13 Dec, 09:10 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-194) JPOX does not support implicit variables. |
Tue, 13 Dec, 09:49 |
| Jörg von Frantzius |
Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 11:54 |
| Andy Jefferson |
Subversion |
Tue, 13 Dec, 12:23 |
| Andy Jefferson (JIRA) |
[jira] Updated: (JDO-249) JPOX throws JDOFatalInternalException for queries using "new MyClass(...)" in result clauses |
Tue, 13 Dec, 12:41 |
| e...@jpox.org |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:03 |
| Michael Bouschen |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:09 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Tue, 13 Dec, 13:17 |
| Jörg von Frantzius |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:18 |
| e...@jpox.org |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:31 |
| e...@jpox.org |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:44 |
| Jörg von Frantzius |
Re: Tests for execution in managed environments / J2EE containers? |
Tue, 13 Dec, 13:48 |
| Andy Jefferson (JIRA) |
[jira] Assigned: (JDO-239) JPOX throws NPE when result class is specified with no result clause for deletion by query using single string query. |
Tue, 13 Dec, 15:29 |
| Andy Jefferson (JIRA) |
[jira] Resolved: (JDO-239) JPOX throws NPE when result class is specified with no result clause for deletion by query using single string query. |
Tue, 13 Dec, 15:33 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Tue, 13 Dec, 15:55 |
| Michael Bouschen (JIRA) |
[jira] Commented: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Tue, 13 Dec, 16:50 |
| Michael Bouschen (JIRA) |
[jira] Commented: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Tue, 13 Dec, 17:06 |
| Michael Bouschen |
Re: Subversion |
Tue, 13 Dec, 19:15 |
| Craig L Russell |
Re: Subversion |
Tue, 13 Dec, 21:55 |
| Craig Russell (JIRA) |
[jira] Commented: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Wed, 14 Dec, 02:20 |
| Jörg von Frantzius |
Re: Tests for execution in managed environments / J2EE containers? |
Wed, 14 Dec, 10:39 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Wed, 14 Dec, 11:41 |
| Karan Malhi |
Re: Tests for execution in managed environments / J2EE containers? |
Wed, 14 Dec, 16:21 |
| Jörg von Frantzius |
Re: Tests for execution in managed environments / J2EE containers? |
Wed, 14 Dec, 16:26 |
| Craig L Russell |
Re: Tests for execution in managed environments / J2EE containers? |
Wed, 14 Dec, 17:43 |
| Craig L Russell |
Re: [jira] Commented: (JDO-243) JPOX must throw JDOUserException for group by queries which select non-grouped fields. |
Wed, 14 Dec, 17:57 |
| Jörg von Frantzius |
Re: Tests for execution in managed environments / J2EE containers? |
Wed, 14 Dec, 18:33 |
| Craig L Russell |
Subversion repository |
Thu, 15 Dec, 01:49 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-241) JPOX returns wrong query result for non-extent queries. |
Thu, 15 Dec, 11:17 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-220) JPOX does not call jdoPostLoad() on queried instances or does not load fetch groups |
Thu, 15 Dec, 16:44 |
| Alexander Bieber |
Clarifications on fetch depth |
Thu, 15 Dec, 17:42 |
| Michelle Caisse |
JDO TCK Conference Call Friday, Dec 16, 9 am PST |
Thu, 15 Dec, 21:26 |
| Marco Schulze |
Re: Clarifications on fetch depth |
Thu, 15 Dec, 22:49 |
| Jörg von Frantzius |
Re: Clarifications on fetch depth |
Thu, 15 Dec, 23:00 |
| Jörg von Frantzius |
Re: Clarifications on fetch depth |
Thu, 15 Dec, 23:02 |
| Michelle Caisse (JIRA) |
[jira] Closed: (JDO-260) TestHashMapStringKeyCollections.test : schema incorrect |
Fri, 16 Dec, 02:19 |
| Henri Yandell |
Re: Subversion repository |
Fri, 16 Dec, 04:53 |
| Craig L Russell |
Re: Subversion repository |
Fri, 16 Dec, 05:13 |
| Michelle Caisse (JIRA) |
[jira] Assigned: (JDO-261) TestHashSetCollections, TestSetCollections : schema incorrect |
Fri, 16 Dec, 06:03 |
| Andy Jefferson (JIRA) |
[jira] Assigned: (JDO-261) TestHashSetCollections, TestSetCollections : schema incorrect |
Fri, 16 Dec, 07:36 |
| Geir Magnusson Jr. |
Re: Subversion repository |
Fri, 16 Dec, 14:08 |
| Marco Schulze |
fetch-depth + recursion-depth |
Fri, 16 Dec, 16:28 |
| Michelle Caisse (JIRA) |
[jira] Assigned: (JDO-206) JDOQL test NotEquals comparing floating point numbers |
Fri, 16 Dec, 17:39 |
| Michelle Caisse (JIRA) |
[jira] Created: (JDO-262) Add element-type metadata to ArrayCollections |
Fri, 16 Dec, 18:06 |
| Craig L Russell |
Minutes: JDO TCK Conference Call Friday, Dec 16, 9 am PST |
Fri, 16 Dec, 18:16 |
| Michelle Caisse (JIRA) |
[jira] Resolved: (JDO-261) TestHashSetCollections, TestSetCollections : schema incorrect |
Sat, 17 Dec, 04:23 |
| Andy Jefferson (JIRA) |
[jira] Resolved: (JDO-255) Inheritance mapping 1 fails for application identity. |
Sat, 17 Dec, 07:16 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Sat, 17 Dec, 07:16 |
| Andy Jefferson (JIRA) |
[jira] Assigned: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Sat, 17 Dec, 07:16 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-255) Inheritance mapping 1 fails for application identity. |
Sat, 17 Dec, 07:26 |
| Andy Jefferson (JIRA) |
[jira] Resolved: (JDO-256) Inheritance mapping 1 fails for datastore identity. |
Sat, 17 Dec, 10:07 |
| Craig Russell (JIRA) |
[jira] Commented: (JDO-257) Change return type of makePersistent from void to Object |
Sat, 17 Dec, 17:59 |
| Craig Russell (JIRA) |
[jira] Resolved: (JDO-214) Add a dtd and xsd for jdoquery documents |
Sat, 17 Dec, 18:03 |
| Craig Russell (JIRA) |
[jira] Resolved: (JDO-231) The orm.dtd contains #CDATA and extraneous definition of element property |
Sat, 17 Dec, 18:05 |
| Andy Jefferson (JIRA) |
[jira] Commented: (JDO-72) Test api.persistencemanager.OptimisticFailure hangs |
Sat, 17 Dec, 18:43 |
| Craig Russell (JIRA) |
[jira] Commented: (JDO-202) orm.xsd and unit tests for xsd are missing |
Sat, 17 Dec, 20:24 |