/*
* init. be a good citizen and give it an ICA
*/
InternalContextAdapter ica
= new InternalContextAdapterImpl(new VelocityContext());
ica.pushCurrentTemplateName("VMProxyArg : "
+ ParserTreeConstants.jjtNodeName[type]);
nodeTree.init(ica, rsvc);
}
catch ( Exception e )