ERXGenericRecord.didInsert(). Override that. Regards, Kieran.
On Dec 6, 2010, at 6:57 AM, Francesco Romano <[email protected]> wrote: > Hi. > I have a d2w application with two pages: a "list movies" and a "add movie". > What I want to do is call a background task after a movie is added in the db > (I have to call an applescript script that can take a lot of time depending > of movie size..) > Where should I add the > > ConverterTask task = new > ConverterTask((EOGlobalID)ERXEOControlUtilities.convertEOtoGID(m)); > ERXExecutorService.executorService().execute(task); > > I tried in the Movie.java file, but the CreateMovie method is not called in > D2W... > > Thank you > > Francesco > > _______________________________________________ > Do not post admin requests to the list. They will be ignored. > Webobjects-dev mailing list ([email protected]) > Help/Unsubscribe/Update your Subscription: > http://lists.apple.com/mailman/options/webobjects-dev/kelleherk%40gmail.com > > This email sent to [email protected]
_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com This email sent to [email protected]
