I've tried this too!

<process-definition
  |   name="teste-timer">
  |    <start-state name="start">
  |       <transition name="tr1" to="state1"></transition>
  |    </start-state>
  |    
  |    <state name="state1">
  |       <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>
  |       </timer>
  |       <transition name="tr1" to="end1"></transition>
  |    </state>
  |    <end-state name="end1"></end-state>
  | </process-definition>

and the excpetion stops to be displayed!

but don't work !

Any way i make a timer tag, this does not appear in the table JBPM_TIMER, i 
supposed that it could be there! am i wrong ?


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

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


-------------------------------------------------------
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