[
http://issues.apache.org/jira/browse/XBEAN-24?page=comments#action_12421241 ]
Jason Dillon commented on XBEAN-24:
-----------------------------------
I'm a tad confused... this is considered a property:
{noformat}
size 17
{noformat}
I can see:
{noformat}
size: 17
{noformat}
or
{noformat}
size= 17
{noformat}
But I don't understand why it would take any text element that has a space and
turn that into properties.
Am I missing something?
> [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