[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-06 Thread ygiriyap
Hi Martin/All ... Got it going.Finally could send mails. Had to provide auth details(javamail session properties) in my jbpm.cfg.xml file. - for sending mails using smtp hosts(other than localhost) ... we need to provide the details like mail.smtp.host, mail.smtp.port, mail.smtp.auth,

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread ygiriyap
anonymous wrote : For the nullpointer, there was a jira issue on this, somethig was fixed in cvs: | | Mail.java 1.6 history download 7 days tbaeyens | added null pointer check on email recipients: JBPM-850 This issue takes care of scenario ... when ... actors dont have mail id associated

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread mputz
Yash, you receive the NPE because you don't have an actors attribute in your mail action. In the docu, 16.1.1 it says anonymous wrote : There are two attribute to specify recipients: actors and to. The to attribute should resolve to a semicolon separated list of email addresses. The actors

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-05 Thread ygiriyap
Hi Martin, Thanks.I could deploy the process and instantiate the process as well. But got stuck in the node that sends the mail. Mail is not being sent ... Enabled the debug and found the following error. anonymous wrote : | 2007-04-05 16:28:11,500 DEBUG [org.jbpm.mail.Mail] - sending email

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread ygiriyap
Hi Ronald ... Could you please provide any pointers to get this going. Thank you. Yash View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034547#4034547 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034547

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread kukeltje
I would if I had the time to try it. My spare time is currently filled with playing tennis, kitesurfing and a certain special lady. All that remains is being used to answer questions in the forum. Trying to find the cause of this would take relatively to much time, so I think I have to pass it.

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread ygiriyap
Hi Ronald ... np. I appreciate the spirit with which you have been answering the questions in the forum.Your replies have helped many and saved a lot of time. Meanwhile I found the issue. MailAction class which extends form the Action class doesnt have its corresponding hibernate mapping

[jboss-user] [JBoss jBPM] - Re: JBPM 3.2 - Mailing process - Exception during deployment

2007-04-04 Thread kukeltje
hmmm.. this is to me a 'serious bug' the file is indeed not in cvs. Please file a jira issue for this and if possible build a testcase for this so it will not happen in the future For the nullpointer, there was a jira issue on this, somethig was fixed in cvs: Mail.java 1.6 history