Hi, I've got the service declaration below :
<service-point id="Alert" interface="IAlert">
<invoke-factory>
<construct class="impl.Alert">
<set property="radius" value="10"/>
</construct>
</invoke-factory>
</service-point>
wich throw the exception "No property editor for java.lang.Integer"
My property radius is of type Integer.
I've tried to add accessor for int type without success.
Any idea ?
Stephane
