You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by "Antonio David Pérez Morales (JIRA)" <ji...@apache.org> on 2014/08/18 10:31:18 UTC

[jira] [Resolved] (STANBOL-1371) Implement Stanbol Camel Chain Component

     [ https://issues.apache.org/jira/browse/STANBOL-1371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio David Pérez Morales resolved STANBOL-1371.
--------------------------------------------------

    Resolution: Fixed

ChainComponent has been developed with the next features:

- Scheme used by default: chain
- The scheme can be configured through the Felix console
- The chain needs to be configured through Felix console before being used in a route
- The name of the registered chain will be used in routes

Example: from(direct://test).to(chain://default)


> Implement Stanbol Camel Chain Component
> ---------------------------------------
>
>                 Key: STANBOL-1371
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1371
>             Project: Stanbol
>          Issue Type: Sub-task
>          Components: Enhancer
>            Reporter: Rafa Haro
>            Assignee: Antonio David Pérez Morales
>             Fix For: 1.0.0
>
>
> Create a Camel Component for Chains in Stanbol allowing to include registered chains at Stanbol as part of camel routes. The Chain Component should ensure that the configured chain is executed and its results is passed to the next element in the route. In that way it is possible to mix chains and engines in a route



--
This message was sent by Atlassian JIRA
(v6.2#6252)