Hi Malaka,

AFAIK version 1.3.0 of the platform-automated-test-suite is already
released and cannot be committed to. Can you revert this commit and create
a new version and add your commits?

Thanks,
Lasantha

---------- Forwarded message ----------
From: <[email protected]>
Date: 21 January 2014 15:20
Subject: [Commits] [Carbon-platform] svn commit r194818 -
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
To: [email protected]


Author: [email protected]
Date: Tue Jan 21 15:20:48 2014
New Revision: 194818
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=194818

Log:
Fix for ESBJAVA-2762

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

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
URL:
http://wso2.org/svn/browse/wso2/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?pathrev=194818
==============================================================================
--- (empty file)
+++
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
 Tue Jan 21 15:20:48 2014
@@ -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>
\ No newline at end of file
_______________________________________________
Commits mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commits



-- 
*Lasantha Fernando*
Software Engineer - Data Technologies Team
WSO2 Inc. http://wso2.com

email: [email protected]
mobile: (+94) 71 5247551
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to