|
View:
New views
5 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (VELOCITY-717) Engine throws an NPE using custom macro libs if the IncludeEventHandler returns nullEngine 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 Reporter: Johann Weber Priority: Critical -- 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@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (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 ] Johann Weber updated VELOCITY-717: ---------------------------------- Description: 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) > 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 > > 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@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Updated: (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 updated VELOCITY-717: --------------------------------------- Fix Version/s: 1.7 > 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@... For additional commands, e-mail: dev-help@... |
|
|
[jira] Commented: (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:comment-tabpanel&focusedCommentId=12772828#action_12772828 ] Will Glass-Husain commented on VELOCITY-717: -------------------------------------------- Hi, I tried to replicate this issue and couldn't. I tried merging in a macro library with Template.merge() as you suggest. I also tried doing #parse in the included file and referencing the macro in the parent file. Neither generated an NPE. Can you please provide more details, ideally the VM and macro files you are using, and a code sample showing how you include the macros and merge the code. > 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@... For additional commands, e-mail: dev-help@... |
|
|
[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@... For additional commands, e-mail: dev-help@... |
| Free embeddable forum powered by Nabble | Forum Help |