[jboss-svn-commits] JBL Code SVN: r11264 - labs/jbossesb/trunk/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actions.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Apr 23 16:29:05 EDT 2007


Author: estebanschifman
Date: 2007-04-23 16:29:04 -0400 (Mon, 23 Apr 2007)
New Revision: 11264

Modified:
   labs/jbossesb/trunk/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actions/EsbActionHandler.java
Log:
Reword javadocs

Modified: labs/jbossesb/trunk/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actions/EsbActionHandler.java
===================================================================
--- labs/jbossesb/trunk/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actions/EsbActionHandler.java	2007-04-23 20:27:42 UTC (rev 11263)
+++ labs/jbossesb/trunk/product/services/jbpm/src/main/java/org/jboss/soa/esb/services/jbpm/actions/EsbActionHandler.java	2007-04-23 20:29:04 UTC (rev 11264)
@@ -50,7 +50,7 @@
  * <li/>esbCategoryName - for ESB registry lookup
  * <li/>esbServiceName &nbsp; - for ESB registry lookup
  * <li>jbpmToEsb_variables
- * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this variable is null,
+ * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this variable missing in the jpdl (null value in the context),
  * then <b>ALL</b> context instance variables will be added to the body of the esb message using
  * the jbpm variable name as the key in the message body
  * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;otherwise, you can specify a comma delimited list of 
@@ -62,7 +62,7 @@
  * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if this value is not specified, then the jbpm variable
  * names will be used as a key to add the objects in the message body
  * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;otherwise, a comma delimited list of names
- * <b>of the same lenght as</b>
+ * <b>of the same length as</b>
  * the jbpmToEsb_variables list, must be supplied and will be used as keys in the message body
  * </li>
  * <li>millisToWaitForResponse - if a value > 0 is supplied, a response will be expected from the ESB service
@@ -70,7 +70,7 @@
  * be thrown
  * </li>
  * <li>return_esbNames
- * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If this value is null, then an attempt will me made 
+ * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If this value is missing in the jpdl (null value in the context), then an attempt will me made 
  * to find <b>ALL</b> jbpm context variables in the body of the incoming message, and only those objects
  * found with a valid jbpm context variable name, will update the jbpm context
  * <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Otherwise, a comma delimited list of names must be supplied.  These will 




More information about the jboss-svn-commits mailing list