Hi Anand,

Are you sure that you have servicemix-bean, servicemix-quartz components in
the hotdeploy directory...

It looks like these components are not up and running in your container and
hence the service units cannot detect the component namespaces during
deployment.

Cheers,

Ashwin...


A n a n d wrote:
> 
> 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/
> 


-----
--- 
Ashwin Karpe, Principal Consultant, PS - Opensource Center of Competence 
Progress Software Corporation
14 Oak Park Drive
Bedford, MA 01730
--- 
+1-972-304-9084 (Office) 
+1-972-971-1700 (Mobile) 
---- 
Blog: http://opensourceknowledge.blogspot.com/


-- 
View this message in context: 
http://www.nabble.com/Unrecognized-xbean-namespace-mapping-tp20722336p20741100.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to