Thanks:))) It is working.

>Вторник, 28 июля 2015, 8:11 -07:00 от "Claus Ibsen-2 [via Camel]" 
><ml-node+s465427n5770024...@n5.nabble.com>:
>
>You should use blueprint in the namespace for <routeContext>
>
>On Tue, Jul 28, 2015 at 5:07 PM, gersid < [hidden email] > wrote:
>
>> Found the following issue
>> when the standard example "camel-blueprint" is modified as following.
>>
>> Used the file blueprint.xml  with the <camelContext> section replaced with
>> the following:
>>
>>  <camelContext xmlns=" http://camel.apache.org/schema/blueprint ">
>>
>>         <routeContextRef ref="myRoutes"/>
>>     </camelContext>
>>
>>
>>    <routeContext id="myRoutes" xmlns=" http://camel.apache.org/schema/spring 
>> "
>>>
>>        <route>
>>             <from uri="timer://myTimer?fixedRate=true&amp;period=2000" />
>>             <bean ref="myTransform" method="transform"/>
>>             <to uri="log:ExampleRouterBlueprint" />
>>         </route>
>>    </routeContext>
>>
>> Such a blueprint hang when starting camel context in local Eclipse
>> environment.
>> Or it get in "GracePeriod" oncethe modified example is deployed to Karaf.
>> (Standard unmodified example is working good in both my evironments)
>>
>> And even if I added a reference to emptry <routeContext/> into working
>> camelContext - it would usually result in hang the camel.
>>
>> Camel version used - 2.15.2
>> I did not try in Spring or with Java/DSL.
>>
>>
>>
>>
>> --
>> View this message in context: 
>> http://camel.465427.n5.nabble.com/blueprint-routeContext-tag-prevents-Camel-from-starting-tp5770023.html
>> Sent from the Camel - Users mailing list archive at Nabble.com.
>
>
>-- 
>Claus Ibsen
>-----------------
>http://davsclaus.com  @davsclaus
>Camel in Action 2nd edition: http://www.manning.com/ibsen2
>
>
>----------------------------------------------------------------------
>If you reply to this email, your message will be added to the discussion 
>below: 
>http://camel.465427.n5.nabble.com/blueprint-routeContext-tag-prevents-Camel-from-starting-tp5770023p5770024.html
>To unsubscribe from blueprint: routeContext tag prevents Camel from starting, 
>click here .
>NAML




--
View this message in context: 
http://camel.465427.n5.nabble.com/blueprint-routeContext-tag-prevents-Camel-from-starting-tp5770023p5770026.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to