Guide to Building Business Processes

     Previous  Next    Open TOC in new window  Open Index in new window  View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Building and Deploying Integration Applications

This topics includes the following sections:

Working in Iterative Development Mode

If you start WebLogic Server when you work in iterative development mode in BEA Workshop for WebLogic Platform, your application is, by default, deployed on the server as an exploded directory. Changes to those source files are dynamically noted by the server and affect the running process.

The WebLogic Integration Administration Console allows you to monitor and manage the entities and resources for your WebLogic Integration applications.

Note: If you delete a business process (Process.java file) from your application, the data associated with instances of that process remain in the run-time database after the application is redeployed. You can purge the data for completed and terminated process instances using the WebLogic Integration Administration Console. However, before the data can be purged from the database, any instances of the deleted process that did not run to completion must be terminated. Terminate the instances of a business process in one of the following pages in the administration console: Process Instance Detail page, Process Instance Summary page. To learn how, see "Suspending, Resuming, Terminating, or Unfreezing Process Instances" in Monitoring Process Instance in Using the WebLogic Integration Administration Console.
Note: If the purge process is scheduled to run regularly, tracking data, which includes process history, task history, and trading partner integration message history, is purged from the run-time database according to the specified schedule. You can also run the purge process manually from the System Configuration module in the administration console. To learn how, see System Configuration in Managing WebLogic Integration Solutions at the following URL:
Note: http://download.oracle.com/docs/cd/E13214_01/wli/docs92/adminhelp/system.html
Deploying Applications in EAR Format

You can also deploy your applications in enterprise application archive (EAR) format. To do so, you must build an EAR file for your application and deploy it to WebLogic Server. To learn how to do so for applications that you create in BEA Workshop for WebLogic Platform, see Deploying Applications.

Related Topics

Deploying WebLogic Integration Solutions at http://download.oracle.com/docs/cd/E13214_01/wli/docs92/deploy/index.html


  Back to Top       Previous  Next