Author: mszefler
Date: Thu Aug 24 13:41:52 2006
New Revision: 434518

URL: http://svn.apache.org/viewvc?rev=434518&view=rev
Log:
Changed order of ping / pong.

Modified:
    incubator/ode/trunk/jbi-examples/src/examples/PingPong/jbi.xml

Modified: incubator/ode/trunk/jbi-examples/src/examples/PingPong/jbi.xml
URL: 
http://svn.apache.org/viewvc/incubator/ode/trunk/jbi-examples/src/examples/PingPong/jbi.xml?rev=434518&r1=434517&r2=434518&view=diff
==============================================================================
--- incubator/ode/trunk/jbi-examples/src/examples/PingPong/jbi.xml (original)
+++ incubator/ode/trunk/jbi-examples/src/examples/PingPong/jbi.xml Thu Aug 24 
13:41:52 2006
@@ -17,28 +17,29 @@
          <component-name>servicemix-http</component-name>
       </target>
     </service-unit>
-
+    
     <service-unit>
        <identification>
-         <name>Ping-process</name>
-         <description>Ping BPEL Service Unit</description>
+         <name>Pong-process</name>
+         <description>Pong BPEL Service Unit</description>
        </identification>
        <target>
-         <artifacts-zip>Ping-Process.zip</artifacts-zip>
+         <artifacts-zip>Pong-Process.zip</artifacts-zip>
          <component-name>OdeBpelEngine</component-name>
        </target>
     </service-unit>
 
     <service-unit>
        <identification>
-         <name>Pong-process</name>
-         <description>Pong BPEL Service Unit</description>
+         <name>Ping-process</name>
+         <description>Ping BPEL Service Unit</description>
        </identification>
        <target>
-         <artifacts-zip>Pong-Process.zip</artifacts-zip>
+         <artifacts-zip>Ping-Process.zip</artifacts-zip>
          <component-name>OdeBpelEngine</component-name>
        </target>
     </service-unit>
+
   </service-assembly>
 </jbi>
 


Reply via email to