You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Ilya Kuleshov <ik...@naumen.ru> on 2006/02/28 13:40:23 UTC

groovy namespace

Hi!

populateNamespace()  method  of  the  ScriptComponent  class  sets the
'context'  namespace  variable to the current ComponentContext object.
In spite of this when called from the groovy script 'context' is being
resolved  as the javax.script.GenericScriptContext. Suspect there is a
conflict between component and script engine namespaces.


Re: groovy namespace

Posted by Guillaume Nodet <gn...@gmail.com>.
Fixed !
Thanks for raising the jira issue.

Cheers,
Guillaume Nodet

On 2/28/06, Ilya Kuleshov <ik...@naumen.ru> wrote:
>
> Hi!
>
> populateNamespace()  method  of  the  ScriptComponent  class  sets the
> 'context'  namespace  variable to the current ComponentContext object.
> In spite of this when called from the groovy script 'context' is being
> resolved  as the javax.script.GenericScriptContext. Suspect there is a
> conflict between component and script engine namespaces.
>
>