Can you show me the stack trace ?
It's important :)

On 8/8/11 6:18 PM, Filippo Balicchia wrote:
Hello Willem my component is installed as bundle.

please read
http://fusesource.com/products/enterprise-servicemix/#documentation
the osgi section
this resolve a lot of your doubts.


If this doesn't enough send me your project

Cheers

--Filippo



2011/8/8 Willem Jiang<willem.ji...@gmail.com>:
Is there any stack trace in the karaf log to tell why the camel route cannot
be load ?

Is you component wrapped as OSGi bundle ?

Can you check the your component bundle stats which osgi:list command ?

On 8/7/11 5:21 AM, Michael Mertins wrote:

Hi all,

I wrote my own component based on
http://camel.apache.org/creating-a-new-camel-component.html

And created a file in \META-INF\services\org\apache\camel\component that
links my Class

After the maven compile I get a jar that I deploy in karaf's deploy folder
and that is listed in karaf, then, too. BUT after I create a blueprint xml
route to my new component, the route is not loaded... What did I do wrong?
How can I deploy my own context in Karaf? Just adding a
Context-Implementation-Class tot he jar?

This is my route; it works with normal components, but not with my custom
component. Why?

<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0";>

     <camelContext xmlns="http://camel.apache.org/schema/blueprint";>
         <route>
             <from uri="file://c:/tmp/bla.tif" />
             <to uri="myComponent:bla" />
         </route>
     </camelContext>

</blueprint>

Hope you can give me a hint. Please CC your answer to my address if
possible.


Thank you,


Michael Mertins



--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang




--
Willem
----------------------------------
FuseSource
Web: http://www.fusesource.com
Blog:    http://willemjiang.blogspot.com (English)
         http://jnn.javaeye.com (Chinese)
Twitter: willemjiang
Weibo: willemjiang

Reply via email to