[jboss-user] [jBPM] - Re: Exception when trying eastablish connection and send emails using jBPM 5.1 EmailWorkItemHandler (but not having connection issues with seperate email service with same credentials)

Pooja Arora do-not-reply at jboss.com
Fri Feb 3 06:03:00 EST 2012


Pooja Arora [https://community.jboss.org/people/arorapo] created the discussion

"Re: Exception when trying eastablish connection and send emails using jBPM 5.1 EmailWorkItemHandler (but not having connection issues with seperate email service with same credentials)"

To view the discussion, visit: https://community.jboss.org/message/714253#714253

--------------------------------------------------------------
It is because you have not registered the handler with manager.
Before 
                  emailHandler.executeWorkItem( workItem, manager );
add 

                    ksession.getWorkItemManager().registerWorkItemHandler("Email", emailHandler);


 Pooja
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/714253#714253]

Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20120203/87cbf711/attachment.html 


More information about the jboss-user mailing list