Verifying and Deploying the Patch Using WLST

You can validate and deploy the patch jar file using the WLST command-line tool. Use the sca_validatePatch and sca_patchComposite commands to validate and deploy the path file respectively.

For Non-Secure Mode

Use the following steps to verify and deploy the packaged jar (composite SAR) to runtime.

  1. Use the sca_validatePatch command to validate your patch jar file.

    You can use help(‘sca_validatePatch’) to get detailed information on the sca_validatePatch command syntax and arguments.

    For example:
    sca_validatePatch('http://my_soa_server:8001', 'weblogic', 'welcome', '/home/sca_HelloWorld_patch.jar')
    The preceding command validates if the sca_HelloWorld_patch.jar patch file can be successfully deployed to the my_soa_server SOA server runtime.
    The following message indicates that the patch was successfully validated:
    Composite patch has been validated successfully.
  2. Use the sca_patchComposite command to deploy your patch jar file to runtime in non-secure mode.

    You can use help(‘sca_patchComposite’) to get detailed information on the sca_patchComposite command syntax and arguments.

    For example:
    sca_patchComposite('http://my_soa_server:8001', 'weblogic', 'welcome', '/home/sca_HelloWorld_patch.jar')
    The preceding command uses the sca_HelloWorld_patch.jar patch file to patch the HelloWorld composite on the my_soa_server runtime.
    The following message indicates that the patch was successfully applied:
    Composite has been patched successfully.

For Secure Mode

Use the following steps to verify and deploy the packaged jar (composite SAR) to runtime.

  1. Use the sca_validatePatch command to validate your patch jar file.

    You can use help(‘sca_validatePatch’) to get detailed information on the sca_validatePatch command syntax and arguments.

    For example:
    sca_validatePatch('http://my_soa_server:8001', 'weblogic', 'welcome', '/home/sca_HelloWorld_patch.jar')
    The preceding command validates if the sca_HelloWorld_patch.jar patch file can be successfully deployed to the my_soa_server SOA server runtime.
    The following message indicates that the patch was successfully validated:
    Composite patch has been validated successfully.
  2. Use the nsca_patchComposite command to deploy your patch jar file to runtime in non-secure mode.

    You can use help(‘sca_patchComposite’) to get detailed information on the sca_patchComposite command syntax and arguments.

    For example:
    nsca_patchComposite('https://adc00001:8001', 'weblogic', 'welcome', '/tmp/sca_HelloWorld.jar', folder='myFolder', listenerPort='15695',
        mergeLogFile='/tmp/merge.log')
    The preceding command uses the sca_HelloWorld_patch.jar patch file to patch the HelloWorld composite on the my_soa_server runtime.
    The following message indicates that the patch was successfully applied:
    Composite has been patched successfully.
You have successfully patched the composite on runtime. If you had any previously faulted flow instances in Enterprise Manager Fusion Middleware Control that can be recovered after applying this patch, you may attempt to recover them now.