[ http://issues.apache.org/jira/browse/TUSCANY-763?page=comments#action_12448501 ] Frank Budinsky commented on TUSCANY-763: ----------------------------------------
I'm not sure if the spec is clear on this, but my understanding is that Property.getDefault() is N/A if property.many is true. For example, if I create a multi-valued String property, and explicitly set the default to "hello", it will still return an empty list, if I call get(property) before setting it. So the fact that it returns null (by default) seems fine to me. > Property.getDefault() should return the empty list for many-valued Properties > ----------------------------------------------------------------------------- > > Key: TUSCANY-763 > URL: http://issues.apache.org/jira/browse/TUSCANY-763 > Project: Tuscany > Issue Type: Bug > Components: Java SDO Implementation > Affects Versions: Java-M2 > Reporter: Brian Murray > Priority: Minor > Fix For: Java-Mx > > > However it currently returns null. -- 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
