This gist demonstrates the behavior we are seeing. https://gist.github.com/2209952
It's a heavily modified version of the barley.rb in examples. It's a little bit manual and thrown together in a hurry. You need to set the db connection variables and manually create the cases table (sql above Case object). Thanks for taking a look at this. Doug On Monday, March 26, 2012 3:43:52 PM UTC-5, John Mettraux wrote: > > > On Mon, Mar 26, 2012 at 03:12:07PM -0500, Doug Bryant wrote: > > > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/rufus-json-1.0.1/lib/rufus/json.rb:185:in > > `rescue in decode' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/rufus-json-1.0.1/lib/rufus/json.rb:182:in > > `decode' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `block in get_many' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `collect' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `get_many' > > Hello Doug, > > thanks for the detailed information. I see that you're using ruote-sequel : > What database are you using? > > I'm trying to set up a test case. > > Thanks in advance, > > -- > John Mettraux - http://lambda.io/processi > > On Monday, March 26, 2012 3:43:52 PM UTC-5, John Mettraux wrote: > > > On Mon, Mar 26, 2012 at 03:12:07PM -0500, Doug Bryant wrote: > > > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/rufus-json-1.0.1/lib/rufus/json.rb:185:in > > `rescue in decode' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/rufus-json-1.0.1/lib/rufus/json.rb:182:in > > `decode' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `block in get_many' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `collect' > > > > > /Users/doug/devroot/apps/bpm_reference/vendor/ruby/1.9.1/gems/ruote-sequel-2.2.0/lib/ruote/sequel/storage.rb:180:in > > `get_many' > > Hello Doug, > > thanks for the detailed information. I see that you're using ruote-sequel : > What database are you using? > > I'm trying to set up a test case. > > Thanks in advance, > > -- > John Mettraux - http://lambda.io/processi > > -- 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
