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

CamelComponentUtils.getComponentModel returns wrong component

XMLWordPrintable

      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();
      }
      

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

                Created:
                Updated:
                Resolved: