Route cannot be started within web-console, if autoStartup="false" is set in 
camel.xml
--------------------------------------------------------------------------------------

                 Key: CAMEL-3950
                 URL: https://issues.apache.org/jira/browse/CAMEL-3950
             Project: Camel
          Issue Type: Bug
          Components: website
    Affects Versions: 2.7.1
         Environment: Windows 2008 R2, JRE 1.6, ActiveMQ 5.5.0, Camel 2.7.1 
(included in ActiveMQ 5.5.0 plus: camel-ftp-2.7.1.jar
NO JDK Installed
            Reporter: Jimmy Rueedi


When a route has autoStartup="false" set in the camel.xml, it cannot be started 
anymore in the web- console.
In the logfile, an entry is generated, similar to this:
"Cannot start route route2 as its configured with autoStartup=false | 
org.apache.camel.spring.SpringCamelContext | qtp7446303-52"
If a route does not have autoStartup="false", it can be stopped and started 
normally (as before with ActiveMQ 5.4.2 / Camel 2.4.0)

Reproduce steps:
- Configure a route with "<route autoStartup="false">"
- Start the ActiveMQ Service
- Navigate to "http://server.domain.tld:8161/camel/routes
- try to start the route with the button "Start"
- check the logfile "activemq.log"


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to