[ http://issues.apache.org/jira/browse/XBEAN-24?page=all ]
Guillaume Nodet closed XBEAN-24.
--------------------------------
Resolution: Fixed
Author: gnodet
Date: Tue Aug 1 09:53:11 2006
New Revision: 427645
URL: http://svn.apache.org/viewvc?rev=427645&view=rev
Log:
XBEAN-24: Support mixed nested properties and complex elements
Modified:
geronimo/xbean/trunk/xbean-spring-v1/src/main/java/org/apache/xbean/spring/context/v1/XBeanXmlBeanDefinitionParser.java
geronimo/xbean/trunk/xbean-spring-v1/src/test/resources/org/apache/xbean/spring/context/pizza-xbean-properties.xml
geronimo/xbean/trunk/xbean-spring-v2/src/main/java/org/apache/xbean/spring/context/v2/XBeanNamespaceHandler.java
geronimo/xbean/trunk/xbean-spring-v2/src/test/resources/org/apache/xbean/spring/context/pizza-xbean-properties.xml
> [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