cziegeler 2002/11/21 22:37:47 Modified: src/java/org/apache/cocoon/components CocoonComponentManager.java Log: Fixing IndexOutOfBoundsException - I have to repeat 100 times: Always check if the IDE is committing properly... Revision Changes Path 1.41 +3 -1 xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java Index: CocoonComponentManager.java =================================================================== RCS file: /home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/CocoonComponentManager.java,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- CocoonComponentManager.java 20 Nov 2002 14:23:34 -0000 1.40 +++ CocoonComponentManager.java 22 Nov 2002 06:37:46 -0000 1.41 @@ -537,6 +537,8 @@ void addSitemapConfiguration(Configuration conf) { if (conf != null) { this.sitemapConfigurations.add(conf); + } else { + this.sitemapConfigurations.add(EMPTY_CONFIGURATION); } }
---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]