Hello all. I googled for it, but unfortunately without success.
I am deploying a very simple SU for servicemix-http. Here is my xbean: <beans xmlns="http://www.springframework.org/schema/beans" xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:ss="http://mydomain/ss" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://servicemix.apache.org/cxfbc/1.0 http://servicemix.apache.org/schema/servicemix-cxfbc-2010.01.xsd http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd"> <http:endpoint defaultMep="http://www.w3.org/2004/08/wsdl/in-out" locationURI="http://0.0.0.0:8193/ss/services/SimpleService" role="consumer" soap="true" targetService="ss:SimpleService" endpoint="SimpleExternalEndpoint" /> <http:endpoint wsdlResource="classpath:SimpleService.wsdl" role="provider" locationURI="http://localhost:8080/sso/services/SimpleService" service="ss:SimpleService" endpoint="SimpleInternalEndpoint" /> </beans> Also the servicemix-http feature is installed as following (listed with features:list): [installed ] [2010.01.0-fuse-02-00] servicemix-http repo-0 At last, I have a clean install of fuse 4.3 (also tried in 4.2), same error. But still I get: java.lang.ClassNotFoundException: org.apache.servicemix.http.HttpEndpoint in classloader org.apache.xbean.spring.context.filesystemxmlapplicationcont...@4749fee8 Isn't this class supposed to be installed and available? Thanks in advance. Best regards, Felipe Fraga
