Hi Guillaume,

I went to the latest latest servicemix-3.0-SNAPSHOT but have a new problem,
although I have the xbean.xml in the SU I get the message "No endpoints 
defined".
BTW, the same behaviour with the soap-example!
This seems to be a change in the latest snapshot? The xbean.xml was found and a
diff to the soap-example shows no significant differences apart from 
soap="false".

---

DEBUG - AbstractXBeanDeployer.canDeploy(54) | Looking for
/home/pak/sandbox/incubator-servicemix-3.0-SNAPSHOT/work/service-assemblies/midas-wacore/version_1/sus/servicemix-http/midas-behttp/xbean.xml:
true
INFO - XmlBeanDefinitionReader.loadBeanDefinitions(163) | Loading XML bean
definitions from file
[/home/pak/sandbox/incubator-servicemix-3.0-SNAPSHOT/work/service-assemblies/midas-wacore/version_1/sus/servicemix-http/midas-behttp/xbean.xml]
INFO - AbstractRefreshableApplicationContext.refreshBeanFactory(92) | Bean
factory for application context [xbean]:
org.springframework.beans.factory.support.DefaultListableBeanFactory defining
beans []; root of BeanFactory hierarchy
INFO - AbstractApplicationContext.refresh(294) | No beans defined in application
context [xbean]

---

<component-task-result 
xmlns="http://java.sun.com/xml/ns/jbi/management-message";>
        <component-name>servicemix-http</component-name>
        <component-task-result-details>
                <task-result-details>
                        <task-id>deploy</task-id>
                        <task-result>FAILED</task-result>
                        <message-type>ERROR</message-type>
                        <task-status-msg>
<msg-loc-info>
<loc-token/>
<loc-message>No endpoints found</loc-message>
</msg-loc-info>
</task-status-msg>
                </task-result-details>
        </component-task-result-details>
</component-task-result>

--- xbean.xml

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
  xmlns:bes="http://blue-elephant-systems.com/midas/servicemix/1.0";>

        <http:endpoint service="bes:request-audit"
                                         endpoint="request-audit"
                       role="consumer"
                       locationURI="http://localhost:9661/midas/";
                       defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                 soap="false" />        
</beans>

Reply via email to