[jbossws-issues] [JBoss JIRA] (JBWS-3731) Control and document behavior regarding thread default bus changes depending on client bus selection strategy

Alessio Soldano (JIRA) jira-events at lists.jboss.org
Thu Nov 7 18:09:01 EST 2013


Alessio Soldano created JBWS-3731:
-------------------------------------

             Summary: Control and document behavior regarding thread default bus changes depending on client bus selection strategy
                 Key: JBWS-3731
                 URL: https://issues.jboss.org/browse/JBWS-3731
             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


With the availability of different client bus selection strategies, we need to clarify if/what changes a client construction applies to the current thread default bus.

The enforced behavior should be the following:

 * Thread default busses with THREAD_BUS strategy
  ------------------------------------------------------------------
  |BEFORE client creation | USED for client | AFTER client creation
  ------------------------------------------------------------------
  |         NULL                    |      NEW            |        NEW           
  |          X                          |       X                 |         X            
  ------------------------------------------------------------------
  
* Thread default busses with NEW_BUS strategy:
  ------------------------------------------------------------------
  |BEFORE client creation | USED for client | AFTER client creation
  ------------------------------------------------------------------
  |         NULL                    |      NEW            |        NULL          
  |          X                          |      NEW            |         X            
  ------------------------------------------------------------------
  
* Thread default busses with TCCL_BUS strategy:
  ------------------------------------------------------------------
  |BEFORE client creation | USED for client | AFTER client creation
  ------------------------------------------------------------------
  |         NULL                    |      TCCL           |        NULL   
  |          X                          |      TCCL           |         X      
  ------------------------------------------------------------------

--
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