Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.1.1
-
None
-
None
Description
The declaration bellow throw the exception "No property editor for java.lang.Integer"
<service-point id="Alert" interface="IAlert">
<invoke-factory>
<construct class="impl.Alert">
<set property="radius" value="10"/>
</construct>
</invoke-factory>
</service-point>
James had a look at this and told me it happens "because it uses the java.beans.PropertyEditorManager
class to find an editor for that type (and it's not registered by default)".