Hi!

I'am trying from a given CXF-SE to use a DefaultServiceMixClient to send a
sync message into the NMR.
I found the following URL :  http://servicemix.apache.org/client-api.html
http://servicemix.apache.org/client-api.html  describing how to use a JBI
client into a given component.

I tried to inject a given ServiceMix client into my component and I set up
my xbean.xml like this (as explained into the documentation) :

<bean id="clientWithRouting"
class="org.apache.servicemix.client.DefaultServiceMixClient">
                <constructor-arg ref="jbi" />
                <constructor-arg>
                <sm:activationSpec
destinationService="parkeon:exportationReferencialRouter"/>
                </constructor-arg>
</bean>


but, the ref="jbi" is not explained! And I have the message : No bean named
'jbi' is defined ! 
What is the "jbi" ref?
Help please!

Regards





-- 
View this message in context: 
http://www.nabble.com/Documentation-problem-with-DefaultServiceMixClient-tp25781401p25781401.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to