Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-1803

CamelComponentUtils.getComponentModel returns wrong component

    XMLWordPrintable

Details

    Description

      The following code

      CamelComponentUtils.getComponentModel("http4s", null)
      

      returns a component with syntax

      stringtemplate:resourceUri
      

      The component 'http4s' was found by

      public static Collection<Component> components() {
      	CamelModel camelModel = CamelModelFactory.getModelForVersion(CamelModelFactory.getLatestCamelVersion());
      	return camelModel.getComponentModel().getSupportedComponents();
      }
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            apodhrad@redhat.com Andrej Podhradsky
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: