0 Replies Latest reply on Mar 13, 2017 6:37 PM by mel4l

    UserInfo is still using DefaultUserInfo in EmailNotificationListener

    mel4l

      Hi All,

       

      I am trying to get the deadline email notification working but no email is being sent when it is triggered.

       

      I  am using version 6.4 final with tomcat and I have set my human task's notification property to send an email after 2 minutes if the task is not started.

       

      I've set org.jbpm.ht.userinfo=db and jbpm.user.info.properties=<path to my properties file with the queries> in setenv.sh.

      During debugging, I've found out that the userinfo being set is not DBUserInfoImpl but the DefaultUserInfo class.

       

      Am I missing something on the setting?

       

      Thanks and hope to hear from you guys.