Build Process for WLS

For WLS, the JD Edwards EnterpriseOne System:

  1. Creates the \\work\sbf\sbfbuild.ini, which defines the paths to the exposed methods.

  2. Creates the Ant scripts, logtimestamp.xml and build.xml in the \\work\sbf directory.

    Note: For WLS 12c, Ant is Version 1.7.
  3. Runs the build.xml Ant script to extract source. When the extract occurs, the Unjar_BusinessService.log is generated in the \\work\sbf directory.

  4. Creates the Java Web Service (JWS) files. A JWS file is created for each published business service. The selected methods are listed in the created published business service.

  5. Creates the WSIL file, which is used for BPEL.

  6. Creates Ant scripts for WLS. These scripts are named build.properties and build.xml. They are created within the \\work\sbf\wls directory.

  7. Runs the WLS build.xml Ant script.

    The build.xml Ant script:

    1. Creates javadoc.

    2. Compiles java source files.

    3. Assembles the business services' source into an .ear file that is WLS-compatible.

  8. Compresses the java folder for deployment of the client sbf.cab.

Note: Review the wls_buildservices.log in \\work\sbf\wls to verify that the build was successful. If the build is successful, "Build Successful" appears at the bottom of the log. If the build failed, "Build Failed" appears at the bottom of the log.