Hi, We use OCM to store domain objects in our repository.
For one class, we have a field indicating a status for the object. This status has lots of business rules attached to it. This business logic is in the setStatus method... So, the problem is, when populating the object from OCM, the set method is invoked, and the business rule is broken. IS there a way to tell OCM what set method to use for a field, or set it via reflection a là Spring? Regards Anders -- View this message in context: http://www.nabble.com/OCM-calling-setter-method-upon-initialization-tp25380433p25380433.html Sent from the Jackrabbit - Users mailing list archive at Nabble.com.
