On Thu, Mar 4, 2010 at 8:24 AM, Gonzalo Suarez <[email protected]> wrote: > > I've been playing a bit with a workflow that uses the SmtpParticipant > class. I tried to follow the documentation here [1] to register a > participant of that class but it failed. The engine tells me that it > can't find a template for that participant. Then, I checked the test > for that participant and there > (test/functional/ft_30_smtp_participant.rb) the participant is > registered with an instance of the class SmtpParticpant. The new > method is called with a bunch of attributes like the missing > template... The last does work for me. > > Maybe the documentation is outdated... or maybe I'm misunderstanding > something. > > (...) > > [1] http://ruote.rubyforge.org/ruote_rdoc/Ruote/SmtpParticipant.html
Hi Gonzalo, thanks for the feedback. I have reworked the couple TemplateMixin / SmtpParticipant (and its doc). http://github.com/jmettraux/ruote/commit/76c5db2ef387252bd01589f339daef9d125e2cff http://ruote.rubyforge.org/ruote_rdoc/Ruote/SmtpParticipant.html http://ruote.rubyforge.org/part/smtp_participant.html I hope it solves your issue and clarifies the usage. Many thanks, -- John Mettraux - http://jmettraux.wordpress.com -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
