[ http://issues.apache.org/jira/browse/XBEAN-24?page=comments#action_12423119 ] Guillaume Nodet commented on XBEAN-24: --------------------------------------
+1 for me > [RTC] Support mixed nested properties and complex elements > ---------------------------------------------------------- > > Key: XBEAN-24 > URL: http://issues.apache.org/jira/browse/XBEAN-24 > Project: XBean > Issue Type: New Feature > Components: spring > Reporter: Dain Sundstrom > Assigned To: Dain Sundstrom > Priority: Critical > Fix For: 2.6 > > Attachments: mixed-content.patch > > > In OpenEJB we would like to be able to support arbitrary mixing of text based > properties and complex elements. This patch adds support for this by merging > all text sub nodes and attempting to read them in using java.util.Properties. > This patch contains a test case which read the following xbean-spring > element: > {code:xml} > <p:PizzaService id="pizzaService"> > cheese Edam > <!-- properties can have complex elements mixed in --> > <p:topping>Salami</p:topping> > size 17 > </p:PizzaService> > {code} -- 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
