On Mon, Jun 16, 2008 at 11:11 PM, Rickard Öberg <[EMAIL PROTECTED]> wrote: >> So, am I right that an unset Property should return the default value >> from its PropertyModel ??? > > Yes. I've done some fixes today that does this, so that if a property is > not set in the builder then the default value is set at construction time.
Are these committed, because I added in PropertyInstance.get() and ImmutablePropertyInstance.get() that if UNSET, then return default value, since there were cases which returning "UNSET". Now, doing that, I broke a lot of code which I now trying to clean up. Cheers Niclas _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

