You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/08/12 10:28:47 UTC

[jira] Created: (CAMEL-3048) Archetype for creating component should have better sample component

Archetype for creating component should have better sample component
--------------------------------------------------------------------

                 Key: CAMEL-3048
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3048
             Project: Apache Camel
          Issue Type: Improvement
          Components: tooling
    Affects Versions: 2.4.0
            Reporter: Claus Ibsen
            Assignee: Jonathan Anstey
            Priority: Minor
             Fix For: 2.5.0


The current sample is based on Direct component which is a bad sample as its a very special component.

We should do a HelloWorldComponent
- the producer will just print the message body to system out
- the consumer is scheduled and triggers every 5th second with a dummy exchange

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3048) Archetype for creating component should have better sample component

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61323#action_61323 ] 

Jonathan Anstey commented on CAMEL-3048:
----------------------------------------

Good point. I just updated the test to use camel-test instead of camel-core. Of course, it was a copy and paste error on my part ;)

> Archetype for creating component should have better sample component
> --------------------------------------------------------------------
>
>                 Key: CAMEL-3048
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3048
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> The current sample is based on Direct component which is a bad sample as its a very special component.
> We should do a HelloWorldComponent
> - the producer will just print the message body to system out
> - the consumer is scheduled and triggers every 5th second with a dummy exchange

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-3048) Archetype for creating component should have better sample component

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Anstey resolved CAMEL-3048.
------------------------------------

    Resolution: Fixed

> Archetype for creating component should have better sample component
> --------------------------------------------------------------------
>
>                 Key: CAMEL-3048
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3048
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> The current sample is based on Direct component which is a bad sample as its a very special component.
> We should do a HelloWorldComponent
> - the producer will just print the message body to system out
> - the consumer is scheduled and triggers every 5th second with a dummy exchange

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-3048) Archetype for creating component should have better sample component

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=61321#action_61321 ] 

Claus Ibsen commented on CAMEL-3048:
------------------------------------

The pom.xml. Can you use the {{camel-test}} component instead of the test jar from camel-core. The test kit is in camel-test and this is what end users should use.

> Archetype for creating component should have better sample component
> --------------------------------------------------------------------
>
>                 Key: CAMEL-3048
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3048
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: tooling
>    Affects Versions: 2.4.0
>            Reporter: Claus Ibsen
>            Assignee: Jonathan Anstey
>            Priority: Minor
>             Fix For: 2.5.0
>
>
> The current sample is based on Direct component which is a bad sample as its a very special component.
> We should do a HelloWorldComponent
> - the producer will just print the message body to system out
> - the consumer is scheduled and triggers every 5th second with a dummy exchange

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.