0 Replies Latest reply on Jul 21, 2015 4:53 AM by mipi

    osgi service

    mipi

      Hello everyone,

      We need to communicate between 2 bundle, so I wanted to create a osgi service through a proxy,

       

      so in my blueprint I have included:

           <proxy ServiceURL = "direct: ServerProxy" id = "idServerProxy" serviceInterface = "it.TestServiceClient" />

      camelcontex inside and outside camelcontex

           <service ref = "idServerProxy" interface = "it.TestServiceClient" />.

       

       

      Unfortunately in hawtio (API) I do not see my service but if I make a osgi: ls -u I see my service.

       

       

      What am I missing?