Buddha Bas created KARAF-7166:
---------------------------------
Summary: No such widget `character-search-backward'
Key: KARAF-7166
URL: https://issues.apache.org/jira/browse/KARAF-7166
Project: Karaf
Issue Type: Question
Reporter: Buddha Bas
Attachments: karaf-error.jpg
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
{color:#FF0000}No such widget `character-search-backward'{color}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)