Table of Contents

Search

  1. Preface
  2. Welcome to Informatica Process Developer
  3. Using Guide Developer for the First Time
  4. Getting Started with Informatica Process Developer
  5. About Interfaces Service References and Local WSDL
  6. Planning Your BPEL Process
  7. Participants
  8. Implementing a BPMN Task or Event in BPEL
  9. Implementing a BPMN Gateway or Control Flow
  10. Using Variables
  11. Attachments
  12. Using Links
  13. Data Manipulation
  14. Compensation
  15. Correlation
  16. What is Correlation
  17. What is a Correlation Set
  18. Creating Message Properties and Property Aliases
  19. Adding a Correlation Set
  20. Deleting a Correlation Set
  21. Adding Correlations to an Activity
  22. Rules for Declaring and Using Correlation Sets
  23. Correlation Sets and Engine-Managed Correlation
  24. Event Handling
  25. Fault Handling
  26. Simulating and Debugging
  27. Deploying Your Processes
  28. BPEL Unit Testing
  29. Creating POJO and XQuery Custom Functions
  30. Custom Service Interactions
  31. Process Exception Management
  32. Creating Reports for Process Server and Central
  33. Business Event Processing
  34. Process Central Forms and Configuration
  35. Building a Process with a System Service
  36. Human Tasks
  37. BPEL Faults and Reports

Designer

Designer

Running a BPRD Ant Script from within Process Developer

Running a BPRD Ant Script from within Process Developer

When you create a
.bpr
file, as described in Creating and Deploying a Business Process Archive Contribution, you have the option to create an Ant script (a
.bprd
file) that you can use to quickly regenerate and deploy a
.bpr
file.
Automatically Deploying a .bpr File
If you did not select a Deployment Type when you created the
.bpr
archive, you can add deployment information to the BPRD script and execute the script.
  1. From the Project Explorer, double-click the
    .bprd
    file to open it.
  2. Follow the comments in the script to provide File or Web Service deployment information. You must specify a valid archive deployment location and enable the deploy target.
    For example, for the archive.deployment value, type in:
    http://localhost:8080/active-bpel/services/ActiveBpelDeployBPR
  3. Save the file.
  4. Ensure that the server is running, and then in the Project Explorer, select the right-mouse menu for the
    .bprd
    file and select
    Execute
    .
    Process Manger informs you when the new
    .bpr
    is deployed.
Regenerating a .bpr File
You must update a .
bpr
file after you have modified one or more files in the original archive. If your archive contains many BPEL and
.pdd
files, you may find it quicker and more convenient to update the archive by using the Ant script you created when you first created the
.bpr
file.
If you want to add any new processes and their resources to the archive, you must create a new
.bpr
using the
File > Export
option or modify the .bprd file by hand to add syntactically correct references to the new files. To modify the
.bprd
file by hand, you must be familiar with the Ant scripting language.
To regenerate a .bpr file:
  1. In the Project Explorer, select the
    .bprd
    file you created the first time you created the business process archive (
    .bpr
    ) file.
  2. Right-mouse click and select
    Execute
    .
    Process Developer informs you when the new
    .bpr
    is generated.

0 COMMENTS

We’d like to hear from you!