Uploaded image for project: 'Karaf'
  1. Karaf
  2. KARAF-7166

No such widget `character-search-backward'

    XMLWordPrintableJSON

Details

    Description

      I'm try to test the first example onĀ https://karaf.apache.org/manual/latest/#_quick_start

      karaf@root()> feature:repo-add camel
       Adding feature url mvn:org.apache.camel.karaf/apache-camel/RELEASE/xml/features
       karaf@root()> feature:install deployer camel-blueprint aries-blueprint
       karaf@root()> cat > deploy/example.xml << END
       heredoc> <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0">
       heredoc> <camelContext xmlns="http://camel.apache.org/schema/blueprint">
       heredoc> <route>
       heredoc> <from uri="timer://test?fixedRate=true&period=2000" />
       heredoc> <setBody>
       heredoc> <simple>Message at $date:now:yyyy-MM-dd HH:mm:ss</simple>
       heredoc> </setBody>
       heredoc> <to uri="log:test" />
       heredoc> </route>
       heredoc> </camelContext>
       heredoc> </blueprint>
       heredoc> END
       No such widget `character-search-backward'

      ...but I receive "No such widget `character-search-backward'"

      What it means?

      tnx!

      Attachments

        1. karaf-error.jpg
          121 kB
          Buddha Bas

        Activity

          People

            Unassigned Unassigned
            buddhabas Buddha Bas
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: