Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 16945 invoked from network); 25 Jul 2007 18:25:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jul 2007 18:25:57 -0000 Received: (qmail 79729 invoked by uid 500); 25 Jul 2007 18:25:53 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 79612 invoked by uid 500); 25 Jul 2007 18:25:53 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 79592 invoked by uid 99); 25 Jul 2007 18:25:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 11:25:53 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Jul 2007 11:25:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 21DAB71403F for ; Wed, 25 Jul 2007 11:25:31 -0700 (PDT) Message-ID: <7029659.1185387931135.JavaMail.jira@brutus> Date: Wed, 25 Jul 2007 11:25:31 -0700 (PDT) From: "Prasad Kashyap (JIRA)" To: dev@geronimo.apache.org Subject: [jira] Updated: (GERONIMO-2950) Build test failure in geronimo-naming In-Reply-To: <19709513.1173547689248.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/GERONIMO-2950?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Prasad Kashyap updated GERONIMO-2950: ------------------------------------- Patch Info: [Patch Available] Fix Version/s: (was: 2.0-M7) 2.0.x > Build test failure in geronimo-naming > ------------------------------------- > > Key: GERONIMO-2950 > URL: https://issues.apache.org/jira/browse/GERONIMO-2950 > Project: Geronimo > Issue Type: Bug > Security Level: public(Regular issues) > Components: naming > Affects Versions: 2.0-M6 > Reporter: Kevan Miller > Assignee: Kevan Miller > Priority: Minor > Fix For: 2.0.x > > Attachments: GERONIMO-2950.patch > > > server/trunk builds are failing in geronimo-naming junit tests. > Running org.apache.geronimo.gjndi.JavaCompContextTest > lookup(String) milliseconds: 432 > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.461 sec <<< FAILURE! > ------------------------------------------------------------------------------- > Test set: org.apache.geronimo.gjndi.JavaCompContextTest > ------------------------------------------------------------------------------- > Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.462 sec <<< FAILURE! > testSchemeLookup(org.apache.geronimo.gjndi.JavaCompContextTest) Time elapsed: 0.006 sec <<< ERROR! > javax.naming.NotContextException: java:comp/env/hello > at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:161) > at org.apache.xbean.naming.context.AbstractContext.lookup(AbstractContext.java:597) > at org.apache.xbean.naming.context.ContextFlyweight.lookup(ContextFlyweight.java:44) > at org.apache.geronimo.gjndi.JavaCompContextTest.testSchemeLookup(JavaCompContextTest.java:86) > I'm going to remove the test and have Dain fix... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.