bloritsch 01/05/23 09:04:39
Modified: src/org/apache/cocoon cocoon.roles
Log:
Fixed NPE with no default class (SAXConnector)
Revision Changes Path
1.4 +2 -1 xml-cocoon2/src/org/apache/cocoon/cocoon.roles
Index: cocoon.roles
===================================================================
RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/cocoon.roles,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cocoon.roles 2001/05/23 09:40:50 1.3
+++ cocoon.roles 2001/05/23 16:04:34 1.4
@@ -45,7 +45,8 @@
default-class="org.apache.avalon.excalibur.component.DefaultComponentPoolController"/>
<role name="org.apache.cocoon.components.saxconnector.SAXConnector"
- shorthand="sax-connector"/>
+ shorthand="sax-connector"
+
default-class="org.apache.cocoon.components.saxconnector.NullSAXConnector"/>
<role name="org.apache.cocoon.components.image.ImageEncoderSelector"
shorthand="image-encoder"/>
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]