You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Charitha Kankanamge (JIRA)" <ji...@apache.org> on 2007/03/20 06:58:32 UTC

[jira] Created: (SYNAPSE-79) Synapse does not lookup in the configuration placed in a remote registry

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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Closed: (SYNAPSE-79) Synapse does not lookup in a remote registry when full registry based configuration is given

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge closed SYNAPSE-79.
--------------------------------------


Verified the fix and closed the bug.

> Synapse does not lookup in a remote registry when full registry based configuration is given
> --------------------------------------------------------------------------------------------
>
>                 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
>         Assigned To: Ruwan Linton
>            Priority: Critical
>             Fix For: 1.0-RC1-B2
>
>
> 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Resolved: (SYNAPSE-79) Synapse does not lookup in a remote registry when full registry based configuration is given

Posted by "Ruwan Linton (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ruwan Linton resolved SYNAPSE-79.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.0-RC1-B2
         Assignee: Ruwan Linton

Fixed in the next QA build please verify

> Synapse does not lookup in a remote registry when full registry based configuration is given
> --------------------------------------------------------------------------------------------
>
>                 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
>         Assigned To: Ruwan Linton
>            Priority: Critical
>             Fix For: 1.0-RC1-B2
>
>
> 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org


[jira] Updated: (SYNAPSE-79) Synapse does not lookup in a remote registry when full registry based configuration is given

Posted by "Charitha Kankanamge (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SYNAPSE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Charitha Kankanamge updated SYNAPSE-79:
---------------------------------------

    Summary: Synapse does not lookup in a remote registry when full registry based configuration is given  (was: Synapse does not lookup in the configuration placed in a remote registry)

Updated the summary

> Synapse does not lookup in a remote registry when full registry based configuration is given
> --------------------------------------------------------------------------------------------
>
>                 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: synapse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: synapse-dev-help@ws.apache.org