I just realized that invariably when I use a <reference> to a service I'm
turning around and injecting into local bean and using it via the interface.
I can bind a listener to an interface but don't really do that much either. 

Essentially I want to do something akin to this but can't recall the syntax.

        <reference id="configurator"
interface="foo.esb.cxf.busconfigurator.api.CxfBusConfigurator">
                        <property name="configurators">
                                <map>
                                        <entry key="someBus" 
value-ref="developmentBusConfiguration" />
                                </map>
                        </property>
        </reference>



--
Sent from: http://karaf.922171.n3.nabble.com/Karaf-User-f930749.html

Reply via email to