[jbosstools-commits] JBoss Tools SVN: r21953 - in branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test: esb-1.2 and 1 other directory.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Fri May 7 08:30:15 EDT 2010


Author: scabanovich
Date: 2010-05-07 08:30:15 -0400 (Fri, 07 May 2010)
New Revision: 21953

Added:
   branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/
   branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/jboss-esb-notifiers.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-6260

Added: branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/jboss-esb-notifiers.xml
===================================================================
--- branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/jboss-esb-notifiers.xml	                        (rev 0)
+++ branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/jboss-esb-notifiers.xml	2010-05-07 12:30:15 UTC (rev 21953)
@@ -0,0 +1,30 @@
+<?xml version="1.0"?>
+<jbossesb
+ xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd">
+ <globals>
+  <war-security domain="bb" method="DIGEST"/>
+ </globals>
+ <services>
+  <service category="c" description="d" name="s">
+   <actions mep="RequestResponse">
+    <action class="org.jboss.soa.esb.actions.Notifier" name="SendResponseNotifier">
+     <property name="okMethod" value="notifyOK"/>
+     <property name="exceptionMethod" value="notifyError"/>
+     <property name="destinations">
+      <NotificationList type="err">
+       <target class="NotifyQueues">
+        <queue jndiName="queue/MincomJMS_reply"/>
+       </target>
+      </NotificationList>
+      <NotificationList type="ok">
+       <target class="NotifyQueues">
+        <queue jndiName="queue/MincomJMS_reply"/>
+       </target>
+      </NotificationList>
+     </property>
+    </action>
+   </actions>
+  </service>
+ </services>
+</jbossesb>


Property changes on: branches/jbosstools-3.1.x/esb/tests/org.jboss.tools.esb.core.test/projects/Test/esb-1.2/jboss-esb-notifiers.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain



More information about the jbosstools-commits mailing list