[jboss-svn-commits] JBL Code SVN: r11675 - labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/src/org/jboss/esb/quickstarts/bpel.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri May 4 08:00:23 EDT 2007


Author: tfennelly
Date: 2007-05-04 08:00:23 -0400 (Fri, 04 May 2007)
New Revision: 11675

Removed:
   labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/src/org/jboss/esb/quickstarts/bpel/orderNotificationBean.groovy
Log:
deleted

Deleted: labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/src/org/jboss/esb/quickstarts/bpel/orderNotificationBean.groovy
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/src/org/jboss/esb/quickstarts/bpel/orderNotificationBean.groovy	2007-05-04 11:59:15 UTC (rev 11674)
+++ labs/jbossesb/trunk/product/samples/quickstarts/webservice_bpel/src/org/jboss/esb/quickstarts/bpel/orderNotificationBean.groovy	2007-05-04 12:00:23 UTC (rev 11675)
@@ -1,11 +0,0 @@
-// Define a simple bean that mirrors the soap message type
-class SalesOrderNotification {
-    String orderNumber
-}
-
-// Add the bean to the params map - name it to match the SOAP body request type node name.
-orderNum = org.jboss.soa.esb.actions.ActionUtils.getTaskObject(message)
-params = ["salesOrderNotification":new SalesOrderNotification(orderNumber: orderNum)]
-
-// Set the params on the message
-message.body.add(params)
\ No newline at end of file




More information about the jboss-svn-commits mailing list