cziegeler 2002/06/28 02:01:39 Modified: src/java/org/apache/cocoon/components/language/generator Tag: cocoon_2_0_3_branch GeneratorSelector.java Log: Fixed compilation problem with latest avalon Revision Changes Path No revision No revision 1.9.2.2 +2 -2 xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/GeneratorSelector.java Index: GeneratorSelector.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/language/generator/GeneratorSelector.java,v retrieving revision 1.9.2.1 retrieving revision 1.9.2.2 diff -u -r1.9.2.1 -r1.9.2.2 --- GeneratorSelector.java 7 Jun 2002 09:34:23 -0000 1.9.2.1 +++ GeneratorSelector.java 28 Jun 2002 09:01:39 -0000 1.9.2.2 @@ -162,7 +162,7 @@ return component; } catch (Exception ce) { getLogger().debug("Could not access component for hint: " + hint, ce); - throw new ComponentException("Could not access component for hint: " + hint, null); + throw new ComponentException("Could not access component for hint: " + hint, ce); } }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]