Hi,
I am working on a SOA solution which uses ESS for scheduled invocations.
According to the documentation, we have created the ESS jobs, schedules,job requests and Purge policies in the EM console.
But problem was moving (recreating manually) the same things from DEV environment to different test environments till Production.
One approach i found online was, create the job definitions and schedules in Jdeveloper and deploy as application to ESS.Here downside is we may not have access to higher environments and production.
Another way i have explored is , importing the created xml jobs and schedules using MDS import to EssNativeHostingApp application.
Just want to know if there is any Oracle recommend approach to move the job meta data from DEV to production.
Thanks in advance.