> Also, if you change anything related to a GBeanInfo -- for instance > attributes, operations, constructor parameters -- you have to rebuild any > configs that might use that gbean. >
Just to check this, if I just add System.out.println() to one of the GBeanInfo methods I don't have to rebuild the configs right? Only if I change the class in such a way that a deserialize will fail, ie. any new fields/methods/etc? Q
