Change behavior of ClientConfigurationFactory from singleton to instance
------------------------------------------------------------------------
Key: AXIS2-1204
URL: http://issues.apache.org/jira/browse/AXIS2-1204
Project: Apache Axis 2.0 (Axis2)
Issue Type: Improvement
Components: jaxws
Reporter: Jeff Barrett
Currently the ClientConfigurationFactory is a singleton. That means that all
clients within a JVM are sharing the same configuration information. This
leads to issues such as namespace collisions for AxisServices and the inability
to have services from different WSDLs but with the same name have different
configurations. Instead, the factory should be instance based to prevent these
problems.
I am working on a patch which I will submit shortly.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]