Callout Mediator contais hardcoded path to a samples config file
----------------------------------------------------------------
Key: SYNAPSE-277
URL: https://issues.apache.org/jira/browse/SYNAPSE-277
Project: Synapse
Issue Type: Bug
Components: Extension Mediators
Affects Versions: 1.1.1
Environment: n/a, its in the source
Reporter: Wayne Keenan
Priority: Minor
in the init function of org.apache.synapse.mediators.builtin.CalloutMediator
is a hardcoded path to a samples config file, i.e.:
ConfigurationContextFactory.createConfigurationContextFromFileSystem(
"./samples/axis2Client/client_repo",
"./samples/axis2Client/client_repo/conf/axis2.xml");
This introduces a unwanted dependancy on sample code/config, perhaps the
config, should be moved inside the 'core' .
--
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]