Allow sophisticated processing of xml-valued gbean attributes
-------------------------------------------------------------

         Key: GERONIMO-599
         URL: http://issues.apache.org/jira/browse/GERONIMO-599
     Project: Geronimo
        Type: New Feature
  Components: core  
    Versions: 1.0-M3    
    Reporter: David Jencks
 Assigned to: David Jencks 


Introduce an xml-attribute element for gbean configuration to go with the 
existing attribute, reference and references elements.  This is specified in 
the schema as an xml any element of a different namespace.

The ServiceConfigBuilder will get a reference collection of xml attribute 
builders that it will turn into a map from namespace to builder.

When processing an xml-attribute, the service builder will get the namespace of 
the embedded xml element, locate the appropriate xml attribute builder, and use 
that to get the value from the xml.

I'll provide a simple example javabean xml attribute builder that supports 
nested javabeans but not (yet) array valued properties (at least for the nested 
javabeans).


-- 
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
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to