>Can you file a JIRA issue for this?
>
>Thanks,
>    Aaron
>                                                          

Done

https://issues.apache.org/jira/browse/GERONIMO-1546

Thanks for your help

Jean-Noël



>On 1/23/06, johnxmas <[EMAIL PROTECTED]> wrote:
>>
>> Sorry for the delay to answer
>>
>> Keeping
>> public int port;
>> public int getPort();
>>
>>
>> I tried each setter separately
>>
>> - setPort(int port) ----> ClassCastException
>> - setPort(Integer port)    ----> ClassCastException
>> - setPort(String port)    ----> OK
>>
>> So, it seems that setting an int property, you can only use a String setter 
>> with Geronimo
>> and that you can only implement ONE setter in the ActivationSpec, which is 
>> really
>> ennoying
>>
>> Jean-Noel
>>
>>
>>
>> >On Jan 19, 2006, at 1:01 AM, johnxmas wrote:
>> >
>> >> Hi Aaron,
>> >>
>> >> a) I tried with just one setter and getter
>> >>
>> >> private int port;
>> >> public int getPort()
>> >> public void setPortl(int port)  throws InvalidPropertyException
>> >>
>> >> and the problem persists.
>> >


Reply via email to