[JBoss JIRA] (JBWS-3731) Control and document behavior regarding thread default bus changes depending on client bus selection strategy
by Alessio Soldano (JIRA)
[ https://issues.jboss.org/browse/JBWS-3731?page=com.atlassian.jira.plugin.... ]
Alessio Soldano updated JBWS-3731:
----------------------------------
Description:
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
------------------------------------------------------------------
was:
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
------------------------------------------------------------------
> 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