[RTC] Support for #null short hand for a null value
---------------------------------------------------
Key: XBEAN-25
URL: http://issues.apache.org/jira/browse/XBEAN-25
Project: XBean
Issue Type: Improvement
Components: spring
Reporter: Dain Sundstrom
Assigned To: Dain Sundstrom
Priority: Critical
Fix For: 2.6
Attachments: #null.patch
We need a way to specify an explicit null value via an attribute. Constructors
are selected using the names of the arguments present, so we need to specify
the null ones. There is currently no way to do this in an xml attribute. This
code allows you to put #null in any attribute and we create a property with
null for the value.
This patch contains a test case.
--
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