Have you changed the way fields are generated from an entity? In 3.0 we were able to add a setter and getter method and derive a value that wasnt actually persisted by the entity and declare a field that matched the getter and setter in the ds.xml and it properly invoke the methods for that field. That does not seem to be the case in 4.1.
Also is it valid to declare a ds.xml for an Embeddable object?
Also is it valid to declare a ds.xml for an Embeddable object?
Comment