This content has been marked as final.
Show 3 replies
-
1. Re: Boolean properties in RA not following standard conventi
ataylor Apr 30, 2009 5:38 AM (in response to timfox)I guess probably because it wasn't originally written by one of our team.
-
2. Re: Boolean properties in RA not following standard conventi
clebert.suconic Apr 30, 2009 6:32 AM (in response to timfox)I was going to bring this up on forums when I did.. but for some reason I forgot.
JMX uses instrospection to access those properties. And those properties are the type class Boolean. (not native boolean).
for boolean, java Beans introspection will define those as isProp and setProp
For Boolean, java Beans introspection will define those as setProp and getProp.
We need to decide which one we are going to use. As right now those get are not being introspected. It' s like those properties are write only. -
3. Re: Boolean properties in RA not following standard conventi
clebert.suconic Apr 30, 2009 6:33 AM (in response to timfox)I was going to bring this up on forums when I did
I mean.. when I was working on the JCA adapter.
I had issues with some of the properties not being picked up by introspection. but I' m not the one who originally made everything set/get. ;-)