Daniel Kulp created XBEAN-279: --------------------------------- Summary: PropertyEditors called too soon Key: XBEAN-279 URL: https://issues.apache.org/jira/browse/XBEAN-279 Project: XBean Issue Type: Bug Affects Versions: 4.1 Reporter: Daniel Kulp
In the Blueprint namespace handler, the PropertyEditors are called at parse time. This is different than Spring where the PropertyEditors are called at bean creation time. This is a problem as it prevents using PropertyPlaceholders for valued that would go through the PropertyEditors. Patch coming. -- This message was sent by Atlassian JIRA (v6.3.4#6332)