You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2008/04/14 12:27:43 UTC

[jira] Created: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Extend/document the Scala DSL to support every EIP the Java DSL does
--------------------------------------------------------------------

                 Key: CAMEL-463
                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
             Project: Apache Camel
          Issue Type: Task
          Components: camel-scala
            Reporter: Gert Vanthienen
            Priority: Minor


Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Hadrian Zbarcea (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42393#action_42393 ] 

Hadrian Zbarcea commented on CAMEL-463:
---------------------------------------

Patch applied with many thanks!

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Updated: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Gert Vanthienen updated CAMEL-463:
----------------------------------

    Attachment: CAMEL-463-01.diff

Adding support for splitter EIP.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Updated: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Gert Vanthienen updated CAMEL-463:
----------------------------------

    Attachment: CAMEL-463-03.diff

Adding content enricher and multicast

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Updated: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Gert Vanthienen updated CAMEL-463:
----------------------------------

    Attachment: CAMEL-463.diff

Patch with some aesthetic changes to the code, but more important: SNIPPET comment to start documenting the Scala DSL on the wiki

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Priority: Minor
>         Attachments: CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Issue Comment Edited: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62491#action_62491 ] 

Gert Vanthienen edited comment on CAMEL-463 at 10/11/10 7:17 AM:
-----------------------------------------------------------------

Adding a few more things:
- http://svn.apache.org/viewvc?view=revision&revision=1021301 adds support for route id and the log() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021302 adds support for the pollEnrich() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021305 adds support for the validate() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021306 adds support for the sort() DSL method


      was (Author: gertvanthienen):
    Adding a few more things:
- http://svn.apache.org/viewvc?view=revision&revision=1021301 adds support for route id and the log() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021302 adds support for the pollEnrich() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021305 adds support for the validate() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021301 adds support for the sort() DSL method

  
> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Claus Ibsen commented on CAMEL-463:
-----------------------------------

I added a rollback defintion the other day. So it might need to be added to Scala as well.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=62491#action_62491 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

Adding a few more things:
- http://svn.apache.org/viewvc?view=revision&revision=1021301 adds support for route id and the log() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021302 adds support for the pollEnrich() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021305 adds support for the validate() DSL method
- http://svn.apache.org/viewvc?view=revision&revision=1021301 adds support for the sort() DSL method


> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44509#action_44509 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

http://svn.eu.apache.org/viewvc?view=rev&revision=679291 adds an aggregator

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Updated: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Gert Vanthienen updated CAMEL-463:
----------------------------------

    Attachment: CAMEL-463-02.diff

This patch includes the dynamic recipient list and some refactorings to remove duplicate code.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42881#action_42881 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

http://svn.apache.org/viewvc?view=rev&revision=657874 adds support for load balancer/throttler/delayer

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=42573#action_42573 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

Claus,

I probably made a mistake in the encoding while making the patch.  Feel free to either properly encode the source file in UTF-8 or (just for once ;) ) spell {{belgiƫ}} as {{belgie}} to get rid of the warning.

Gert

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Claus Ibsen commented on CAMEL-463:
-----------------------------------

Applied patch 03 with thanks to Gert

Committed revision 653987.

However I do get this WARN from the scala compiler
{code}
[INFO] IO error while decoding D:\project\camel\components\camel-scala\src\test\scala\org\apache\camel\scala\dsl\ContentEnricherTest.scala with UTF-8
{code}
Could maybe be because of non ASCII chars in the string names used for testing

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45253#action_45253 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

http://svn.eu.apache.org/viewvc?view=rev&revision=690484 add the try-catch-finally handling

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Reopened: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Gert Vanthienen reopened CAMEL-463:
-----------------------------------

      Assignee: Gert Vanthienen  (was: Willem Jiang)

If that's OK for you guys, I would like to keep this issue open while I work on this.  Let's close it when we've got the bulk of the work done and follow up on improvement/new features with new issues, otherwise we will end up with a very long list of issues.


> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Claus Ibsen commented on CAMEL-463:
-----------------------------------

Gert, got it fixed now. Sorry Belgium becomes Belgie. And the .vm file needed to remove its new line to let the assertions pass.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Resolved: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Willem Jiang resolved CAMEL-463.
--------------------------------

    Fix Version/s: 1.4.0
       Resolution: Fixed

Patch is applied with thanks to  Gert.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Willem Jiang
>            Priority: Minor
>             Fix For: 1.4.0
>
>         Attachments: CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Assigned: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Willem Jiang reassigned CAMEL-463:
----------------------------------

    Assignee: Willem Jiang

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Willem Jiang
>            Priority: Minor
>         Attachments: CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Updated: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Claus Ibsen updated CAMEL-463:
------------------------------

    Fix Version/s:     (was: 2.0.0)
                   Future

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

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

Claus Ibsen commented on CAMEL-463:
-----------------------------------

Gertv, the WireTap have been improved with CAMEL-908, maybe the Scala need some sugar for that.

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44375#action_44375 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

Some refactorings in http://svn.eu.apache.org/viewvc?view=rev&revision=677842

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: 1.5.0
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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


[jira] Commented: (CAMEL-463) Extend/document the Scala DSL to support every EIP the Java DSL does

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56735#action_56735 ] 

Gert Vanthienen commented on CAMEL-463:
---------------------------------------

http://svn.apache.org/viewvc?view=revision&revision=895588 adds a few more things to the Scala DSL:
- intercept, interceptFrom, interceptTo
- threads
- Camel's AOP support
- explicit keywords for filter, transform and pipeline
- ... and a few improvements to the existing bits

> Extend/document the Scala DSL to support every EIP the Java DSL does
> --------------------------------------------------------------------
>
>                 Key: CAMEL-463
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-463
>             Project: Apache Camel
>          Issue Type: Task
>          Components: camel-scala
>            Reporter: Gert Vanthienen
>            Assignee: Gert Vanthienen
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: CAMEL-463-01.diff, CAMEL-463-02.diff, CAMEL-463-03.diff, CAMEL-463.diff
>
>
> Work on the Scala DSL started with CAMEL-419, but it still requires a lot of work to have it support every EIP the Java DSL does.  http://cwiki.apache.org/confluence/pages/pageinfo.action?pageId=82603 gives a list of all the EIPs to be implemented.  We should make sure to add an example for every EIP as we move along to make sure the entire DSL gets documented properly.

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