Hi Giuseppe,

1st change your param-value in web.xml to:

       <param-value>
         oracle.jdbc.driver.OracleDriver
       </param-value>

;)
CU
   Harald

[EMAIL PROTECTED] wrote:

> My mame is Giuseppe.
> 
> I am not able to connect to Oracle8i database.Exception
> states that could not connect to datasource & you cannot get a poolable
> before the pool is initialized.
> 
> 
> java.lang.RuntimeException: Could not get the datasource
> java.sql.SQLException: You cannot get a Poolable before the pool is
> initialized
> 
> 
> Following are the settings made in
> 
> web.xml
>        <init-param>
>        <param-name>load-class</param-name>
>        <param-value>
>         oracle.jdbc.driver.OracleDriveror
>        </param-value>
> 
> Coccon.xconf
> <datasources>
>       <jdbc name="test_oracle_pool">
>       <!-- Don't forget the oradb parameter for Oracle!!! --> 
>       <pool-controller min="5" max="10" oradb="true"/>
>       <dburl>jdbc:oracle:thin:@2000server:1521:oras</dburl>
>       <user>dev</user> 
>       <password>giu</password> 
>       </jdbc>
> <datasources>
> 
>  end classes12.jar is in classpath.
> Grazie anticipate. Giuseppe
> 
> 
> 
> 



---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to