2010/6/28 Rohit Khamkar <rkham...@gmail.com>:
> context.put ("number", new NumberTool());
> logDebug ("Here 2");
>
> Does not execute the line below context.put ("number", new
> NumberTool()), When I do not have the line context.put ("number", new
> NumberTool()), things seem to proceed in a normal way.
>...
>
> Approach 2:
>            ToolManager manager = new ToolManager();
>            logDebug("here 2...");
> ...
> Does not execute the line below ToolManager manager = new ToolManager().

Strange, the only reason because this happens is that you have an
exception. Do you see any stacktrace?

Antonio

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@velocity.apache.org
For additional commands, e-mail: user-h...@velocity.apache.org

Reply via email to