Writing JAXWS Clients - How to specify the axis2.xml and repository
-------------------------------------------------------------------
Key: AXIS2-3507
URL: https://issues.apache.org/jira/browse/AXIS2-3507
Project: Axis 2.0 (Axis2)
Issue Type: Bug
Reporter: Davanum Srinivas
As of right now, org.apache.axis2.jaxws.ClientConfigurationFactory uses
System.getProperty on Constants.AXIS2_REPO_PATH and Constants.AXIS2_CONFIG_PATH
to pick up the axis2.xml and the repo. Problem is if say one application needs
2 JAXWS clients with different repo's or different axis2.xml's (say one with
security module enabled and one without) then they can't co-exist in the same
JVM. (Example 2 WAR's running under tomcat). So we need some mechanism(s) to
let the end user specify where to pick up the information from. For example in
the servlet case from the servlet config, or from the thread class loader etc
or a custom AxisConfigurator
thanks,
dims
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]