On Thu, Feb 26, 2009 at 6:37 AM, bokmann <[email protected]> wrote: > > Hi John (and all), > > I'm back working on my workflow project now, and I just did a > complete clone and setup out of git to make sure this was a repeatable > issue. I recreated the database as well. > > Using the example leave request flow with ruote-web2, as soon as I > hit the 'create new process instance' button, I get the exception > below, complaining that read_uri is not defined in FsPersistedEngine.
Hi, I'm getting punished for restructuring the engine while restructuring the test suite (moving from old_test/ to test/) :( #read_uri currently belongs to the expression pool as I'm moving launch_process stuff to the engine (and leaving the rest in the expool). FsPersistedEngine inherits from Engine which includes the module (mixin) LaunchMethods. LaunchMethods doesn't see #read_uri. I will add a test and fix that. Thanks for reporting. -- John Mettraux - http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruote (OpenWFEru) users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/openwferu-users?hl=en -~----------~----~----~----~------~----~------~--~---
