I commit ed to https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/products/esb/4.8.1/modules/integration/tests-transport/
But commit has gone to some other location? carbon/platform/branches/turing/platform-integration/ platform-automated-test-suite/1.3.0/org.wso2.carbon. automation.test.repo/src/main/resources/artifacts/ESB/jms/ transport/jmsclient-and-restService.xml On Wed, Jan 22, 2014 at 1:27 PM, <[email protected]> wrote: > Author: [email protected] > Date: 2014-01-22 13:27:25 +0530 (Wed, 22 Jan 2014) > New Revision: 194908 > > Added: > > > carbon/platform/branches/turing/platform-integration/platform-automated-test-suite/1.3.0/org.wso2.carbon.automation.test.repo/src/main/resources/artifacts/ESB/jms/transport/jmsclient-and-restService.xml > Log: > test case resource added > > Added: > carbon/platform/branches/turing/platform-integration/platform-automated-test-suite/1.3.0/org.wso2.carbon.automation.test.repo/src/main/resources/artifacts/ESB/jms/transport/jmsclient-and-restService.xml > =================================================================== > --- > carbon/platform/branches/turing/platform-integration/platform-automated-test-suite/1.3.0/org.wso2.carbon.automation.test.repo/src/main/resources/artifacts/ESB/jms/transport/jmsclient-and-restService.xml > (rev 0) > +++ > carbon/platform/branches/turing/platform-integration/platform-automated-test-suite/1.3.0/org.wso2.carbon.automation.test.repo/src/main/resources/artifacts/ESB/jms/transport/jmsclient-and-restService.xml > 2014-01-22 07:57:25 UTC (rev 194908) > @@ -0,0 +1,48 @@ > +<?xml version="1.0" encoding="UTF-8"?> > +<definitions xmlns="http://ws.apache.org/ns/synapse"> > + <registry provider="org.wso2.carbon.mediation.registry.WSO2Registry"> > + <parameter name="cachableDuration">15000</parameter> > + </registry> > + <proxy name="JmsToRestProxy" > + transports="jms" > + startOnLoad="true" > + trace="disable"> > + <description/> > + <target> > + <inSequence> > + <property name="OUT_ONLY" value="true"/> > + <send> > + <endpoint> > + <address uri=" > http://localhost:8080/rest/api/customerservice/customers"/> > + </endpoint> > + </send> > + </inSequence> > + </target> > + <parameter name="transport.jms.ContentType"> > + <rules> > + <jmsProperty>contentType</jmsProperty> > + <default>application/xml</default> > + </rules> > + </parameter> > + </proxy> > + <sequence name="fault"> > + <log level="full"> > + <property name="MESSAGE" value="Executing default 'fault' > sequence"/> > + <property name="ERROR_CODE" > expression="get-property('ERROR_CODE')"/> > + <property name="ERROR_MESSAGE" > expression="get-property('ERROR_MESSAGE')"/> > + </log> > + <drop/> > + </sequence> > + <sequence name="main"> > + <in> > + <log level="full"/> > + <filter source="get-property('To')" regex="http://localhost:9000. > *"> > + <send/> > + </filter> > + </in> > + <out> > + <send/> > + </out> > + <description>The main sequence for the message > mediation</description> > + </sequence> > +</definitions> > > -- Best Regards, Malaka Silva Senior Tech Lead M: +94 777 219 791 Tel : 94 11 214 5345 Fax :94 11 2145300 LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 Blog : http://mrmalakasilva.blogspot.com/ WSO2, Inc. lean . enterprise . middleware http://www.wso2.com/ http://www.wso2.com/about/team/malaka-silva/<http://wso2.com/about/team/malaka-silva/> Save a tree -Conserve nature & Save the world for your future. Print this email only if it is absolutely necessary.
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
