Petals-SE-Camel 1.1.0+

Version 1 by Christophe DENEUX
on Sep 18, 2017 16:15.

compared with
Version 2 by Victor NOËL
on Sep 21, 2017 11:18.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (5)

View Page History
<groupId>org.ow2.petals</groupId>
<artifactId>petals-se-camel</artifactId>
<version>1.01.0-SNAPSHOT</version>
<type>jbi-component</type>
</dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-core</artifactId>
<version>2.12.3</version> <version>2.17.1</version>
<!-- camel-core is provided by the component! -->
<scope>provided</scope>
</dependency>
<!-- optionally, camel-petals provides some Java helpers in {{org.ow2.petals.camel.helpers}}
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>camel-petals</artifactId>
<version>1.1.0-SNAPSHOT</version>
<!-- camel-petals is provided by the component! -->
<scope>provided</scope>
</dependency>
<!-- optionally, petals-se-camel-junit provides some Java testing helpers in {{org.ow2.petals.camel.junit}}
<dependency>
<groupId>org.ow2.petals</groupId>
<artifactId>petals-se-camel-junit</artifactId>
<version>1.1.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<!-- Maybe other dependencies if you relies on other camel extensions (for xml and java routes).
Note: these extensions are NOT provided by the component and must thus be present with the (default) scope compile. -->

Some examples are available with the SE.
In particular, the example named su-camel-databinding shows how to do some logging as well as convert the body of the JBI messages to Java objects using JAXB.
In particular, the example named su-camel-databinding shows how to do some logging, convert the body of the JBI messages to Java objects using JAXB and how to test a Camel route.

h1. Monitoring the component