[
https://issues.apache.org/jira/browse/SYNAPSE-277?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ruwan Linton resolved SYNAPSE-277.
----------------------------------
Resolution: Fixed
Fix Version/s: 1.2
Fixed on the SVN trunk. Now the client repo and the axis2.xml can be configured
using the callout mediator configuration itself. You can add the following
element to configure these properties;
<configuration axis2xml="string" repository="string"/>
but these are optional and if not provided, will be taken the values hardcoded
earlier as defualt values, keeping the backward compatibility as well.
> 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
> Assignee: Ruwan Linton
> Priority: Minor
> Fix For: 1.2
>
>
> 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]