You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by David Jencks <da...@yahoo.com> on 2005/03/06 01:28:15 UTC

Imminent incompatible changes

I finally got around to implementing the 2 sets of incompatible changes 
to gbean naming:

(1) <gbean name="full:object=name"...  >>> <gbean 
gbeanName="full:object=name"....
  and <gbean namePart="foo" ... >>> <gbean name="foo" ...

(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


Re: Imminent incompatible changes

Posted by David Jencks <da...@yahoo.com>.
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) <gbean name="full:object=name"...  >>> <gbean 
> gbeanName="full:object=name"....
>  and <gbean namePart="foo" ... >>> <gbean name="foo" ...
>
> (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
>