« Return to Thread: No property editor for java.lang.Integer

No property editor for java.lang.Integer

by Stephane Decleire :: Rate this Message:

Reply to Author | View in Thread

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

 « Return to Thread: No property editor for java.lang.Integer