Is this possible with Data managed objects? We are having some issues with our data services throwing Hibernate "Property Access Exception" errors and one thing common to all these classes is that they use isEnabled for the boolean field 'enabled' rather than getEnabled. (We are also using Hibernate with annotations.)
Has anyone has similar problems? We are trying to isolate this issue. Thanks, Kevin

