Re: Simple Camel example top copy messages from one JMS queue to another

2009-06-23 Thread Claus Ibsen
gt; the error I get when I try to run this from java: > >> > >> public static void main(String[] args) > >> { > >> ClassPathXmlApplicationContext ctx = new > >> ClassPathXmlApplicationContext("camel-config.xml"); > >> ctx.s

Simple Camel example top copy messages from one JMS queue to another

2009-06-23 Thread Serge Merzliakov
onContext("camel-config.xml"); >> ctx.start(); >> ctx.stop(); >> } >> >> is : >> Configuration problem: Cannot locate BeanDefinitionParser for element >> [route] >> Offending resource: class path resource [camel-config.xml] >&

Re: Simple Camel example top copy messages from one JMS queue to another

2009-06-23 Thread Claus Ibsen
; my classpath contains all activemq jars and camel-core, camel-jms, > camel-spring. > > Any suggestions or location of complete working samples not in /examples (i > do not use maven) > > > Serge > > -- > View this message in context: > http://www.nabble.com/Sim

Simple Camel example top copy messages from one JMS queue to another

2009-06-23 Thread Serge Merzliakov
f complete working samples not in /examples (i do not use maven) Serge -- View this message in context: http://www.nabble.com/Simple-Camel-example-top-copy-messages-from-one-JMS-queue-to-another-tp24161577p24161577.html Sent from the Camel - Users mailing list archive at Nabble.com.