Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The jcr component allows you to add nodes to a JCR (JSR-170) compliant content repository (for example, Apache Jackrabbit ).

Code Block

<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-jcr</artifactId>
    <version>x.x.x</version>
    <!-- use the same version as your Camel core version -->
</dependency>

URI format

Code Block
jcr://user:password@repository/path/to/node

...