Hello all,
I am trying to use synapse as an axis2 module.
- I have dropped synapse-1.2.mar file (the one in the synapse 1.2 binary 
distribution) inside the module directory of my web app unsing Axis2.
- I have modified axis2.xml configuration to add: <module ref="synapse"/>
Axis2 is correctly engaging the module: 
Deploying module: synapse-1.2 - file:/C:/[...]
Initializing Synapse at : Mon Aug 04 10:46:55 CEST 2008

Now, I want to configure Synapse using the axis2.xml file. 
According to [1], I have added the following line: <parameter name="
SynapseConfiguration" locked="true">C:/synapse.xml</parameter>
But I get the following error: System property or init-parameter 
'synapse.xml' is not specified. Using default configuration..

So I tried to put this in axis2.xml file: <parameter name="synapse.xml" 
locked="true">C:/synapse.xml</parameter>

But I still get the same warning message. I have tried using relative path 
and absolute path but it is the same.

Where is my mistake?
How can I configure path to synapse.xml?

Thanks in advance.

Pierre


[1]: http://wso2.org/library/201

Reply via email to