[ https://issues.apache.org/jira/browse/CAMEL-3339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Ben O'Day updated CAMEL-3339: ----------------------------- Attachment: camel-core-main-class.txt Alright, I think I answered my own question. Here is a stab at this assuming we are manually creating a context w/o spring support... run with: mvn exec:java -Dexec.mainClass="org.apache.camel.Main" > Main class in camel-core > ------------------------ > > Key: CAMEL-3339 > URL: https://issues.apache.org/jira/browse/CAMEL-3339 > Project: Camel > Issue Type: New Feature > Components: camel-core > Affects Versions: 2.5.0 > Reporter: Claus Ibsen > Priority: Minor > Fix For: 2.7.0 > > Attachments: camel-core-main-class.txt > > > When people run Camel standalone they may only use camel-core (and not > camel-spring). And therefore they would like a {{Main}} class in camel-core > JAR which works similar to the Main class from camel-spring. Must noticeable > it should be able to start and then block until the app is terminated (the > shutdown hook). > See for example nabble > http://camel.465427.n5.nabble.com/Filtering-an-xml-directory-tp3264230p3264230.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.