Hi.
I have been trying to run the xfire echo example and found this:
<!-- The Service Bean -->
<bean id="echo" class="org.servicemix.components.xfire.Echo" singleton="true"/>
<bean name="Echo" class="org.codehaus.xfire.spring.ServiceComponent">
<property name="service" ref="*xfireReceiverService*"/>
<property name="serviceFactory" ref="*xfire.serviceFactory*"/>
<property name="xfire" ref="xfire"/>
</bean>
I think that the "service" ref should be "echo" as in the *id* of the
first bean definition.
For the "serviceFactory", the servicemix throws an error stating a
NoSuchBeanDefinitionException,
no bean named 'xfire.serviceFactory' is defined. I have not been able to fix
this last error, I have gone thru
the examples and test either on cvs and the wiki but have not found were or how
this bean
is defined.
Regards.