See http://servicemix.goopen.org/site/unrecognized-xbean-namespace-mapping.html
Cheers, Guillaume Nodet On 6/14/06, Alessandro Fredianelli <[EMAIL PROTECTED]> wrote:
Starting with this servicemix.xsl i get this exception : Caught: org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized xbean namespace mapping: http://servicemix.apache.org/jsr181/1.0 <?xml version="1.0" encoding="UTF-8"?> <beans xmlns:sm="http://servicemix.apache.org/config/1.0" xmlns:jsr181="http://servicemix.apache.org/jsr181/1.0" xmlns:http="http://servicemix.apache.org/http/1.0" xmlns:ale="urn:servicemix:soap-binding" > <import resource="classpath:jmx.xml" /> <import resource="classpath:activemq.xml" /> <import resource="classpath:jndi.xml" /> <!-- the JBI container createMBeanServer="true" useMBeanServer="true" MBeanServer="#mbeanServer" --> <sm:container id="jbi" rootDir="./wdir" installationDirPath="./install" deploymentDirPath="./deploy" dumpStats="true" statsInterval="10" flowName="seda" transactionManager="#transactionManager" depends-on="jndi"> <sm:activationSpecs> <sm:activationSpec id="frontend"> <sm:component> <jsr181:component> <jsr181:endpoints> <jsr181:endpoint pojoClass="smpojo.ws.WSFrontend" annotations="none" service="ale:loadFrontEnd" endpoint="loadFrontEnd" /> </jsr181:endpoints> </jsr181:component> </sm:component> </sm:activationSpec> <sm:activationSpec id="frontendSoap"> <sm:component> <http:component> <http:endpoints> <http:endpoint service="ale:frontendHttp" endpoint="frontendHttp" targetService="ale:loadFrontEnd" targetEndpoint="loadFrontEnd" role="consumer" locationURI="http://localhost:8192/frontend/" defaultMep="http://www.w3.org/2004/08/wsdl/in-out" soap="true" /> </http:endpoints> </http:component> </sm:component> </sm:activationSpec> <!-- <sm:activationSpec componentName="sfreader" service="my:sfreader"> <sm:component> <bean class="smpojo.SingleFileReaderBC"></bean> </sm:component> </sm:activationSpec> --> </sm:activationSpecs> </sm:container> </beans>
