6 Replies Latest reply on Nov 12, 2008 8:14 PM by kukeltje

    Using pooled actors in a mail template?

      I'm running into a small problem here...

      I've got a task node set with notify="true".

      The task is assigned to a swimlane, which has a set of pooled actors.

      As far as I can tell, the AssignmentHandler is setting those actors properly.

      When I try to use those pooled actors in my mail template, I'm getting a

      ClassCastException: java.util.HashSet cannot be cast to java.lang.String

      My template is doing this:

      #{taskInstance.pooledActors}

      Am I doing something wrong?