Hi John,
Thank you for your quick response ! With your hint the example is working ! Now I will write some code using the new release. Best regards Andreas On 4 Jun., 01:06, "John Mettraux" <[EMAIL PROTECTED]> wrote: > On Wed, Jun 4, 2008 at 4:39 AM, andreas <[EMAIL PROTECTED]> wrote: > > > /Applications/NetBeans/NetBeans 6.1.app/Contents/Resources/NetBeans/ > > ruby2/jruby-1.1/lib/ruby/gems/1.8/gems/ruote-0.9.18/lib/openwfe/expool/ > > expressionpool.rb:138:in > > `prepare_raw_expression': :definition_in_launchitem_allowed not set to > > true, cannot launch (RuntimeError) > > Hi Andreas, > > I made the latest version a bit more paranoid, by default it now > doesn't trust definitions passed in launchitems. You can work this > around by adding this line : > > engine.application_context[:definition_in_launchitem_allowed] = true > > just after the engine instance creation. > > I have updated the example > :http://github.com/jmettraux/ruote/tree/master/examples/openwferu.rb > > Thanks for the feedback, best regards, > > -- > John Mettraux -http://jmettraux.wordpress.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "OpenWFEru dev" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
