Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 53891 invoked from network); 2 Oct 2006 16:49:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 2 Oct 2006 16:49:10 -0000 Received: (qmail 22285 invoked by uid 500); 2 Oct 2006 16:49:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 22239 invoked by uid 500); 2 Oct 2006 16:49:07 -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 22228 invoked by uid 99); 2 Oct 2006 16:49:07 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Oct 2006 09:49:07 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=rickmcg@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.237] ([66.249.82.237:14783] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 9D/21-24395-BF241254 for ; Mon, 02 Oct 2006 09:48:59 -0700 Received: by wx-out-0506.google.com with SMTP id i27so1765308wxd for ; Mon, 02 Oct 2006 09:48:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=i80UEjOrtCilJyqQC2q8F5cR09FKgsssLQJb3/V7I8zEjQhqsG3F3Mdp2MTm6EkROkJ8PoHFYM2OOPYr0hucLIRjj5FBzS3+oC/+sq4Uh0hM2i+txQgsfNewOXVbpSn+RJn53irjlFFUmwTYbhOcQ+u/cBslNJnLMQ2NUnxNscU= Received: by 10.70.91.16 with SMTP id o16mr11808658wxb; Mon, 02 Oct 2006 09:48:56 -0700 (PDT) Received: from ?192.168.1.101? ( [68.191.49.248]) by mx.gmail.com with ESMTP id h10sm9464225wxd.2006.10.02.09.48.52; Mon, 02 Oct 2006 09:48:52 -0700 (PDT) Message-ID: <452142F9.8070007@gmail.com> Date: Mon, 02 Oct 2006 12:48:57 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Geronimo Dev Subject: What's happening here? Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Trying to get my yoko code ready for checking in, I updated to the latest revision this morning and now I'm getting an error on the build that's outside of my experience: [DEBUG] (org.apache.geronimo.kernel.config.Configuration) ClassLoader structure for configuration org.apache.geronimo.configs/j2ee-corba-sun/1.2-SNAPSHOT/car Parent configurations: org.apache.geronimo.configs/j2ee-server/1.2-SNAPSHOT/car org.apache.geronimo.configs/openejb/1.2-SNAPSHOT/car org.apache.geronimo.configs/j2ee-security/1.2-SNAPSHOT/car ClassPath: file:/c:/.m2/repository/org/apache/openejb/openejb-sunorb/2.2.1-incubating- SNAPSHOT/openejb-sunorb-2.2.1-incubating-SNAPSHOT.jar file:/c:/.m2/repository/org/apache/yoko/yoko-spec-corba/1.0-incubating-M1-S NAPSHOT/yoko-spec-corba-1.0-incubating-M1-SNAPSHOT.jar [DEBUG] (org.apache.geronimo.kernel.config.Configuration) Started configuration org.apache.geronimo.configs/j2ee-corba-sun/1.2-SNAPSHOT/car [DEBUG] (org.apache.geronimo.kernel.config.Configuration) Stopping configuration org.apache.geronimo.configs/j2ee-corba-sun/1.2-SNAPSHOT/car [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] No attribute builder deployed for namespace: http://www.openejb.org/xml/n s/corba-tss-config-2.1 [INFO] ------------------------------------------------------------------------ [DEBUG] Trace I've been chasing this all morning, and I'm stumped. The j2ee-corba-sun config doesn't even have any references to corba-tss-config-2.1 (but it does have references to version 2.0). I was not having this problem on Friday, and I'm not even certain if this is due to changes in Geronimo or openejb. If somebody can give me some pointers on what this error means, that might get me over the hump. Rick