Removing the Custom Service Health Check Method

As of this release, you cannot use the Generate Java Implementation wizard to remove the Custom Service Health Check method. To remove the Custom Service Health Check method:

Procedure

  1. Open the implementation class for the respective Java Implementation Type Component in an editor or IDE.
  2. Delete the Annotated Service Health Check method manually and save the file.
  3. Delete the following import statements from the implementation class:
  4. If this is the last class in the project to implement the Custom Service Health Check method, open the corresponding MANIFEST.MF file and remove the following import statement manually:
  5. Save the files and build the project again to verify that the code compiles without errors.