You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "William Tam (JIRA)" <ji...@apache.org> on 2008/11/15 16:37:06 UTC

[jira] Created: (CAMEL-1094) Camel-cxf: Jaxws handler can only be added to the consumer side

Camel-cxf: Jaxws handler can only be added to the consumer side
---------------------------------------------------------------

                 Key: CAMEL-1094
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1094
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-cxf
            Reporter: William Tam
             Fix For: 1.5.1, 2.0.0


Here is a email thread on this issue.   Basically, the CxfProducer rrelies on Jaxws/ClientFactoryBean to create a client object.  However, JaxwsClientFactoryBean does not support setting and building jaxws handler chain.   Even if it did, we would still have to replicate the same logics (that build the handler chain) in Camel's CxfClientFactoryBean because it CxfClientFactoryBean is a hybrid of both Jaxws and simple client frontend.

http://www.nabble.com/camel-cxf-jaxws-handler-support-td20512478s22882.html


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


[jira] Updated: (CAMEL-1094) Camel-cxf: Jaxws handler can only be added to the consumer side

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

William Tam updated CAMEL-1094:
-------------------------------

    Attachment: CAMEL-1094.patch

The patch was done on the 1.x.  Please review it  We will need to update the document and mention that SEI must be an interface.

> Camel-cxf: Jaxws handler can only be added to the consumer side
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1094
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1094
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>            Reporter: William Tam
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: CAMEL-1094.patch
>
>
> Here is a email thread on this issue.   Basically, the CxfProducer rrelies on Jaxws/ClientFactoryBean to create a client object.  However, JaxwsClientFactoryBean does not support setting and building jaxws handler chain.   Even if it did, we would still have to replicate the same logics (that build the handler chain) in Camel's CxfClientFactoryBean because it CxfClientFactoryBean is a hybrid of both Jaxws and simple client frontend.
> http://www.nabble.com/camel-cxf-jaxws-handler-support-td20512478s22882.html

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


[jira] Assigned: (CAMEL-1094) Camel-cxf: Jaxws handler can only be added to the consumer side

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

Willem Jiang reassigned CAMEL-1094:
-----------------------------------

    Assignee: Willem Jiang

> Camel-cxf: Jaxws handler can only be added to the consumer side
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1094
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1094
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: CAMEL-1094.patch
>
>
> Here is a email thread on this issue.   Basically, the CxfProducer rrelies on Jaxws/ClientFactoryBean to create a client object.  However, JaxwsClientFactoryBean does not support setting and building jaxws handler chain.   Even if it did, we would still have to replicate the same logics (that build the handler chain) in Camel's CxfClientFactoryBean because it CxfClientFactoryBean is a hybrid of both Jaxws and simple client frontend.
> http://www.nabble.com/camel-cxf-jaxws-handler-support-td20512478s22882.html

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


[jira] Resolved: (CAMEL-1094) Camel-cxf: Jaxws handler can only be added to the consumer side

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

Willem Jiang resolved CAMEL-1094.
---------------------------------

    Resolution: Fixed

Applied the patch into trunk and camel-1.x branch with thanks to William.
Also updated the camel-cxf wiki page.

> Camel-cxf: Jaxws handler can only be added to the consumer side
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1094
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1094
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: CAMEL-1094.patch
>
>
> Here is a email thread on this issue.   Basically, the CxfProducer rrelies on Jaxws/ClientFactoryBean to create a client object.  However, JaxwsClientFactoryBean does not support setting and building jaxws handler chain.   Even if it did, we would still have to replicate the same logics (that build the handler chain) in Camel's CxfClientFactoryBean because it CxfClientFactoryBean is a hybrid of both Jaxws and simple client frontend.
> http://www.nabble.com/camel-cxf-jaxws-handler-support-td20512478s22882.html

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


[jira] Commented: (CAMEL-1094) Camel-cxf: Jaxws handler can only be added to the consumer side

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

Claus Ibsen commented on CAMEL-1094:
------------------------------------

I think the SEI change needs to be documented on the release notes for 1.5.1 and 2.0 that it *must* be an interface now.

http://activemq.apache.org/camel/camel-151-release.html
http://activemq.apache.org/camel/camel-200-release.html

> Camel-cxf: Jaxws handler can only be added to the consumer side
> ---------------------------------------------------------------
>
>                 Key: CAMEL-1094
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1094
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-cxf
>            Reporter: William Tam
>            Assignee: Willem Jiang
>             Fix For: 1.5.1, 2.0.0
>
>         Attachments: CAMEL-1094.patch
>
>
> Here is a email thread on this issue.   Basically, the CxfProducer rrelies on Jaxws/ClientFactoryBean to create a client object.  However, JaxwsClientFactoryBean does not support setting and building jaxws handler chain.   Even if it did, we would still have to replicate the same logics (that build the handler chain) in Camel's CxfClientFactoryBean because it CxfClientFactoryBean is a hybrid of both Jaxws and simple client frontend.
> http://www.nabble.com/camel-cxf-jaxws-handler-support-td20512478s22882.html

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