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

Unable to execute aliases through bin/client

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Done
    • Affects Version/s: fuse-7.0
    • Fix Version/s: fuse-7.0
    • Component/s: Karaf
    • Labels:
      None
    • Environment:

      7.0.0.163-redhat-2

    • Sprint:
      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
      

        Gliffy Diagrams

          Attachments

            Issue Links

              Activity

                People

                • Assignee:
                  ffang Freeman(Yue) Fang
                  Reporter:
                  avano Andrej Vaňo
                • Votes:
                  0 Vote for this issue
                  Watchers:
                  3 Start watching this issue

                  Dates

                  • Created:
                    Updated:
                    Resolved: