Hello again John- Thanks for the quick response; much appreciated.
I've added h[:remote_definitions_allowed] = true to my /vendor/plugins/ruote_plugin/init. Rebooted server, attempted to launch same process, and received: RuntimeError in ProcessesController#create can't handle scheme 'C' for C:/dev/InstantRails/rails_apps/ruote- web2/public/defs/leave_request1.rb This may be the same c:\... being perceived as some alien being issue. Thanks again- --Jeff On Apr 8, 4:12 pm, John Mettraux <[email protected]> wrote: > On Thu, Apr 9, 2009 at 7:50 AM, Coondog <[email protected]> wrote: > > > RuntimeError in ProcessesController#create > > :remote_definitions_allowed is set to false > > > trace:: > > C:/dev/InstantRails/rails_apps/ruote-web2/vendor/plugins/ruote/lib/ > > openwfe/expool/def_parser.rb:83:in `read_uri' > > C:/dev/InstantRails/rails_apps/ruote-web2/vendor/plugins/ruote/lib/ > > openwfe/engine/launch_methods.rb:192:in `prepare_raw_expression' > > C:/dev/InstantRails/rails_apps/ruote-web2/vendor/plugins/ruote/lib/ > > openwfe/engine/launch_methods.rb:96:in `launch' > > C:/dev/InstantRails/rails_apps/ruote-web2/app/controllers/ > > processes_controller.rb:137:in `create' > > > request params:: > > {"commit"=>"launch new process instance", > > "fields"=>{"employee"=>"alice", > > "to_date"=>"20090415", > > "from_date"=>"20090411", > > "reason"=>"visit family"}, > > "authenticity_token"=>"qYBGPK/MK1f0/nGCm9BI2wgWnTus0ffKfpEZaNpGBhA=", > > "definition_id"=>"4", > > "definition_url"=>"C:/dev/InstantRails/rails_apps/ruote-web2/public/ > > defs/leave_request1.rb"} > > Hello Jeff, > > Ah OK, C:/..., the engine thinks it's a remote thing / URI. > > > However, given my rather awkward/cumbersome/goofy steps to try to get > > ruote-web2 running, methinks I may have missed something rather > > substantial, e.g. _not_ actually correctly incorporating open-wfe/ > > ruote/? > > No, you haven't missed anything. > > Feel free to set :remote_definitions_allowed to true in > vendor/plugins/ruote_plugin/init.rb > > h[:remote_definitions_allowed] = true > > until I fix this issue : > > http://rubyforge.org/tracker/index.php?func=detail&aid=25301&group_id... > > Thanks for your efforts, best regards, > > -- > 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 -~----------~----~----~----~------~----~------~--~---
