Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-7954

Unable to execute aliases through bin/client

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • fuse-7.0
    • fuse-7.0
    • Karaf
    • None
    • % %
    • Fuse 7.0 Sprint 27

    Description

      When trying to execute some aliased command through bin/client, the aliased command is not found.

      For example with feature aliases:

      // features:* aliases
          features:addurl = { feature:repo-add $args } ;
          features:info = { feature:info $args } ;
      
      /tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin features:addurl test
      Logging in as admin
      Command not found: features:addurl
      
      /tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin feature:repo-add test
      Logging in as admin
      Adding feature url test
      Error executing command: URI is not absolute : test
      
      
      /tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin features:info test
      Logging in as admin
      Command not found: features:info
      
      /tmp/jboss-fuse-karaf-7.0.0.fuse-000163-redhat-2 :: bin/client -u admin -p admin feature:info test
      Logging in as admin
      Feature not found
      

      Attachments

        Activity

          People

            yfang@redhat.com Freeman(Yue) Fang
            avano@redhat.com Andrej Vano
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: