Hello, I'm using servicemix's (3.3) cxf-se component, and deploy a SU with this xbean.xml:
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns:cxfse="http://servicemix.apache.org/cxfse/1.0" xmlns:mp="http://odelia-technologies.com/metaphora"> <cxfse:endpoint service="mp:serviceMtom" endpoint="serviceMtomEP" mtomEnabled="true"> <cxfse:pojo> <bean class="com.odelia.metaphora.ServiceMtom"> <property name="repertoire" value="Metaphora/in"/> </bean> </cxfse:pojo> </cxfse:endpoint> </beans> When I start ServiceMix, I get this trace when my SA is deployed: INFO - ServiceUnitLifeCycle - Starting service unit: ServiceMtom 26 ao¹t 2009 22:03:06 org.apache.cxf.service.factory.ReflectionServiceFactoryBea n buildServiceFromClass INFO: Creating Service {http://metaphora.odelia.com/}ServiceMtomService from class com.odelia.metaphora.ServiceMtom 26 ao¹t 2009 22:03:06 org.apache.cxf.configuration.spring.ConfigurerImpl getBeanName INFO: Could not determine bean name for instance of class org.apache.cxf.transport.jbi.JBIDestination. 26 ao¹t 2009 22:03:06 org.apache.cxf.endpoint.ServerImpl initDestination INFO: Setting the server's publish address to be jbi://ID-192-168-0-10-123584dae 6b-26-0 INFO - JBIContainer - ServiceMix JBI Container (ServiceMix) s tarted ... It seems something is wrong in my xbean.xml! Please, any idea? Thank you a lot. -- View this message in context: http://www.nabble.com/What%27s-wrong-with-my-xbean.xml-for-servicemix-cxf-se--tp25156904p25156904.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
