Return-Path: Delivered-To: apmail-db-jdo-dev-archive@www.apache.org Received: (qmail 92923 invoked from network); 24 Sep 2005 17:40:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Sep 2005 17:40:49 -0000 Received: (qmail 35086 invoked by uid 500); 24 Sep 2005 17:40:49 -0000 Mailing-List: contact jdo-dev-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-dev@db.apache.org Received: (qmail 35073 invoked by uid 99); 24 Sep 2005 17:40:49 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 24 Sep 2005 10:40:49 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 10B88C9 for ; Sat, 24 Sep 2005 19:40:28 +0200 (CEST) Message-ID: <132162198.1127583628036.JavaMail.jira@ajax.apache.org> Date: Sat, 24 Sep 2005 19:40:28 +0200 (CEST) From: "Andy Jefferson (JIRA)" To: jdo-dev@db.apache.org Subject: [jira] Commented: (JDO-101) org.apache.jdo.tck.query.NullCollectionsAndContainsMethod: java.lang.NullPointerException Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/JDO-101?page=comments#action_12330389 ] Andy Jefferson commented on JDO-101: ------------------------------------ This is now fixed in JPOX CVS. Will be in JPOX builds dated 25/09/2005 onwards. Can someone with the necessary god-like permissions please confirm it and close the issue as necessary ;-) > org.apache.jdo.tck.query.NullCollectionsAndContainsMethod: java.lang.NullPointerException > ----------------------------------------------------------------------------------------- > > Key: JDO-101 > URL: http://issues.apache.org/jira/browse/JDO-101 > Project: JDO > Type: Bug > Components: tck20 > Reporter: Michelle Caisse > > test(org.apache.jdo.tck.query.NullCollectionsAndContainsMethod)java.lang.NullPointerException > at org.jpox.store.expression.ScalarExpression.(ScalarExpression.java:266) > at org.jpox.store.expression.BooleanExpression.(BooleanExpression.java:47) > at org.jpox.store.expression.NullComparisonExpression.(NullComparisonExpression.java:26) > at org.jpox.store.expression.NullComparisonExpression.not(NullComparisonExpression.java:34) > at org.jpox.store.query.JDOQLQuery$Compiler.compileUnaryExpressionNotPlusMinus(JDOQLQuery.java:1209) > at org.jpox.store.query.JDOQLQuery$Compiler.compileUnaryExpression(JDOQLQuery.java:1194) > at org.jpox.store.query.JDOQLQuery$Compiler.compileMultiplicativeExpression(JDOQLQuery.java:1147) > at org.jpox.store.query.JDOQLQuery$Compiler.compileAdditiveExpression(JDOQLQuery.java:1124) > at org.jpox.store.query.JDOQLQuery$Compiler.compileRelationalExpression(JDOQLQuery.java:1093) > at org.jpox.store.query.JDOQLQuery$Compiler.compileEqualityExpression(JDOQLQuery.java:1070) > at org.jpox.store.query.JDOQLQuery$Compiler.compileAndExpression(JDOQLQuery.java:1058) > at org.jpox.store.query.JDOQLQuery$Compiler.compileExclusiveOrExpression(JDOQLQuery.java:1046) > at org.jpox.store.query.JDOQLQuery$Compiler.compileInclusiveOrExpression(JDOQLQuery.java:1034) > at org.jpox.store.query.JDOQLQuery$Compiler.compileConditionalAndExpression(JDOQLQuery.java:1022) > at org.jpox.store.query.JDOQLQuery$Compiler.compileConditionalOrExpression(JDOQLQuery.java:1004) > at org.jpox.store.query.JDOQLQuery$Compiler.compileExpression(JDOQLQuery.java:981) > at org.jpox.store.query.JDOQLQuery$Compiler.compileQueryStatement(JDOQLQuery.java:859) > at org.jpox.store.query.JDOQLQuery.compile(JDOQLQuery.java:565) > at org.jpox.store.query.JDOQLQuery.performExecute(JDOQLQuery.java:622) > at org.jpox.store.query.Query.executeWithMap(Query.java:891) > at org.jpox.store.query.Query.executeWithArray(Query.java:871) > at org.jpox.store.query.Query.execute(Query.java:803) > at org.apache.jdo.tck.query.NullCollectionsAndContainsMethod.runTest(NullCollectionsAndContainsMethod.java:99) > at org.apache.jdo.tck.query.NullCollectionsAndContainsMethod.test(NullCollectionsAndContainsMethod.java:66) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > at org.apache.jdo.tck.JDO_Test.runBare(JDO_Test.java:197) > at org.apache.jdo.tck.util.BatchTestRunner.start(BatchTestRunner.java:128) > at org.apache.jdo.tck.util.BatchTestRunner.main(BatchTestRunner.java:106) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira