You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Dain Sundstrom (JIRA)" <de...@geronimo.apache.org> on 2006/04/06 07:25:58 UTC

[jira] Closed: (GERONIMO-896) Support additional properties for GBean Names without providing full ObjectName

     [ http://issues.apache.org/jira/browse/GERONIMO-896?page=all ]
     
Dain Sundstrom closed GERONIMO-896:
-----------------------------------

    Resolution: Won't Fix

This should no longer be needed with latest code in 1.1

> Support additional properties for GBean Names without providing full ObjectName
> -------------------------------------------------------------------------------
>
>          Key: GERONIMO-896
>          URL: http://issues.apache.org/jira/browse/GERONIMO-896
>      Project: Geronimo
>         Type: Improvement
>     Security: public(Regular issues) 
>   Components: kernel
>     Versions: 1.0-M5
>     Reporter: Aaron Mulder
>      Fix For: 1.x

>
> Let's say I want my ObjectName for a GBean to be totally standard except for an additional "parent=parentName" property.  (This is true for network connectors that want to say what container they apply to.)
> I would like to be able to do this in my plan:
> <gbean name="foo" extraProperties="parent=bar" class="...">
> Currently, in order to add anything to the standard properties, I need to provide the full ObjectName like this:
> <gbean gbeanName="domain:key=value,key=value,...,parent=bar" class="...">
> It would be nice to avoid spelling all that out since it's all default values and I just have one new one to add.
> An alternative might be to have standard support for "parent=foo" since many GBeans (both JSR-77 and otherwise) need to indicate what their parent is, though this would require more logic and standardization around determining the key to use to represent "parent".

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira