Deploy Camel project to Activemq

2011-12-13 Thread focaldi
egister to camel context but then there are two Camel Instance in tomcat server.Am I right? If I am right then how can I add datasources (JndiRegistry) to camel instance that provided by Active MQ???Pls help me. Thanks -- View this message in context: http://camel.465427.n5.nabble.com/Deploy-Camel-

Re: Deploy Camel project to Activemq

2011-12-13 Thread Willem Jiang
re using spring configuration, it is easy to setup it in spring. -- View this message in context: http://camel.465427.n5.nabble.com/Deploy-Camel-project-to-Activemq-tp5070710p5070710.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Willem -- FuseS

Re: Deploy Camel project to Activemq

2011-12-13 Thread Claus Ibsen
o drop a jndi.properties in the root of your classpath, if you deploy Camel as a WAR in tomcat. And in that jndi.properties you specify the JNDI stuff to link to the JNDI registry in Tomcat. Its standard from JNDI. Camel just creates a new InitialContext() >> >> >> >> -- &

Re: Deploy Camel project to Activemq

2011-12-13 Thread focaldi
ploy-Camel-project-to-Activemq-tp5070710p5070765.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Deploy Camel project to Activemq

2011-12-13 Thread focaldi
message in context: http://camel.465427.n5.nabble.com/Deploy-Camel-project-to-Activemq-tp5070710p5070785.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Deploy Camel project to Activemq

2011-12-13 Thread Willem Jiang
myconfig.xml to camelcontext. So I cannot use a jndi.properties file... May be I couldt explain what is my problem... -- View this message in context: http://camel.465427.n5.nabble.com/Deploy-Camel-project-to-Activemq-tp5070710p5070785.html Sent from the Camel - Users mailing list archive at Nabble.com

Re: Deploy Camel project to Activemq

2011-12-14 Thread focaldi
answer. -- View this message in context: http://camel.465427.n5.nabble.com/Deploy-Camel-project-to-Activemq-tp5070710p5074367.html Sent from the Camel - Users mailing list archive at Nabble.com.