Creating a Deployment Profile for the Published Business Service Project

Before you deploy the published business service project to the Integrated WebLogic server, you must create a deployment profile. You use JDeveloper to create a deployment profile for the published business service project.

To create a deployment profile:

  1. On JDeveloper, right-click on the appropriate published business service project and select Project Properties.

  2. On Project Properties, select the published business service project in the Development Profiles area, and then click Edit.

  3. On Edit WAR Deployment Profile Properties, in the tree structure, open File Groups, then open WEB-INF/classes, and then select Contributors.

  4. In the Contributors pane, select these options:

    • Project Output Directory

    • Project Dependencies

      In the Order of Contributors area, ensure that the EnterpriseOne install path (E1_Install_Path\PathCode\ini\sbf) appears, as shown in this example:

      C:\e900\DV900\ini\sbf
      
  5. In the tree structure WEB-INF/classes file group, select Filters.

  6. In the Filters pane, select the Files tab and verify the following

    • All preconfigured EnterpriseOne ini files are selected.

    • In the oracle folder, the published business service and all business service projects on which the published business service is dependent are selected.

  7. In the tree structure, open the WEB-INF/lib file group, and select Contributors.

  8. On the Contributors page, select SBFProjects in the Libraries Selected for Deployment area.

  9. In the tree structure WEB/INF/lib file group, select Filters.

  10. In the Filters page, select the Patterns tab and ensure that all of the EnterpriseOne tools foundation JAR files that are required for the business service are selected.

  11. In the tree structure, select the Library Dependencies group file.

  12. In the Library Dependencies page, ensure that all of the libraries under the Libraries Selected for Deployment area are selected.

  13. In the tree structure, open the Platform group file.

  14. In the Platform page, select IntegratedWebLogicServer from the Target Connection drop-down list.

  15. Click OK on the Edit WAR Deployment Profile properties window.

  16. On the Deployment window, click OK.

  17. On JDeveloper, select the published business services project and click Save on the File menu.