Thanks Babak, the launch code is below.

/**
 *<license>
 */

package com.xyz.eda;

import org.apache.camel.spring.Main;

/**
 * Launch NERV
 * 
 */
public class NERV  {
        /**
         * 
         * @param args
         * @throws Exception
         */
        public static void main(String[] args) throws Exception {
                new Main().run(args);
        }

}


--
View this message in context: 
http://camel.465427.n5.nabble.com/Loading-two-camel-context-files-at-start-tp5049449p5049892.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to