This is how I'm used to using services (either this way or using Camel's
@BeanInject) so really haven't tried grabbing a reference in blueprint and
then invoking one of its methods in blueprint itself. Is it even possible?
<reference id="bookingService"
interface="org.apache.karaf.examples.blueprint.common.BookingService"/>
<bean id="clientService"
class="org.apache.karaf.examples.blueprint.client.ClientServiceImpl">
<property name="bookingService" ref="bookingService"/>
</bean>
--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html