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 2009/11/12 09:33:52 UTC

[jira] Created: (CAMEL-2163) camel-jdbc - Add option to split rows

camel-jdbc - Add option to split rows
-------------------------------------

                 Key: CAMEL-2163
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-jdbc
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Priority: Minor
             Fix For: 2.2.0


If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.

See similar options on the RSS / Atom component.

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


[jira] Commented: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Claus Ibsen commented on CAMEL-2163:
------------------------------------

Stan, yeah I can see the pain now. The original code is a producer which doesnt easily allow to spawn exchanges

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: patch.txt
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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


[jira] Resolved: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Claus Ibsen resolved CAMEL-2163.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s:     (was: 2.2.0)
                   2.1.0

I added a wiki example how to use the splitter EIP to the camel-jdbc component

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.1.0
>
>         Attachments: patch.txt
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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


[jira] Commented: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Claus Ibsen commented on CAMEL-2163:
------------------------------------

Stan lets add an example to camel-jdbc and camel-sql wiki pages how to use the split(body()) to process each row one by one.

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: patch.txt
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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


[jira] Updated: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Stan Lewis updated CAMEL-2163:
------------------------------

    Attachment: patch.txt

This seems to be the only way I could find to do this other than implementing this component as a polling consumer, let me know though if that'd be preferred.

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>         Attachments: patch.txt
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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


[jira] Assigned: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Claus Ibsen reassigned CAMEL-2163:
----------------------------------

    Assignee: Stan Lewis

Stan do you want to try a stab at this one?

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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


[jira] Commented: (CAMEL-2163) camel-jdbc - Add option to split rows

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

Claus Ibsen commented on CAMEL-2163:
------------------------------------

See nabble:
http://old.nabble.com/camel-jdbc-and-splitter-to26230505.html

> camel-jdbc - Add option to split rows
> -------------------------------------
>
>                 Key: CAMEL-2163
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2163
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-jdbc
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Stan Lewis
>            Priority: Minor
>             Fix For: 2.2.0
>
>
> If we add an option on camel-jdbc + camel-sql it would be easier for people to either work on the entire ResultSet or on a row by rows basis.
> See similar options on the RSS / Atom component.

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