WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

[jira] [Created] (SYNAPSE-899) Test Case for invoking Synapse Library functions

View: New views
4 Messages — Rating Filter:   Alert me  

[jira] [Created] (SYNAPSE-899) Test Case for invoking Synapse Library functions

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message

Malith Dhanushka created SYNAPSE-899:
----------------------------------------

             Summary: Test Case for invoking Synapse Library functions
                 Key: SYNAPSE-899
                 URL: https://issues.apache.org/jira/browse/SYNAPSE-899
             Project: Synapse
          Issue Type: Improvement
          Components: Core
    Affects Versions: 2.1
         Environment: Any
            Reporter: Malith Dhanushka
             Fix For: FUTURE


Sample test scenario for invoking Synapse Library functions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] [Updated] (SYNAPSE-899) Test Case for invoking Synapse Library functions

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/SYNAPSE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Malith Dhanushka updated SYNAPSE-899:
-------------------------------------

    Attachment: SYNAPSE-899.patch

Added test case to test invoking of Synapse Library functions. Attaching patch.Please review & commit.

Thanks,
Malith
               

> Test Case for invoking Synapse Library functions
> ------------------------------------------------
>
>                 Key: SYNAPSE-899
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-899
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.1
>         Environment: Any
>            Reporter: Malith Dhanushka
>             Fix For: FUTURE
>
>         Attachments: SYNAPSE-899.patch
>
>
> Sample test scenario for invoking Synapse Library functions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] [Resolved] (SYNAPSE-899) Test Case for invoking Synapse Library functions

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message


     [ https://issues.apache.org/jira/browse/SYNAPSE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udayanga Wickramasinghe resolved SYNAPSE-899.
---------------------------------------------

    Resolution: Fixed

committed in rev 1373302.Thanx Malith for your contribution..
               

> Test Case for invoking Synapse Library functions
> ------------------------------------------------
>
>                 Key: SYNAPSE-899
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-899
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.1
>         Environment: Any
>            Reporter: Malith Dhanushka
>             Fix For: FUTURE
>
>         Attachments: SYNAPSE-899.patch
>
>
> Sample test scenario for invoking Synapse Library functions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...


[jira] [Commented] (SYNAPSE-899) Test Case for invoking Synapse Library functions

by JIRA jira@apache.org :: Rate this Message:

| View Threaded | Show Only this Message


    [ https://issues.apache.org/jira/browse/SYNAPSE-899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434986#comment-13434986 ]

Hudson commented on SYNAPSE-899:
--------------------------------

Integrated in Synapse - Trunk #4385 (See [https://builds.apache.org/job/Synapse%20-%20Trunk/4385/])
    commiting patches SYNAPSE-898,SYNAPSE-884, SYNAPSE-897 SYNAPSE-899, SYNAPSE-901 (Revision 1373302)

     Result = SUCCESS
uswick :
Files :
* /synapse/trunk/java/modules/core/pom.xml
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/CloneMediatorFactory.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/IterateMediatorFactory.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/IterateMediatorSerializer.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/TemplateMediatorFactory.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/TemplateMediatorSerializer.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/TemplateParameterFactory.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/config/xml/TemplateParameterSerializer.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/libraries/util/LibDeployerUtils.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/TemplateParameter.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/template/TemplateContext.java
* /synapse/trunk/java/modules/core/src/main/java/org/apache/synapse/mediators/template/TemplateMediator.java
* /synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/libraries/eip
* /synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/libraries/eip/AbstractEipLibTestCase.java
* /synapse/trunk/java/modules/core/src/test/java/org/apache/synapse/libraries/eip/EipLibTest.java
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/assembly/assemble-eip-lib.xml
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/synapse-eip-lib
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/synapse-eip-lib/artifacts.xml
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/synapse-eip-lib/eip_systemManagement
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/synapse-eip-lib/eip_systemManagement/artifact.xml
* /synapse/trunk/java/modules/core/src/test/resources/synapse-libraries/synapse-eip-lib/eip_systemManagement/template_splitter.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_850.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_851.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_852.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_853.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_854.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_855.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_856.xml
* /synapse/trunk/java/repository/conf/sample/synapse_sample_857.xml

               

> Test Case for invoking Synapse Library functions
> ------------------------------------------------
>
>                 Key: SYNAPSE-899
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-899
>             Project: Synapse
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.1
>         Environment: Any
>            Reporter: Malith Dhanushka
>             Fix For: FUTURE
>
>         Attachments: SYNAPSE-899.patch
>
>
> Sample test scenario for invoking Synapse Library functions

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@...
For additional commands, e-mail: dev-help@...