From dev-return-11795-apmail-geronimo-dev-archive=geronimo.apache.org@geronimo.apache.org Sun Mar 06 04:33:39 2005 Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 33817 invoked from network); 6 Mar 2005 04:33:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Mar 2005 04:33:39 -0000 Received: (qmail 61104 invoked by uid 500); 6 Mar 2005 04:33:36 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 61050 invoked by uid 500); 6 Mar 2005 04:33:36 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 61037 invoked by uid 99); 6 Mar 2005 04:33:36 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from smtp111.mail.sc5.yahoo.com (HELO smtp111.mail.sc5.yahoo.com) (66.163.170.9) by apache.org (qpsmtpd/0.28) with SMTP; Sat, 05 Mar 2005 20:33:34 -0800 Received: from unknown (HELO ?192.168.1.5?) (david?jencks@66.93.38.137 with plain) by smtp111.mail.sc5.yahoo.com with SMTP; 6 Mar 2005 04:33:33 -0000 Mime-Version: 1.0 (Apple Message framework v619.2) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Jencks Subject: Re: Imminent incompatible changes Date: Sat, 5 Mar 2005 20:33:31 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619.2) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N I've committed these changes and uploaded geronimo, openejb, and tranql jars using jar:deploy. I noticed the openejb and tranql uploads showed messages like this: Executing cd /dist/openejb/poms; chmod g+w openejb-webadmin-2.0-SNAPSHOT.pom; chgrp openejb openejb-webadmin-2.0-SNAPSHOT.pom with the username djencks on beaver.codehaus.org [exec] chmod: changing permissions of `openejb-webadmin-2.0-SNAPSHOT.pom': Operation not permitted I don't know if this will cause any problems. thanks david jencks On Mar 5, 2005, at 4:28 PM, David Jencks wrote: > I finally got around to implementing the 2 sets of incompatible > changes to gbean naming: > > (1) >> gbeanName="full:object=name".... > and >> > (2) building reference patterns by name component, with most > components inheritable from the current environment and type from the > ReferenceInfo object from GBeanInfo. > > I expect to finish testing these in the next couple hours and will > then commit unless someone screams really loudly. > > thanks > david jencks >