Re: Main class load XML file

2012-11-29 Thread Claus Ibsen
Hi Yes see this FAQ and the links it has, and you will find what you seek http://camel.apache.org/running-camel-standalone.html On Thu, Nov 29, 2012 at 11:20 PM, Tyler Durvik wrote: > I have always used maven in development and generated projects using > the maven "archetype:generate" target.

Main class load XML file

2012-11-29 Thread Tyler Durvik
I have always used maven in development and generated projects using the maven "archetype:generate" target. I have performed those steps again on my current project but now I want to load the XML configuration file containing the Camel Context and route definitions from a Main java class. Is ther