12-09-2010 12:23 PM
12-10-2010 01:10 PM
12-15-2010 03:12 AM
protected HtmlEmail createHtmlEmail(String text, String html) {
HtmlEmail email = new HtmlEmail();
try {
email.setCharset("ISO-8859-15");
email.setHtmlMsg(html);
if (text != null) { // for email clients that don't support html
email.setTextMsg(text);
}
return email;
} catch (EmailException e) {
throw new ActivitiException("Could not create HTML email", e);
}
}
12-15-2010 04:08 AM
12-15-2010 04:17 AM
12-29-2010 10:19 AM
2) In probe, can you check the tab "database" and see what's inside ACT_RE_PROCDEF table. Do you see the new version of the process in there?
01-03-2011 06:57 AM
01-03-2011 12:58 PM
01-04-2011 01:47 AM
01-06-2011 10:50 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.