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="x...@yyy.com" />
  | 

and 
my mail node looks like this


<mail-node name="SendEmail" to="sdfg...@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#4199881

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4199881
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to