I am trying to send email using jBPM mail-node
I configured the jbpm.cfg.xml file like below
| <string name="jbpm.mail.smtp.host" value="xxxx.com" />
| <string name="jbpm.mail.from.address" value="xxx(a)yyy.com"
/>
|
and
my mail node looks like this
<mail-node name="SendEmail" to="sdfgfsd(a)pp.com">
| <subject>
| Specials
| </subject>
| <text>
| xxx xxx xxxx xxx
| </text>
| <transition to="Completed"></transition>
| </mail-node>
|
when I deploy i get a warning
| Narrowing proxy to class org.jbpm.graph.node.TaskNode - this operation breaks ==
|
Can you please letting me know what i am doing wrong
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4199881#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...