Petals SE Camel

Provide some common helpers for developing and testing Camel SUs

Details

  • Type: New Feature New Feature
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: 1.0.2
  • Fix Version/s: 1.1.0
  • Component/s: None
  • Security Level: Public
  • Description:
    Hide

    When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.

    In particular for marshalling or to set faults easily.

    They should reside in the org.ow2.petals.camel.helpers package of camel-petals maven dependency, users will be able to use it by adding the following dependency to their SUs:

    <dependency>
      <groupId>org.ow2.petals</groupId>
      <artifactId>camel-petals</artifactId>
      <version>USED-PETALS-SE-CAMEL-VERSION</version>
      <scope>provided</scope>
    </dependency>

    And for testing in org.ow2.petals.camel.junit:

    <dependency>
      <groupId>org.ow2.petals</groupId>
      <artifactId>petals-se-camel-junit</artifactId>
      <version>USED-PETALS-SE-CAMEL-VERSION</version>
      <scope>test</scope>
    </dependency>
    Show
    When writing a route that will manipulate JBI messages, there are some useful helpers that could be available. In particular for marshalling or to set faults easily. They should reside in the org.ow2.petals.camel.helpers package of camel-petals maven dependency, users will be able to use it by adding the following dependency to their SUs:
    <dependency>
      <groupId>org.ow2.petals</groupId>
      <artifactId>camel-petals</artifactId>
      <version>USED-PETALS-SE-CAMEL-VERSION</version>
      <scope>provided</scope>
    </dependency>
    And for testing in org.ow2.petals.camel.junit:
    <dependency>
      <groupId>org.ow2.petals</groupId>
      <artifactId>petals-se-camel-junit</artifactId>
      <version>USED-PETALS-SE-CAMEL-VERSION</version>
      <scope>test</scope>
    </dependency>
  • Environment:
    -

Activity

Victor NOËL made changes - Fri, 15 Sep 2017 - 13:57:48 +0200
Field Original Value New Value
Fix Version/s 1.0.3 [ 10691 ]
Priority Major [ 3 ]
Description When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.

In particular for marshalling or to set faults easily.

They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs:
{code}
      <dependency>
         <groupId>org.ow2.petals</groupId>
         <artifactId>camel-petals</artifactId>
         <version>USED-PETALS-SE-CAMEL-VERSION</version>
         <scope>provided</scope>
      </dependency>
{code}
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.

In particular for marshalling or to set faults easily.

They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs:
{code}
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>camel-petals</artifactId>
  <version>USED-PETALS-SE-CAMEL-VERSION</version>
  <scope>provided</scope>
</dependency>
{code}
Victor NOËL made changes - Fri, 15 Sep 2017 - 13:57:54 +0200
Status New [ 10000 ] Open [ 10002 ]
Victor NOËL made changes - Fri, 15 Sep 2017 - 13:57:56 +0200
Status Open [ 10002 ] In Progress [ 10003 ]
Victor NOËL made changes - Mon, 18 Sep 2017 - 13:52:47 +0200
Summary Provide some common helpers for Camel SUs Provide some common helpers for developing and testing Camel SUs
Description When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.

In particular for marshalling or to set faults easily.

They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs:
{code}
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>camel-petals</artifactId>
  <version>USED-PETALS-SE-CAMEL-VERSION</version>
  <scope>provided</scope>
</dependency>
{code}
When writing a route that will manipulate JBI messages, there are some useful helpers that could be available.

In particular for marshalling or to set faults easily.

They should reside in the {{org.ow2.petals.camel.helpers}} package of {{camel-petals}} maven dependency, users will be able to use it by adding the following dependency to their SUs:
{code}
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>camel-petals</artifactId>
  <version>USED-PETALS-SE-CAMEL-VERSION</version>
  <scope>provided</scope>
</dependency>
{code}

And for testing in {{org.ow2.petals.camel.junit}}:
{code}
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-se-camel-junit</artifactId>
  <version>USED-PETALS-SE-CAMEL-VERSION</version>
  <scope>test</scope>
</dependency>
{code}
Victor NOËL made changes - Mon, 18 Sep 2017 - 13:53:28 +0200
Fix Version/s 1.1.0 [ 10750 ]
Fix Version/s 1.0.3 [ 10691 ]
Victor NOËL made changes - Mon, 18 Sep 2017 - 13:54:36 +0200
Status In Progress [ 10003 ] Resolved [ 10004 ]
Resolution Fixed [ 1 ]

People

Dates

  • Created:
    Fri, 15 Sep 2017 - 13:57:19 +0200
    Updated:
    Thu, 21 Sep 2017 - 13:34:03 +0200
    Resolved:
    Mon, 18 Sep 2017 - 13:54:35 +0200