ovidiu 02/04/25 14:17:45 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap CallFunctionNode.java Log: Don't call setResources() on the interpreter anymore. Revision Changes Path 1.8 +0 -4 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java Index: CallFunctionNode.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/treeprocessor/sitemap/CallFunctionNode.java,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- CallFunctionNode.java 19 Apr 2002 06:59:43 -0000 1.7 +++ CallFunctionNode.java 25 Apr 2002 21:17:45 -0000 1.8 @@ -106,10 +106,6 @@ = (InterpreterSelector)manager.lookup(Interpreter.ROLE); if (language == null) language = selector.getDefaultLanguage(); - - // Obtain the Interpreter instance for this language - Interpreter interpreter = (Interpreter)selector.select(language); - interpreter.setResources(resources); } public boolean invoke(Environment env, InvokeContext context)
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]