[jboss-svn-commits] JBL Code SVN: r17527 - labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actionhandlers.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Thu Jan 3 10:21:14 EST 2008


Author: kurt.stam at jboss.com
Date: 2008-01-03 10:21:13 -0500 (Thu, 03 Jan 2008)
New Revision: 17527

Modified:
   labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actionhandlers/EsbNotifier.java
Log:
JBESB-1430 - removed the j to make things consistent.

Modified: labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actionhandlers/EsbNotifier.java
===================================================================
--- labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actionhandlers/EsbNotifier.java	2008-01-03 11:45:02 UTC (rev 17526)
+++ labs/jbossesb/branches/JBESB_4_2_1_GA_CP/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actionhandlers/EsbNotifier.java	2008-01-03 15:21:13 UTC (rev 17527)
@@ -63,7 +63,7 @@
     /**
      * XML element to specify the mapping of variables from jBPM to ESB.
      */
-    public DefaultElement jbpmToEsbVars;
+    public DefaultElement bpmToEsbVars;
     /**
      * Constructs an ESB Message and sends sends to the an ESB Service
      * as defined in the processdefinition.xml.
@@ -79,7 +79,7 @@
                 "Service name (esbServiceName element) must not be null");
         }
         JBpmObjectMapper mapper = new JBpmObjectMapper();
-        Message message = mapper.mapFromJBpmToEsbMessage(jbpmToEsbVars, globalProcessScope, executionContext);
+        Message message = mapper.mapFromJBpmToEsbMessage(bpmToEsbVars, globalProcessScope, executionContext);
         if (logger.isDebugEnabled()) logger.debug("Created ESB message=" + message);
         getServiceInvoker().deliverAsync(message);
         logger.debug("Message send successfully");




More information about the jboss-svn-commits mailing list