You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <de...@velocity.apache.org> on 2008/07/13 22:12:31 UTC

[jira] Updated: (VELOCITY-514) Rendering a template with inline macro concurrently causes VM error : Null AST

     [ https://issues.apache.org/jira/browse/VELOCITY-514?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Will Glass-Husain updated VELOCITY-514:
---------------------------------------

    Fix Version/s: 1.6

> Rendering a template with inline macro concurrently causes VM error : Null AST
> ------------------------------------------------------------------------------
>
>                 Key: VELOCITY-514
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-514
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.3.1, 1.4
>            Reporter: Sam Chang
>             Fix For: 1.5.1, 1.6
>
>         Attachments: macroSlammer-1.4.jar, macroSlammer-1.5.jar, macroSlammer.jar, nullAST.log, recursive.vm, slammer.vm, VeloMacroTest.java
>
>
> If a template with inline macro is rendered concurrently it prints the following errors in the log:
> ERROR [velocity] VM #myInlineMacro: error : too few arguments to macro. Wanted 3 got 0
> ERROR [velocity] VM error : myInlineMacro. Null AST
> and where the expected output of the inline macro is, it has the string values of the arguments passed to the macro in brackets
> eg:  
> #myInlineMacro('Arg1' 'arg2' 'arg3')
> gives the following on above error
> (Arg1 arg2 arg3)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org