When deploying a service assembly, every service unit will be deployed by the target component. Every component can have one or more deployers available for handling the service unit. If none of the available deployers are capable of handling the service unit, you get this message:

Unable to find suitable deployer for Service Unit 'my-special-quartz-su'

This usually means that:

  • one or more of the required files for deployment are missing (e.g. the xbean.xml file is missing)
  • one or more of the required files for deployment have the wrong file name (e.g. the xbean.xml file has been renamed)
  • No labels