[ 
https://issues.apache.org/jira/browse/KARAF-7166?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Buddha Bas updated KARAF-7166:
------------------------------
    Description: 
I'm try to test the first example on 
[https://karaf.apache.org/manual/latest/#_quick_start|http://example.com/]
{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!

  was:
From: 
[https://karaf.apache.org/manual/latest/#_quick_start|http://example.com/]:
{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}


> 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|http://example.com/]
> {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)

Reply via email to