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 2009/11/03 03:11:59 UTC

[jira] Resolved: (VELOCITY-717) Engine throws an NPE using custom macro libs if the IncludeEventHandler returns null

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

Will Glass-Husain resolved VELOCITY-717.
----------------------------------------

    Resolution: Cannot Reproduce

resolving.  try with the latest version (from svn head).  if you still have this difficulty, please reopen the bug and give a little more detail.  Thanks!

> Engine throws an NPE using custom macro libs if the IncludeEventHandler returns null
> ------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-717
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-717
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.6.2
>         Environment: Suse Linux
>            Reporter: Johann Weber
>            Priority: Critical
>             Fix For: 1.7
>
>
> The Engine throws an NPE if the IncludeEventHandler returns null.
> (using merge method with a list of macro libs)
>  java.lang.NullPointerException
> >>        at java.util.Hashtable.get(Hashtable.java:333)
> >>        at org.apache.velocity.runtime.VelocimacroManager.getNamespace(VelocimacroManager.java:318)
> >>        at org.apache.velocity.runtime.VelocimacroManager.get(VelocimacroManager.java:215)
> >>        at org.apache.velocity.runtime.VelocimacroFactory.getVelocimacro(VelocimacroFactory.java:563)
> >>        at org.apache.velocity.runtime.RuntimeInstance.getVelocimacro(RuntimeInstance.java:1563)
> >>        at org.apache.velocity.runtime.directive.RuntimeMacro.render(RuntimeMacro.java:218)
> >>        at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
> >>        at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
> >>        at org.apache.velocity.runtime.directive.Parse.render(Parse.java:260)
> >>        at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175)
> >>        at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.java:336)
> >>        at org.apache.velocity.Template.merge(Template.java:328)

-- 
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