Community
Participate
Working Groups
It would be useful to have a comfortable way to set the Flag BeansObservables.DEBUG. Sometimes it is nice to be able to suppress error log messages during binding because of a non existent addPropertyChangeListener(...) method. This can happen quite often in Riena if nested properties are used for binding where model pojos and beans are mixed.
Well, unfortunately taking the Flag is not possible... but we should think about a different solution to the problem.
Changed component to "ridget". Since the logging is issued from jface databinding which we can not change, we should think about avoiding the situation that jface databinding issues this error.