Hello again,

    I will try to test your process definition without using servlets. This is 
the code you sent <process-definition
  |   name="teste-timer">
  |    <start-state name="start">
  |       <transition name="tr1" to="state1"></transition>
  |    </start-state>
  |    
  |    <state name="state1">
  |       <event type="node-enter">
  |          <create-timer name="timer" duedate="1 minute" repeat="yes" 
transition="tr1" >
  |                  <action name="action1" 
class="br.com.glr.jbpm.handlers.MailActionHandler">
  |                     <from>[EMAIL PROTECTED]</from>
  |                     <message>timer</message>
  |                     <subject>timer</subject>
  |                     <to>[EMAIL PROTECTED]</to>
  |                  </action>
  |          </create-timer>
  |       </event>
  |       <transition name="tr1" to="end1"></transition>
  |    </state>
  |    <end-state name="end1"></end-state>
  | </process-definition>   . Will send you a note soon.

Regards,

Elmo

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3913033#3913033

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3913033


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to