Author: hiranya
Date: Thu Dec  8 06:24:40 2011
New Revision: 1211765

URL: http://svn.apache.org/viewvc?rev=1211765&view=rev
Log:
Adding some missing resources

Added:
    synapse/trunk/java/modules/integration/src/test/resources/sample50.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample51.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample52.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample53.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample54.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample55.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample56.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample57.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample58.xml
    synapse/trunk/java/modules/integration/src/test/resources/sample59.xml

Added: synapse/trunk/java/modules/integration/src/test/resources/sample50.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample50.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample50.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample50.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,18 @@
+<synapseSample>
+    <sampleID>50</sampleID>
+    <sampleName>POX to SOAP conversion</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_50.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='0'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample51.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample51.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample51.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample51.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,18 @@
+<synapseSample>
+    <sampleID>51</sampleID>
+    <sampleName>MTOM and SwA optimizations and request/response 
correlation</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_51.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='0'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample52.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample52.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample52.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample52.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,32 @@
+<synapseSample>
+    <sampleID>52</sampleID>
+    <sampleName>Session-less load balancing between 3 endpoints</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_52.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample53.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample53.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample53.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample53.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,32 @@
+<synapseSample>
+    <sampleID>53</sampleID>
+    <sampleName>Failover sending among 3 endpoints</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_53.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample54.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample54.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample54.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample54.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,32 @@
+<synapseSample>
+    <sampleID>54</sampleID>
+    <sampleName>Session affinity load balancing between 3 
endpoints</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_54.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample55.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample55.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample55.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample55.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,38 @@
+<synapseSample>
+    <sampleID>55</sampleID>
+    <sampleName>Session affinity load balancing between fail over 
endpoints</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_55.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+        <axis2Server id='4'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9004</httpPort>
+           <httpsPort>9008</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample56.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample56.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample56.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample56.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,18 @@
+<synapseSample>
+    <sampleID>56</sampleID>
+    <sampleName>WSDL endpoint</sampleName>
+    <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_56.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='0'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample57.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample57.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample57.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample57.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,36 @@
+<synapseSample>
+    <sampleID>57</sampleID>
+    <sampleName>Dynamic load balancing between 3 nodes</sampleName>
+    <synapseConfig>
+        <axis2Repo>>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_clustering.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_57.xml</synapseXml>
+        <enableClustering>true</enableClustering>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>>modules/integration/target/test_repos/axis2Server/conf/axis2_clustering.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+            <enableClustering>true</enableClustering>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>>modules/integration/target/test_repos/axis2Server/conf/axis2_clustering.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+            <enableClustering>true</enableClustering>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>>modules/integration/target/test_repos/axis2Server/conf/axis2_clustering.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+            <enableClustering>true</enableClustering>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample58.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample58.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample58.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample58.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,32 @@
+<synapseSample>
+    <sampleID>58</sampleID>
+    <sampleName>Static load balancing between 3 nodes</sampleName>
+     <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_58.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>

Added: synapse/trunk/java/modules/integration/src/test/resources/sample59.xml
URL: 
http://svn.apache.org/viewvc/synapse/trunk/java/modules/integration/src/test/resources/sample59.xml?rev=1211765&view=auto
==============================================================================
--- synapse/trunk/java/modules/integration/src/test/resources/sample59.xml 
(added)
+++ synapse/trunk/java/modules/integration/src/test/resources/sample59.xml Thu 
Dec  8 06:24:40 2011
@@ -0,0 +1,32 @@
+<synapseSample>
+    <sampleID>59</sampleID>
+    <sampleName>Weighted load balancing between 3 endpoints</sampleName>
+  <synapseConfig>
+        <axis2Repo>modules/integration/target/test_repos/synapse</axis2Repo>
+        
<axis2Xml>modules/integration/target/test_repos/synapse/conf/axis2_def.xml</axis2Xml>
+        <synapseXml>repository/conf/sample/synapse_sample_59.xml</synapseXml>
+    </synapseConfig>
+    <backEndServerConfig>
+        <axis2Server id='1'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9001</httpPort>
+           <httpsPort>9005</httpsPort>
+        </axis2Server>
+        <axis2Server id='2'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9002</httpPort>
+           <httpsPort>9006</httpsPort>
+        </axis2Server>
+        <axis2Server id='3'>
+            
<axis2Repo>modules/integration/target/test_repos/axis2Server</axis2Repo>
+            
<axis2Xml>modules/integration/target/test_repos/axis2Server/conf/axis2_def.xml</axis2Xml>
+           <httpPort>9003</httpPort>
+           <httpsPort>9007</httpsPort>
+        </axis2Server>
+    </backEndServerConfig>
+    <clientConfig>
+       
<clientRepo>modules/integration/target/test_repos/axis2Client</clientRepo>
+    </clientConfig>
+</synapseSample>


Reply via email to