That's exactly the problem - I can't define mail in timer.
I tried:
<state name="resolve-issue">
| <event type="node-enter">
| <mail name="notification"
| to="[EMAIL PROTECTED]"
| template="notification">
| </mail>
| </event>
| <timer name="timer-reminder-1" duedate="5 seconds">
| <mail name="reminder-1"
| to="[EMAIL PROTECTED]"
| template="reminder">
| </mail>
| </timer>
| <transition to="end"></transition>
| </state>
|
But it's not valid format - mail not allowed in timer. So in this case, I have
to write an action to send email?
Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4118716#4118716
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4118716
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user