Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 46881 invoked from network); 4 Jun 2007 18:28:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jun 2007 18:28:49 -0000 Received: (qmail 2571 invoked by uid 500); 4 Jun 2007 18:28:51 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 2396 invoked by uid 500); 4 Jun 2007 18:28:50 -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 2384 invoked by uid 99); 4 Jun 2007 18:28:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Jun 2007 11:28:50 -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; Mon, 04 Jun 2007 11:28:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D687971418E for ; Mon, 4 Jun 2007 11:28:25 -0700 (PDT) Message-ID: <33018588.1180981705869.JavaMail.jira@brutus> Date: Mon, 4 Jun 2007 11:28:25 -0700 (PDT) From: "Dain Sundstrom (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 ] Dain Sundstrom updated GERONIMO-2950: ------------------------------------- Component/s: naming Priority: Minor (was: Major) Affects Version/s: 2.0-M6 Fix Version/s: 2.0-M7 Assignee: Kevan Miller (was: Dain Sundstrom) > 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-M7 > > 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.