[
https://issues.apache.org/jira/browse/KARAF-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17356252#comment-17356252
]
Jean-Baptiste Onofré commented on KARAF-7166:
---------------------------------------------
You have to escape special characters in the cat stream.
> No such widget `character-search-backward'
> ------------------------------------------
>
> Key: KARAF-7166
> URL: https://issues.apache.org/jira/browse/KARAF-7166
> Project: Karaf
> Issue Type: Bug
> Components: karaf
> Affects Versions: 4.3.2
> Reporter: Buddha Bas
> Priority: Minor
> Labels: character-search-backward, quickstart
> Attachments: karaf-error.jpg
>
>
> I'm try to test the first example onÂ
> [https://karaf.apache.org/manual/latest/#_quick_start|https://karaf.apache.org/manual/latest/quick-start.html]
> {code:java}
> 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'{code}
> ...but I receive "{color:#ff0000}No such widget
> `character-search-backward'{color}"
> What it means?
> tnx!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)