Issue Details (XML | Word | Printable)

Key: XBEAN-10
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Unassigned
Reporter: Guillaume Nodet
Votes: 0
Watchers: 0
Available Workflow Actions

Begin RTC Review
Operations

If you were logged in you would be able to see more operations.
XBean

Add support for inline xml (bean properties as DOM nodes)

Created: 04/May/06 09:27 PM   Updated: 01/Aug/06 08:39 AM
Return to search
Component/s: spring
Affects Version/s: None
Fix Version/s: None

Time Tracking:
Not Specified


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Guillaume Nodet added a comment - 04/May/06 09:28 PM
It would be very handy to have support for

<mybean>
<myProperty>
<foo:myXml name="bar" />
</myProperty>
</mybean>

with
class MyBean { private Node myProperty; ... }


james strachan added a comment - 01/Aug/06 08:39 AM
Agreed. Also it might be nice to support other 'XML types' as well like SDO as well