1 Reply Latest reply on Oct 16, 2006 10:21 AM by kukeltje

    Problem with an external JAR

    froschfinger

      Hi, i want to send a email to another person after completing a task. i included the mail.jar in my Eclipse project and everything looks fine, but if i deploy my process with this ActionHandler and execute this task, the sending always failed because JBPM couln't find the javamail.default.providers. On the other hand if i run it as a normal application everything works fine.
      Does anybody know how i can solve this problem? I tried so many things but nothing works.
      Or has somebody a other solution for sending emails within a JBPM process?