You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ka...@pass-consulting.com on 2001/09/27 08:45:41 UTC

Cocoon2b2 Documentation

Hi,
 
for those of you using Databeses with C2 and think about making it to C2b it
might be interesting to know a bug in the docs:
 
 
<component
name="org.apache.avalon.util.datasource.DataSourceComponentSelector"
           class="org.apache.cocoon.CocoonComponentSelector">
<component-instance name="MyConnectionName"
class="org.apache.avalon.util.datasource.JdbcDataSource">
    <pool-controller min="5" max="10"/>
    <dburl>jdbc:oracle:thin:@localhost:1521:mydatabase</dburl>
.....
 
the class org.apache.avalon.util... is nop longer user, it should be
org.apache.avalon.excalibur....
 
 
Kai Rehlen

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>