I just upgrade from 0.9.17 to 0.9.19, and my code is all broken.

Well, just one part.  I'm creating a CachedFilePersistedEngine, and
passing a context object to it:

<pre>
      @engine = OpenWFE::CachedFilePersistedEngine.new(ac)
</pre>

Now, this _used_ to work just fine.  Immediately after upgrading to
0.9.19, I'm seeing this error:

<pre>
/Library/Ruby/Gems/1.8/gems/ruote-0.9.19/lib/openwfe/engine/engine.rb:
652:in `start_new': wrong number of arguments (1 for 0)
(ArgumentError)
        from /Library/Ruby/Gems/1.8/gems/ruote-0.9.19/lib/openwfe/engine/
engine.rb:652:in `build_scheduler'
        from /Library/Ruby/Gems/1.8/gems/ruote-0.9.19/lib/openwfe/engine/
engine.rb:120:in `initialize'
        from /Volumes/ShotRunner/shotrunner.net/lib/workflows.rb:87:in `new'
</pre>

Whups, answered my own problem.

It seems like the "ruote-0.9.19" gem doesn't depend on the "rufus-
scheduler" (whether this is correct or not doesn't really matter), so
I had to update it manually.

So, I don't need help anymore (since I'm working happily again), I'm
just posting incase somebody else stumbles blindly into the same
corner I was in.

Cheers,
-jon
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"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
-~----------~----~----~----~------~----~------~--~---

Reply via email to