Uploaded image for project: 'JBoss Web Services'
  1. JBoss Web Services
  2. JBWS-3060

java.lang.NoSuchMethodException when doing one-way calls to multiple endpoints belonging to the same deployment

    XMLWordPrintable

Details

    • Workaround Exists
    • Hide
      • keep one endpoint only in the deployment if the involved endpoints have @OneWay methods
      • remove one-way (as that prevents CXF from using the thread pool for early returning control in the client)
      Show
      keep one endpoint only in the deployment if the involved endpoints have @OneWay methods remove one-way (as that prevents CXF from using the thread pool for early returning control in the client)

    Description

      The CXF thread pool management for asynchronous dispatch of one-way messages clashes with the way jbossws-cxf Invoker implementation retrieves the current spi Endpoint using inheritable threadlocal. See Andrew's analysis on the forum and my sum up.

      Attachments

        Activity

          People

            rhn-support-asoldano Alessio Soldano
            rhn-support-asoldano Alessio Soldano
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: