Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-3780

javax.mail.Session is created before all properties are set

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • jBPM 6.4.0.CR2
    • jBPM 5.3
    • Runtime Engine
    • Windows 7 with jBPM demo installation from "jbpm-5.3.0.Final-installer-full.zip"

      org.jbpm.process.workitem.email.SendHTML within jbpm-workitems/
      Line 160-162 should come before "session = Session.getInstance(properties);"
      if( connection.getStartTls() != null && connection.getStartTls() ) {
      properties.put("mail.smtp.starttls.enable","true");
      }
      --> email task with tls authentication doesn't work

              kverlaen@redhat.com Kris Verlaenen
              process_engine Joel Scheuner (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: