Hi John
Thanks for the
I did not have issues that jon ( [EMAIL PROTECTED] ) had, but had
some other stuff.
Somehow yamlextras.rb did not get installed during gem install.
Also Line 111 in openwferu_engine.rb in the config directory needed to
be changed from
OpenWFE::Extras::ActiveStoreParticipant.new(store.name))
to
OpenWFE::Extras::ActiveStoreParticipant.new())
in order to get the script\server running.
I can see http://localhost.../launch page being displayed properly.
But none of the links that get displayed work. I get
RuntimeError in LaunchController#launch
launchitem.workflow_definition_url not set, cannot launch
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
F:/ruby/lib/ruby/gems/1.8/gems/openwferu-0.9.13/lib/openwfe/expool/
expressionpool.rb:158:in `prepare_raw_expression'
F:/ruby/lib/ruby/gems/1.8/gems/openwferu-0.9.13/lib/openwfe/expool/
expressionpool.rb:191:in `launch'
F:/ruby/lib/ruby/gems/1.8/gems/openwferu-0.9.13/lib/openwfe/engine/
engine.rb:201:in `launch'
#{RAILS_ROOT}/app/controllers/launch_controller.rb:76:in `launch'
and the url is
http://localhost:3000/launch/launch?defurl=%2Fprocess_definitions%2Fsched0.rb
John, before I go and try fixing / modifying stuff, I would like to
know which controllers are working for you? For e.g. the stores page
is not working for me
The error is
NoMethodError in StoresController#index
undefined method `find_in_stores' for OpenWFE::Extras::Workitem:Class
RAILS_ROOT: ./script/../config/..
Application Trace | Framework Trace | Full Trace
F:/ruby/lib/ruby/gems/1.8/gems/activerecord-1.15.3/lib/active_record/
base.rb:1235:in `method_missing'
#{RAILS_ROOT}/app/controllers/stores_controller.rb:53:in `index'
Should I be using the trunk version of openwfe?
Info on which pages are working now, or will work soon with the next
release, will help me focus on stuff that you are not working on such
as acts_as_authenticated etc.
Again thanks John for all your effort on the "densha" ( nice name BTW
once you know the meaning)
Kumar
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---