Hi,

I am trying to deploy a service assembly which has two service units by putting 
it in the hotdeploy directory of the servicemix distribution:

But I get  the following errors:

<loc-message>Unrecognized xbean namespace mapping: 
http://servicemix.apache.org/bean/1.0</loc-message>
                    
<stack-trace><![CDATA[org.springframework.beans.factory.BeanDefinitionStoreException:
 Unrecognized xbean namespace mapping: http://servicemix.apache.org/bean/1.0

and

<loc-message>Unrecognized xbean namespace mapping: 
http://servicemix.apache.org/quartz/1.0</loc-message>
                    
<stack-trace><![CDATA[org.springframework.beans.factory.BeanDefinitionStoreException:
 Unrecognized xbean namespace mapping: http://servicemix.apache.org/quartz/1.0


here are my xbean.xml which i am using for two SUs:

<beans xmlns:http="http://servicemix.apache.org/http/1.0";
       xmlns:ex="http://www.servicemix.org/example";
       xmlns:quartz="http://servicemix.apache.org/quartz/1.0";> 

    <quartz:endpoint service="my:timer" endpoint="endpoint" 
targetService="my.jiraAdapter">
      <quartz:triggers>
        <quartz:simple repeatCount="-1" repeatInterval="10000" />
      </quartz:triggers>
      <quartz:marshaler>
        <bean class="com.XXX.integration.poller.MyMarshaller" />
      </quartz:marshaler>
    </quartz:endpoint>

</beans>



and 

<beans xmlns:bean="http://servicemix.apache.org/bean/1.0";>

  <bean:endpoint service="my.jiraAdapter" endpoint="endpoint" 
bean="#listenerBean"/>

  <bean id="adapterBean" class="com.XXX.integration.adapter.AdapterBean"/>

</beans>



I am new to servicemix so please let me the mistake that i am doing. Am using 
apache-servicemix-3.3 version.

Best Regards,
Anand



      Be the first one to try the new Messenger 9 Beta! Go to 
http://in.messenger.yahoo.com/win/

Reply via email to