Re: How to execute code before persisting an object

2005-12-05 Thread Christopher C. Worley
Thomas, Thanks. The PersistenceBrokerAware interface will work. While a service request is handled by the server I want all dates such as transaction_date, inovoice_date, completed_date, ... to all be set to to the time the request was received by the server. -chris worley On 12/5/05, C

Re: How to execute code before persisting an object

2005-12-05 Thread Thomas Dudziak
On 12/5/05, Christopher C. Worley <[EMAIL PROTECTED]> wrote: > I would like to perform operations on an object before the object is > persisted. One thing I would like to do is set a transactionDate > field. I want the field to be set on the server side so all records can > be set to the same dat

How to execute code before persisting an object

2005-12-05 Thread Christopher C. Worley
I would like to perform operations on an object before the object is persisted. One thing I would like to do is set a transactionDate field. I want the field to be set on the server side so all records can be set to the same date. What I mean by that is I do not want to set the date as the u