Consumer URI parameters ignored after Route Restart
---------------------------------------------------

                 Key: CAMEL-3912
                 URL: https://issues.apache.org/jira/browse/CAMEL-3912
             Project: Camel
          Issue Type: Bug
          Components: camel-core
    Affects Versions: 2.7.1
         Environment: JDK "1.6.0_24", Apache Maven 2.2.1, MAC OS X 10.6.7
            Reporter: Roberto Rojas
             Fix For: 2.8.0


The URI parameters for a consumer appear to be ignored or disappear when the 
route where this consumer defined gets restarted.
One example could be JPA query passed in the URI and is used to filter the 
results from the consumer.
The attached test case shows this.
Look at the Readme.txt, camel-context.xml, and JPARouteRestartTest class for 
more information.

Also, took a stab at fixing the problem and provided a patch with a possible 
solution. I ran the unit tests after that change and all passed. :)

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

Reply via email to