Using the File Binding Component

Creating a Composite Application Project

A BPEL Module project is not directly deployable. You must first add a BPEL Module project, as a JBI module, to a Composite Application project. You can then deploy the Composite Application project.

Deploying the project makes the service assembly available to the application server and enables its service units to run.

ProcedureTo Create a Composite Application Project

  1. From the NetBeans IDE's main menu, choose File -> New Project.

    The New Project wizard opens.

  2. In the Categories list, select the SOA node and in the Projects list select Composite Application and click Next.

    Creating a Composite Application
  3. In the Name and Location page, change the project name to PollWriteCompApp, and specify the location of project files or just use the default location.

  4. Leave the Set as Main Project option selected and click Finish.

    Selecting the Category and the Project

    In the Projects window the new Composite Application PollWriteCompApp node is visible.

  5. To add the BPEL Module project as a JBI module to the Composite Application project, right-click PollWriteCompApp and choose Add JBI Module.

    The Select Project dialog box opens.

  6. Select the PollInOut BPEL project you created earlier. Under Project JAR Files, select the .jar file and click the Add Project JAR Files button.

    Adding the Project JAR Files

    The Select Project dialog box closes and the BPEL module project is added to the JBI Modules node of the PollWriteCompApp Composite Application.