[rules-users] Problems with result mapping for custom workitems

LokR manuel.payet at capgemini.com
Thu Apr 22 03:37:45 EDT 2010


First, thank you for your answer Mauricio,
my class definition is in my first mail, so, you can already see it, here it
is:

/forum/src/main/java/workDefinitions/Workmodel.java
=======================================================================
package workDefinitions;

public class Workmodel {
       private String message;

       public String getMessage() {
               return message;
       }

       public void setMessage(String message) {
               this.message = message;
       }

}
=======================================================================

-- 
View this message in context: http://drools-java-rules-engine.46999.n3.nabble.com/Problems-with-result-mapping-for-custom-workitems-tp740767p742275.html
Sent from the Drools - User mailing list archive at Nabble.com.



More information about the rules-users mailing list