0 Replies Latest reply on Mar 7, 2017 9:12 PM by mel4l

    How to enable jbpm6 deadline email notification in tomcat 8

    mel4l

      Hi,

       

      I am using jbpm 6.3 with tomcat 8. I tried to setup a mailSession and it's being picked-up already by tomcat.

       

      however when the notification is suppose to be triggered, I receive no error.

       

      The notification tables are populated, but the email is not being sent.

       

      Context.xml

          <Resource name="mail/jbpmMailSession" type="javax.mail.Session"

          mail.transport.protocol="smtp"

          mail.smtp.auth="false"

          mail.smtp.host="<myhost>"

          mail.debug="true"

          mail.port="25"/>

       

      setenv.sh

      -Dorg.kie.mail.session=java:comp/env/mail/jbpmMailSession

       

      How to properly setup the deadline feature so I can send emails automatically when a task has not been started after a certain amount of time?