You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Kurt T Stam (JIRA)" <ji...@apache.org> on 2017/11/09 16:53:01 UTC

[jira] [Created] (CAMEL-12001) Cannot create a component based on the SqlComponent

Kurt T Stam created CAMEL-12001:
-----------------------------------

             Summary: Cannot create a component based on the SqlComponent
                 Key: CAMEL-12001
                 URL: https://issues.apache.org/jira/browse/CAMEL-12001
             Project: Camel
          Issue Type: Bug
          Components: camel-sql
    Affects Versions: 2.20.0
         Environment: any
            Reporter: Kurt T Stam


I created a the following component

https://github.com/KurtStam/connectors/blob/sql-connector/connectors/sql/sql-connector/src/main/java/io/syndesis/connector/sql/SqlConnectorComponent.java

and this route just never gets executed

https://github.com/KurtStam/connectors/blob/sql-connector/connectors/sql/sql-connector/src/test/java/io/syndesis/connector/sql/SqlConnectorComponentTest.java#L107

And not any of the getBefore/AfterProducer methods are called either, which I think had to do with the fact that the SqlComponent is not a DefaultComponent.

I tried with v2.20.0 as well as v2.21.0-SNAPSHOT



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)