>From cocoon.xconf:

    <!-- The SAXConnector connects the various pipeline components.
    LoggingSAXConnector logs SAX events between pipeline components
    into a cocoon's log file.
    Uncomment one of the following lines for using the SAXConnector.
    <sax-connector
class="org.apache.cocoon.components.saxconnector.LoggingSAXConnector"/>
    -->


And there is no other <sax-connector/>.

Add
      <sax-connector
class="org.apache.cocoon.components.saxconnector.SAXConnector"/>

and the messages should go away.

/LS



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to