RE: Problem during configuring embedded broker via xml file

2008-10-14 Thread Torsten Mielke
>this causes the following exception: >Exception in thread "main" >org.springframework.beans.factory.BeanDefinitionStoreException: Unrecognized >xbean namespace mapping: http://activemq.apache.org/camel/schema/spring Assuming you run a maven project, have you added camel-spring as a dependency?

Re: Problem during configuring embedded broker via xml file

2008-10-14 Thread Dejan Bosanac
I guess you miss camel schema definition try adding something like this http://activemq.apache.org/camel/schema/spring http://activemq.apache.org/camel/schema/spring/camel-spring.xsd at the end of your tag (or take a look at the default activemq conf file). Cheers -- Dejan Bosanac http://w

Problem during configuring embedded broker via xml file

2008-10-14 Thread mzha
-- View this message in context: http://www.nabble.com/Problem-during-configuring-embedded-broker-via-xml-file-tp19973571p19973571.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.