Howdy John,
Found a few issues, have a few questions.
Issues:
(1) @dm_workitem_class isn't used inside of self.from_ruote_workitem
et al., so even if you set the class differently it'll still invoke
the default class.
- dm_participant.rb:76 - maybe should be self.first || self.new?
- same with search() I think
(2) Figured out how to override wfidgen and errorjournal today (very
easy!). in doing so though, I realized that the other subsystems rely
on wfidgen's mkdir(work), so I have to manually mkdir(work).
(3) Docs bug for concurrent_iterator :times
(http://ruote.rubyforge.org/exp/concurrent_iterator.html
), example line 2 -- missing "do"
Questions:
(1) Can you explain the practical use for the inclusion of the word
"engine" in the 'engine|wfid|expid' wfid/expid/etcs?
(2) Any idea why whenever I "return" from a block participant (due to
a detected error condition usually), I get this sort of error (my own
formatting, but you get the gist):
2009-09-15 13:20:08 ERROR </engine|20090911-bokishineki_44|
0_0_0_0_7_2_0_0_0> ThreadError: return can't jump across threads
({:workitem=>#<Ruote::Workitem:0x107500cc8 .... })
cheers,
--jordan
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---