JBoss Community

Re: Email Problem with JBPM

created by Ravi Sawlani in jBPM - View the full discussion

Hi

 

Thanks For the reply....

I have attached my JBPM Project structure.

 

jbpm.cfg.xml -->

 

<?xml version="1.0" encoding="UTF-8"?>

<jbpm-configuration>

<string name="resource.mail.properties" value="jbpm.mail.properties"/>

</jbpm-configuration>

 

jbpm.mail.properties -->

 

jbpm.mail.transport.protocol=smtp

jbpm.mail.smtp.auth=false

jbpm.mail.smtp.host=xx.xx.xx.xx

jbpm.mail.smtp.port=25

 

processDefination.xml -->

 

<?xml version="1.0" encoding="UTF-8"?>

<process-definition name="todo">

   <start-state name="start">

  <transition to="mail-node1"></transition>

</start-state>

<mail-node name="mail-node1" to="xy@abc.com">

  <subject>sss</subject>

  <text>sss</text>

  <transition to="done"></transition>

</mail-node>

<end-state name="done"/>

</process-definition>

 

 

Where will i make WEB-INF folder in my project?

For exception please check my firt post in this thread........

Please help me out with this.... :(

Reply to this message by going to Community

Start a new discussion in jBPM at Community