Dependent and element-dependent

2005-11-03 Thread Jörg von Frantzius
Hello, the specification currently is somewhat confusing where it defines the meta-data attributes dependent and element-dependent. Concerning dependent it says: The dependent attribute indicates that the field contains a reference that is to be deleted from the datastore if the

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

2005-11-03 Thread Michelle Caisse
Hi, We will have our regular meeting Friday, October 21 at 9 am PST to discuss JDO TCK issues and status. Dial-in numbers are: 866 230-6968 294-0479# International: +1 865 544-7856 Agenda: 1. Test status (Michael W) 2. Query tests (Michael W) 3. ANTL 1.7.5 lib in ibiblio repository

JPOX bug related to pk fields of type Date

2005-11-03 Thread Michael Watzek
Hi Andy, today I noticed a bug which shows up in CopyKeyFieldsFromObjectId and NewObjectIdInstance. I'm not sure, when the bug showed up the first time. Currently, JIRA is not available, that's why I do not know if we already filed a JIRA. The test cases throws an error during teardown (see

QueryElementHolder patch

2005-11-03 Thread Michael Watzek
Hi, I'm sending this patch to jdo-dev because JIRA is not available currently. JPOX has adapted the syntax of range clauses in single string queries to match the latest spec. This patch fixes the issue in class QueryElementHolder. Please review. Regards, Michael --

Re: QueryElementHolder patch

2005-11-03 Thread Michael Bouschen
Hi Michael, looks good, check it in. Regards Michael Hi, I'm sending this patch to jdo-dev because JIRA is not available currently. JPOX has adapted the syntax of range clauses in single string queries to match the latest spec. This patch fixes the issue in class QueryElementHolder.

TCK : OrderOfParameters

2005-11-03 Thread Andy Jefferson
The TCK test OrderOfParameters has an error currently. The second query has firstname == :param2 lastname == :param1 (the opposite way around to the params in the first query), and thye parameter values for both queries are the same. As a result the result will be the same (the parameters are

TCK : ImplicitParameters

2005-11-03 Thread Andy Jefferson
The TCK test ImplicitParameters has an error currently. The testFilter has a query using firstname = :param. This should be changed to firstname == :param -- Andy

[jira] Created: (JDO-198) TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

2005-11-03 Thread Michelle Caisse (JIRA)
TestArrayCollections java.lang.IllegalArgumentException: out of field index :28 --- Key: JDO-198 URL: http://issues.apache.org/jira/browse/JDO-198 Project: JDO Type: Bug Components: tck20

Re: TCK : OrderOfParameters

2005-11-03 Thread Michael Bouschen
Hi Andy, good catch! The second filter should be lastname == :param1 firstname == :param2. Then it returns an empty result as expected. I'll change this soon. Regards Michael The TCK test OrderOfParameters has an error currently. The second query has firstname == :param2 lastname ==

Re: TCK : ImplicitParameters

2005-11-03 Thread Michael Bouschen
Hi Andy, you are right, this is a bug in the test case. I'll change this soon. Regards Michael The TCK test ImplicitParameters has an error currently. The testFilter has a query using firstname = :param. This should be changed to firstname == :param -- Andy -- Michael Bouschen

[jira] Closed: (JDO-197) In equality comparisons, use equals() of expected value not persistent object

2005-11-03 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-197?page=all ] Michelle Caisse closed JDO-197: --- Resolution: Fixed revision 330596 Also changed variable names for clarity: var to actual and compareWith to expected. In equality comparisons, use equals()

JPOX bug related to pk fields of type Date

2005-11-03 Thread Andy Jefferson
Hi Michael, Please have a look. Did that and its now fixed in JPOX CVS. -- Andy

[jira] Resolved: (JDO-198) TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

2005-11-03 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-198?page=all ] Andy Jefferson resolved JDO-198: Resolution: Fixed This was fixed in JPOX builds 03/11/2005 onwards TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

[jira] Commented: (JDO-198) TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

2005-11-03 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-198?page=comments#action_12356719 ] Michelle Caisse commented on JDO-198: - I'm getting this with the current build, downloaded an hour or two ago. Could there have been a code regression? Does anyone else

FYI, fixed two unprintable chars in ri11 enhancer source files

2005-11-03 Thread Martin Zaun
Compiling the enhancer sources with JDK 1.5 on a fresh checkout on Solaris, two warnings were reported by javac, which I don't think having seen before: /export/martin/jdo/apache/jdo/trunk/ri11/src/java/org/apache/jdo/impl/enhancer/core/Augmenter.java:71: warning: unmappable character for

[jira] Created: (JDO-200) metadata/schema typos

2005-11-03 Thread Michelle Caisse (JIRA)
metadata/schema typos - Key: JDO-200 URL: http://issues.apache.org/jira/browse/JDO-200 Project: JDO Type: Bug Components: tck20 Reporter: Michelle Caisse Assigned to: Michelle Caisse

[jira] Created: (JDO-201) TestArrayListCollections ClassCastException

2005-11-03 Thread Michelle Caisse (JIRA)
TestArrayListCollections ClassCastException --- Key: JDO-201 URL: http://issues.apache.org/jira/browse/JDO-201 Project: JDO Type: Bug Components: tck20 Reporter: Michelle Caisse Assigned to: Michelle Caisse

[jira] Commented: (JDO-199) Embedded type must be persistence capable

2005-11-03 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-199?page=comments#action_12356736 ] Michelle Caisse commented on JDO-199: - and revision 330689 Embedded type must be persistence capable - Key: JDO-199

[jira] Assigned: (JDO-192) testRetrieve : has incorrect parameter specification to PM.retrieve() in terms of the fgOnly parameter.

2005-11-03 Thread Michelle Caisse (JIRA)
[ http://issues.apache.org/jira/browse/JDO-192?page=all ] Michelle Caisse reassigned JDO-192: --- Assign To: Michelle Caisse (was: Erik Bengtson) testRetrieve : has incorrect parameter specification to PM.retrieve() in terms of the fgOnly parameter.

current tck11 fails with jdk 1.5 despite maven.compile.target=1.3

2005-11-03 Thread Martin Zaun
A final test on a clean workspace revealed an issue with the current build scripts for ri/tck11, which we might want to fix before I check in the enhancer support for jdk 1.5 classfiles. Even if the jdo/trunk/project.properties file has correct settings: # Make sure the compiled class still

[jira] Commented: (JDO-198) TestArrayCollections java.lang.IllegalArgumentException: out of field index :28

2005-11-03 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-198?page=comments#action_12356749 ] Andy Jefferson commented on JDO-198: Yes, but did you re-enhance your classes since downloading ? The error is in the enhancement, not at runtime. TestArrayCollections