And, what is it i must write in "HERE IS WHAT YOU HAVE TO CHANGE":


  | public class MyEAHandler extends ExpressionAssignmentHandler{
  | 
  |     protected ExpressionSession getExpressionSession() {
  |         JbpmContext jbpmContext = JbpmContext.getCurrentJbpmContext();
  |         if (jbpmContext==null) {
  |           throw new RuntimeException("no active JbpmContext for resolving 
assignment expression'"+expression+"'");
  |         }
  |         //HERE IS WHAT YOU HAVE TO CHANGE
  |         return new IdentitySession(jbpmContext.getSession());
  |     }
  | 
  | }
  | 

... i think i missed something -.-

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027181#4027181

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027181
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to