You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2014/11/26 20:04:13 UTC

[jira] [Updated] (TOMEE-1458) provide cxf configuration support for @WebServiceRef

     [ https://issues.apache.org/jira/browse/TOMEE-1458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Romain Manni-Bucau updated TOMEE-1458:
--------------------------------------
    Description: 

To configure a @WebServiceRef.

Config uses application.properties.

Format is:

{code}
 # global for all clients
cxf.jaxws.client.out-interceptors = ...
# specific
cxf.jaxws.client.{ns}MyPort.out-interceptors = ...
{code}

Services can be defines in tomee.xml or application.properties.
Here a sample:

{code}
foo = new://Service?class-name=com.foo.Bar
foo.a = 1

# and configure with id for configurable services and fqn for others
cxf.jaxws.client.{ns}MyPort.out-interceptors = foo,com.foo.MyInInterceptor
{code}

Note: resources.xml are ignored for now (to be enhanced)

> provide cxf configuration support for @WebServiceRef
> ----------------------------------------------------
>
>                 Key: TOMEE-1458
>                 URL: https://issues.apache.org/jira/browse/TOMEE-1458
>             Project: TomEE
>          Issue Type: New Feature
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>             Fix For: 2.0.0-Milestone-1, 1.7.2
>
>
> To configure a @WebServiceRef.
> Config uses application.properties.
> Format is:
> {code}
>  # global for all clients
> cxf.jaxws.client.out-interceptors = ...
> # specific
> cxf.jaxws.client.{ns}MyPort.out-interceptors = ...
> {code}
> Services can be defines in tomee.xml or application.properties.
> Here a sample:
> {code}
> foo = new://Service?class-name=com.foo.Bar
> foo.a = 1
> # and configure with id for configurable services and fqn for others
> cxf.jaxws.client.{ns}MyPort.out-interceptors = foo,com.foo.MyInInterceptor
> {code}
> Note: resources.xml are ignored for now (to be enhanced)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)