Details
Description
In the Domain class Part, in the setter setComestible(Comestible) there's no call to the validators generated (validation.validate()
.
Therefor the validation is not fired when the service method setComestible(Part, Comestible) is fired and a Comestible is set in the Part object.
(see also the Part domain object in the demo app in svn)
Issue Links
| This issue is related to: | ||||
| MODFORJ-99 | Validators are not set when a domain object is restored by hibernate |
|
|
|
Fixed this issue and some more validation execution issues on internal state changes of business domain classes.