Add config.xml support for ConfigurationAwareReference
------------------------------------------------------

                 Key: GERONIMO-2424
                 URL: http://issues.apache.org/jira/browse/GERONIMO-2424
             Project: Geronimo
          Issue Type: Improvement
      Security Level: public (Regular issues)
          Components: common, kernel, naming
    Affects Versions: 1.1.1
            Reporter: Aaron Mulder
             Fix For: 1.2


It would be nice if a GBean property of type ConfigurationAwareReference could 
be overridden in config.xml.  This seems reasonable in that a 
ConfigurationAwareReference essentially holds an Artifact and a set of 
AbstractNameQueries, both of which are independently representable as Strings.  
Presently it looks like there's a PropertyEditor for AbstractNameQuery but not 
for Artifact or ConfigurationAwareReference.  Not sure what XML editors might 
be available.

(This is because some plugin gbeans use properties of type 
ConfigurationAwareReference to refer to e.g. a database connection pool, where 
the pool name was configured in some XML file processed by the plugin's 
deployer component.)

-- 
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

        

Reply via email to