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/12/27 10:57:46 UTC

[jira] Created: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

Add transferExchange option to camel-jetty and camel-http
---------------------------------------------------------

                 Key: CAMEL-3466
                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
             Project: Camel
          Issue Type: New Feature
          Components: camel-http, camel-jetty
    Affects Versions: 2.5.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.6.0


This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.



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


[jira] Commented: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen commented on CAMEL-3466:
------------------------------------

polished: 1053575.

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Assigned: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen reassigned CAMEL-3466:
----------------------------------

    Assignee:     (was: Claus Ibsen)

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>             Fix For: 2.6.0
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Commented: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen commented on CAMEL-3466:
------------------------------------

And maybe polish a bit the logic in HttpHelper and DefaultHttpBinding which reads/writes to/from the HttpServletRequest, HttpServletResponse

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Commented: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen commented on CAMEL-3466:
------------------------------------

And remember any changes in camel-http has to be mirrored into camel-http4 as well.

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Commented: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen commented on CAMEL-3466:
------------------------------------

If anyone wanna try implementing this then take a look at camel-mina and its PayloadHelper class. This allows you to grab the message body depending on whether transferExchange has been enabled or not.

Something similar is needed in camel-http.

In the HttpProducer, DefaultHttpBinding, and HttpPollingConsumer.



> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Updated: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen updated CAMEL-3466:
-------------------------------

         Priority: Minor  (was: Major)
    Fix Version/s:     (was: 2.6.0)
                   Future

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Priority: Minor
>             Fix For: Future
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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


[jira] Commented: (CAMEL-3466) Add transferExchange option to camel-jetty and camel-http

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

Claus Ibsen commented on CAMEL-3466:
------------------------------------

Polished camel-http a bit: 1053064.

> Add transferExchange option to camel-jetty and camel-http
> ---------------------------------------------------------
>
>                 Key: CAMEL-3466
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3466
>             Project: Camel
>          Issue Type: New Feature
>          Components: camel-http, camel-jetty
>    Affects Versions: 2.5.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.6.0
>
>
> This allows end users to transfer serialized objects over HTTP for example to bridge two Camel applications.

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