You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Seumas Soltysik (JIRA)" <ji...@apache.org> on 2009/07/08 15:40:08 UTC

[jira] Created: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode

Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode
--------------------------------------------------------------------------------

                 Key: CAMEL-1810
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1810
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-cxf
    Affects Versions: 2.1.0
            Reporter: Seumas Soltysik


Currently, when creating a cxf-endpoint, a service class is required even when running in PAYLOAD or MESSAGE mode. A service class should only be necessary when running in POJO mode.

Therefore it should be possible to define a cxf endpoint in the following manner:

   <cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:9000/PersonService/"
      			   wsdlURL="person.wsdl"
                   endpointName="person:soap"
                   serviceName="person:PersonService"                   
                   xmlns:person="http://camel.apache.org/wsdl-first">
   </cxf:cxfEndpoint>

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


[jira] Assigned: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode

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

Willem Jiang reassigned CAMEL-1810:
-----------------------------------

    Assignee: Willem Jiang

> Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-1810
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1810
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>         Attachments: camel-1810.patch
>
>
> Currently, when creating a cxf-endpoint, a service class is required even when running in PAYLOAD or MESSAGE mode. A service class should only be necessary when running in POJO mode.
> Therefore it should be possible to define a cxf endpoint in the following manner:
>    <cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:9000/PersonService/"
>       			   wsdlURL="person.wsdl"
>                    endpointName="person:soap"
>                    serviceName="person:PersonService"                   
>                    xmlns:person="http://camel.apache.org/wsdl-first">
>    </cxf:cxfEndpoint>

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


[jira] Resolved: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode

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

Willem Jiang resolved CAMEL-1810.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Applied patch with thanks to Seumas, also fixed some CS error and added few comments for the code.

http://svn.apache.org/viewvc?rev=792163&view=rev

> Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-1810
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1810
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Seumas Soltysik
>            Assignee: Willem Jiang
>             Fix For: 2.0.0
>
>         Attachments: camel-1810.patch
>
>
> Currently, when creating a cxf-endpoint, a service class is required even when running in PAYLOAD or MESSAGE mode. A service class should only be necessary when running in POJO mode.
> Therefore it should be possible to define a cxf endpoint in the following manner:
>    <cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:9000/PersonService/"
>       			   wsdlURL="person.wsdl"
>                    endpointName="person:soap"
>                    serviceName="person:PersonService"                   
>                    xmlns:person="http://camel.apache.org/wsdl-first">
>    </cxf:cxfEndpoint>

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


[jira] Updated: (CAMEL-1810) Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode

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

Seumas Soltysik updated CAMEL-1810:
-----------------------------------

    Attachment: camel-1810.patch

Attaching patch for 1810.

> Using camel-cxf component requires service class even in PAYLOAD or MESSAGE mode
> --------------------------------------------------------------------------------
>
>                 Key: CAMEL-1810
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1810
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-cxf
>    Affects Versions: 2.1.0
>            Reporter: Seumas Soltysik
>         Attachments: camel-1810.patch
>
>
> Currently, when creating a cxf-endpoint, a service class is required even when running in PAYLOAD or MESSAGE mode. A service class should only be necessary when running in POJO mode.
> Therefore it should be possible to define a cxf endpoint in the following manner:
>    <cxf:cxfEndpoint id="serviceEndpoint" address="http://localhost:9000/PersonService/"
>       			   wsdlURL="person.wsdl"
>                    endpointName="person:soap"
>                    serviceName="person:PersonService"                   
>                    xmlns:person="http://camel.apache.org/wsdl-first">
>    </cxf:cxfEndpoint>

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