RE: Why I cannot run multiple CamelContext simultaneously?

2013-02-23 Thread james.z.zhou
Hi DOLECEK: Thank you very much for your reply! I tired with your suggestion, I EXPLICITLY set unique ids for the camelContext, it is till NOT working. what I did is like this: http://camel.apache.org/schema/spring"; id="camelONE" > http://camel.apache.org/schema/spring"; id="camelTWO" > I sta

Why I cannot run multiple CamelContext simultaneously?

2013-02-20 Thread james.z.zhou
Hi: The story is, I have two camelContexts defined in two XML files, say camel-context1.xml and camel-context2.xml and I imported them to a main.xml, the main.xml looks like: ... DB.xml contains DB-related bean definitions, like jpaComponent and PROCESSOR.xml contains the processor bean def