Synapse does not lookup in the configuration placed in a remote registry
------------------------------------------------------------------------
Key: SYNAPSE-79
URL: https://issues.apache.org/jira/browse/SYNAPSE-79
Project: Synapse
Issue Type: Bug
Components: Core
Affects Versions: 1.0-RC1-B1
Environment: winXp, jdk15
Reporter: Charitha Kankanamge
Priority: Critical
I noticed the following issue when using full registry based configuration.
-Specify the following in synapse.xml
<synapse xmlns="http://ws.apache.org/ns/synapse">
<!-- a full registry based configuration -->
<registry provider="org.apache.synapse.registry.url.SimpleURLRegistry">
<parameter
name="root">file:repository/conf/sample/resources</parameter>
<parameter name="cachableDuration">15000</parameter>
</registry>
</synapse>
-Place a synapse configuration file in ..repository/conf/sample/resources and
define log mediator in it.
- Send a request through synapse
messages did not go through the remote registry. Instead it invoked default
main sequence which just sent message to endpoint.
--
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]