where can I define a scheduled service to run at intervals

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

where can I define a scheduled service to run at intervals

justin.g.robinson
I'd like to define a new service that makes use of existing services.
It needs to retrieve an entity update it and store it again.
I'm just not sure where I'm suppose to put it in the ofbiz framework

--
Regards,
Justin
Venture-Net Research & Development
Reply | Threaded
Open this post in threaded view
|

Re: where can I define a scheduled service to run at intervals

Jacques Le Roux
Administrator
Manually https://demo-trunk.ofbiz.apache.org/webtools/control/scheduleJob;jsessionid=264E7E4AFC38BDCF2D01C889B7F0148E.jvm1 (cred:
admin/ofbiz)

I let you find your way to automate it (there examples in demo data, look for "<RecurrenceRule" in *data* files)

Jacques

From: "Justin Robinson" <[hidden email]>
> I'd like to define a new service that makes use of existing services.
> It needs to retrieve an entity update it and store it again.
> I'm just not sure where I'm suppose to put it in the ofbiz framework
>
> --
> Regards,
> Justin
> Venture-Net Research & Development
>