Title: Nachricht
Hai,
 
this is a known Bug, as seen under bugzilla.
Try Cocoon 2.0.3-DEV or 2.1.0-DEV.
Error occures under JDK1.4. and Excalibur.
 
Greetings,
Sascha
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Gesendet: Montag, 8. Juli 2002 16:07
An: [EMAIL PROTECTED]
Betreff: no data via connection pool


Hi folks

I got a problem with the connection from Tomcat 4.0 - Cocoon 2.0.2 to Oracle DB 8.1.7. I try to get data via a connection pool. I configered  it as followed:

        <datasources>
                <jdbc logger="core.datasources.personnel" name="personnel" oradb="true">
                        <pool-controller min="5" max="10"/>
                        <auto-commit>false</auto-commit>
                        <dburl>jdbc:oracle:thin:@ebihp235:xxxx:smetest</dburl>
                        <user>security</user>
                        <password>security</password>
                </jdbc>
        </datasources>  
 

Reply via email to