[jbpm-commits] JBoss JBPM SVN: r5297 - jbpm4/branches/jimma/trunk/modules/migration/src/main/java/org/jbpm/jpdl/internal/convert.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 15 01:52:07 EDT 2009


Author: jim.ma
Date: 2009-07-15 01:52:07 -0400 (Wed, 15 Jul 2009)
New Revision: 5297

Modified:
   jbpm4/branches/jimma/trunk/modules/migration/src/main/java/org/jbpm/jpdl/internal/convert/Jpdl3Converter.java
Log:
JBPM-2392:removed the code for geting 'dueDate' value

Modified: jbpm4/branches/jimma/trunk/modules/migration/src/main/java/org/jbpm/jpdl/internal/convert/Jpdl3Converter.java
===================================================================
--- jbpm4/branches/jimma/trunk/modules/migration/src/main/java/org/jbpm/jpdl/internal/convert/Jpdl3Converter.java	2009-07-15 05:27:19 UTC (rev 5296)
+++ jbpm4/branches/jimma/trunk/modules/migration/src/main/java/org/jbpm/jpdl/internal/convert/Jpdl3Converter.java	2009-07-15 05:52:07 UTC (rev 5297)
@@ -425,9 +425,6 @@
     convertExceptionHandlers(taskElement, jpdlElement);
 
     String duedateText = taskElement.attributeValue("duedate");
-    if (duedateText == null) {
-      duedateText = taskElement.attributeValue("dueDate");
-    }
     
     if (duedateText != null) {
     	addWarning("Unsupported duedateDate attribute converstion for task : " + taskElement.asXML());




More information about the jbpm-commits mailing list