Hi Christian,
Yes, that is what I want to say :)
Willem
Christian Mueller wrote:
Hello Willem!
Thanks for the quick reply. If I understood you correct, I have to configure
the following (com.company.Tracer implements
org.apache.camel.processor.interceptor.Tracer):
Tracer OSGI Bundle:
{code}
<bean id="tracer" class="com.company.Tracer" />
<osgi:service ref="tracer">
<osgi:interfaces>
<value>org.apache.camel.processor.interceptor.Tracer</value>
</osgi:interfaces>
</osgi:service>
{code}
every other OSGI Bundle:
{code}
<osgi:reference id="tracerOsgiRef"
interface="org.apache.camel.processor.interceptor.Tracer" />
{code}
Thanks,
Christian