Using AuthorizationPolicy on a Route prevents Processors from being exposed via 
JMX
-----------------------------------------------------------------------------------

                 Key: CAMEL-4536
                 URL: https://issues.apache.org/jira/browse/CAMEL-4536
             Project: Camel
          Issue Type: Bug
          Components: jmx
    Affects Versions: 2.8.1
         Environment: Windows 7, Java 1.6.0_23
            Reporter: Marco Zapletal
            Priority: Minor
         Attachments: policy-jmx-test.zip

Using AuthorizationPolicy on a route (e.g., using .policy(myAuthPolicy) in a 
Java DSL) prevents that processors on this route are exposed via JMX. 

Steps to reproduce:

-) Start the Camel app in the attached test case (MyRouteBuilder)
-) Open JConsole
-) Connect to the corresponding local process
-) Under "processors" only the processors from the route without the policy are 
shown, but not the ones from the route where a policy is used

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to