Order Jeopardy Editor Automation Tab Script Subtab

Use the Order Jeopardy editor Automation tab, Script subtab, to provide information about an XQuery script to make available to the automation.

Field Use

Script

Specify which method to use to retrieve the XQuery file. Select from the following options:

  • Absolute path: Select this option and enter the physical location of the file. At run time, OSM retrieves the file from the server.

  • URL: Specify a URL to access the file.

  • Bundle in: Select this option, then click the XQuery field Select button to identify the file from the resources directory. Design Studio will bundle this file with the PAR file during the build.

Note: Oracle recommends that you select Bundle in for production mode, as this mode pulls the files into the OSM PAR file. As a result, you can deploy the EAR file (which contains the PAR file) to any server and, at run time, the application can locate the files. If you select Absolute Path or URL for production mode, you can deploy the EAR file (which contains the PAR file) to any server but are responsible for ensuring the files reside in specified location on the server.

Conversely, Absolute Path or URL are optimal for testing mode because they do not require a rebuild and redeploy to pick up changes to the XQuery.

For information about the XQuery file referenced here, see "Order Jeopardy Automation XQuery Plug-ins."

Maximum Number of Stylesheets in Cache

Specify the maximum number of XQuery style sheets that can be maintained in the cache at any one time.

Cache Timeout in Seconds

Enter the number of seconds before the OSM server refreshes the cache.

Transformer Factory

If you have developed a custom TransformerFactory for XSLT transformation, specify the location. Design Studio provides a default TransformerFactory.

Update Order

Select this option if you want to update (add, change, or delete) the OSM order data with the data retrieved from an external system. This field appears for Automator automation plug-ins only.