[jboss-svn-commits] JBL Code SVN: r14568 - labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Sun Aug 26 02:59:47 EDT 2007


Author: kevin.conner at jboss.com
Date: 2007-08-26 02:59:47 -0400 (Sun, 26 Aug 2007)
New Revision: 14568

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-gateway.xml
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-listener.xml
Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/
Log:
Removed jbossesb-gateway.xml and jbossesb-listener.xml: JBESB-895


Property changes on: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier
___________________________________________________________________
Name: svn:ignore
   + jbossesb-gateway.xml
jbossesb-listener.xml


Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-gateway.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-gateway.xml	2007-08-26 06:14:49 UTC (rev 14567)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-gateway.xml	2007-08-26 06:59:47 UTC (rev 14568)
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-	NOTE: DO NOT MODIFY
-	This file was auto-generated.
--->
-<jbossesb-gateways parameterReloadSecs="5">
-<JMS-Gateway connection-factory="ConnectionFactory" destination-name="queue/quickstart_helloworld_Request_gw" destination-type="queue" gatewayClass="org.jboss.soa.esb.listeners.gateway.JmsGatewayListener" is-gateway="true" jndi-URL="jnp://127.0.0.1:1099" jndi-context-factory="org.jnp.interfaces.NamingContextFactory" jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces" maxThreads="1" service-description="Hello World" target-service-category="FirstServiceESB" target-service-name="SimpleListener"/>
-</jbossesb-gateways>

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-listener.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-listener.xml	2007-08-26 06:14:49 UTC (rev 14567)
+++ labs/jbossesb/trunk/product/samples/quickstarts/helloworld_file_notifier/jbossesb-listener.xml	2007-08-26 06:59:47 UTC (rev 14568)
@@ -1,35 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
-	NOTE: DO NOT MODIFY
-	This file was auto-generated.
--->
-<jbossesb-listeners parameterReloadSecs="5">
-<helloWorld listenerClass="org.jboss.soa.esb.listeners.message.MessageAwareListener" maxThreads="1" service-category="FirstServiceESB" service-description="Hello World" service-name="SimpleListener">
-<EPR connection-factory="ConnectionFactory" destination-name="queue/quickstart_helloworld_Request_esb" destination-type="queue" jndi-URL="jnp://127.0.0.1:1099" jndi-context-factory="org.jnp.interfaces.NamingContextFactory" jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces" protocol="jms"/>
-<action action="routeAction" class="org.jboss.soa.esb.actions.StaticRouter">
-				<route-to service-category="routerToDisplay" service-name="DisplayRouterListener"/> 
-				<route-to service-category="routerToFile" service-name="FileRouterListener"/> 
-			</action>
-</helloWorld>
-<helloWorldconsole listenerClass="org.jboss.soa.esb.listeners.message.MessageAwareListener" maxThreads="1" service-category="routerToDisplay" service-description="Static route display destination" service-name="DisplayRouterListener">
-<EPR connection-factory="ConnectionFactory" destination-name="queue/quickstart_helloworld_console_gw" destination-type="queue" jndi-URL="jnp://127.0.0.1:1099" jndi-context-factory="org.jnp.interfaces.NamingContextFactory" jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces" protocol="jms"/>
-<action action="action1" class="org.jboss.soa.esb.samples.quickstart.helloworld.MyJMSListenerAction" process="displayMessage"/>
-</helloWorldconsole>
-<helloWorldfile listenerClass="org.jboss.soa.esb.listeners.message.MessageAwareListener" maxThreads="1" service-category="routerToFile" service-description="Static route file destination" service-name="FileRouterListener">
-<EPR connection-factory="ConnectionFactory" destination-name="queue/quickstart_helloworld_file_gw" destination-type="queue" jndi-URL="jnp://127.0.0.1:1099" jndi-context-factory="org.jnp.interfaces.NamingContextFactory" jndi-pkg-prefix="org.jboss.naming:org.jnp.interfaces" protocol="jms"/>
-<action action="notificationAction" class="org.jboss.soa.esb.actions.Notifier" okMethod="notifyOK"> 
-                       	<NotificationList type="ok">
-							<target class="NotifyConsole"/>
-                        	<target class="NotifyFiles">
-								<file URI="file:///Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld_file_notifier/results.log" append="false"/>
-							</target>
-						</NotificationList>
-						<NotificationList type="err">
-							<target class="NotifyConsole"/>
-                        	<target class="NotifyFiles">
-								<file URI="file:///Users/tcunning/src/esb/trunk/product/samples/quickstarts/helloworld_file_notifier/results.log" append="false"/>
-							</target>
-						</NotificationList>
-					</action>
-</helloWorldfile>
-</jbossesb-listeners>




More information about the jboss-svn-commits mailing list