Scala getter and setter (without the @BeanProperty) do not follow the java bean spec.
This works fine with enhanced beans but not using dynamic proxy beans. The enhancement is to support scala beans using dynamic proxies without requiring the @BeanProperty annotation.
Fixed in HEAD.