XQuery
Page edited by Tracy Snell
Comment:
fix typo
Changes (1)
...
{code} from("queue:foo").filter().
xquery("//
JMX
Page edited by Tracy Snell
Changes (1)
...
The Hashtable is constructed by extracting properties that start with "key." The properties will have the "ke
JMX Component Example
Page edited by Tracy Snell
Changes (2)
...
event. This route subscribes to that MBean and receives any JMX notification events. Events
Examples
Page edited by Tracy Snell
Changes (3)
...
* [Spring Security Example] shows how to implement a basic http authentication and role based authorizat
Author: ningjiang
Date: Wed Nov 17 12:41:22 2010
New Revision: 1036006
URL: http://svn.apache.org/viewvc?rev=1036006&view=rev
Log:
CAMEL-3330 applied patch with thanks to Tracy
Added:
camel/trunk/examples/camel-example-jmx/
camel/trunk/examples/camel-example-jmx/README.txt (with props)
Author: ningjiang
Date: Wed Nov 17 12:21:30 2010
New Revision: 1035995
URL: http://svn.apache.org/viewvc?rev=1035995&view=rev
Log:
CAMEL-3319 add test of setting the provider for the jaxrs endpoint
Modified:
camel/trunk/components/camel-cxf/src/test/java/org/apache/camel/component/cxf/jaxrs/