[jbossws-issues] [JBoss JIRA] (JBWS-3768) Fix issues with CXF Conduit re-use and tests modifying client conduits

Alessio Soldano (JIRA) issues at jboss.org
Tue Feb 25 12:53:47 EST 2014


Alessio Soldano created JBWS-3768:
-------------------------------------

             Summary: Fix issues with CXF Conduit re-use and tests modifying client conduits
                 Key: JBWS-3768
                 URL: https://issues.jboss.org/browse/JBWS-3768
             Project: JBoss Web Services
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: jbossws-cxf, productization
            Reporter: Alessio Soldano
            Assignee: Alessio Soldano
             Fix For: jbossws-cxf-4.3


We have some tests that are modifying the HTTPConduit on client side; in those cases a separate bus needs to be used, as the conduit is linked to the bus (one conduit per protocol) which in turn is linked to the current thread.
So any test running later on the same thread and not creating a new bus will eventually re-use the conduit, which would still have the setup for the previous test.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list