Uploaded image for project: 'TomEE'
  1. TomEE
  2. TOMEE-1458

provide cxf configuration support for @WebServiceRef

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7.2, 7.0.0-M1
    • None
    • None

    Description

      To configure a @WebServiceRef.

      Config uses application.properties.

      Format is:

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

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

      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
      

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

      Attachments

        Activity

          People

            romain.manni-bucau Romain Manni-Bucau
            romain.manni-bucau Romain Manni-Bucau
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: