Thanks for reporting, should be fixed now.
Carsten
> -----Original Message-----
> From: Bert Van Kets [mailto:bert@vankets.com]
> Sent: Wednesday, May 08, 2002 1:14 AM
> To: cocoon-dev@xml.apache.org
> Subject: CVS doesn't run due to error in sesion.xconf
>
>
> I did a completely clean checkout, successfully built Cocoon using "build
> installscratchpadwar" and started Tomcat. The core.log gives me
> the error
> ERROR (2002-05-08) 00:44.09:672 [core](Unknown-URI)
> Unknown-thread/Cocoon: Could not configure Cocoon environment
> org.xml.sax.SAXException: Not allowed to define mixed content in the
> element cocoon at jndi:/localhost/cocoon/WEB-INF/cocoon.xconf:2:23
>
> Checking out Cocoon.xconf I found at line 626
> "logger="core.resource-connector"/>".
> Searching for this file I found that session.xconf has a faulty closing
> tag. I attached the corrected file.
>
> <component
> role="org.apache.cocoon.webapps.session.connector.ResourceConnector"
> -
> class="org.apache.cocoon.webapps.session.connector.ResourceConnect
> orImpl"/>
> +
> class="org.apache.cocoon.webapps.session.connector.ResourceConnectorImpl"
> logger="core.resource-connector"/>
>
> Rebuilding Cocoon gets it running again.
> Can someone please replace the file?
> Bert
>
> "My spelling is Wobbly. It's good spelling but it Wobbles, and
> the letters
> get in the wrong places." A. A. Milne (1882-1958)
---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-dev-unsubscribe@xml.apache.org
For additional commands, email: cocoon-dev-help@xml.apache.org
|