ovidiu 02/03/21 15:14:46 Modified: src/scratchpad/schecoon/src/org/apache/cocoon/components/flow InterpreterSelector.java Log: (configure FIXME): Manually send compose to the created interpretors as the ExcaliburComponentSelector doesn't seem to do it in addComponent(). Revision Changes Path 1.6 +2 -0 xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/InterpreterSelector.java Index: InterpreterSelector.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/components/flow/InterpreterSelector.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- InterpreterSelector.java 19 Mar 2002 09:28:51 -0000 1.5 +++ InterpreterSelector.java 21 Mar 2002 23:14:46 -0000 1.6 @@ -64,6 +64,8 @@ if (loadOnStartup != null) ((AbstractInterpreter)interp).register(loadOnStartup); } + if (interp instanceof Composable) + ((Composable)interp).compose(manager); if (interp instanceof Loggable) ((Loggable)interp).setLogger(loggerUsed);
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]