hello,
  I am tried cocoon 'jdbc' datasources (oracle) and esql
When I use driver,dburl, username (not user) and password then everthing is ok
But If I use esql:pool i get excpetion
NoAvaliableConnectionException : There are no connections in the pool, check 
your settings

I change setting, but exception is same
When I change hint (<jdbc name="anothername">), error is change
My datasources is :
 <!-- Datasources: -->
  <datasources>
    <jdbc name="oraclescott">
      <driver>oracle.jdbc.driver.OracleDriver</driver>
      <pool-controller min="5" max="10" oradb="true">
      </pool-controller>
      <auto-commit>false</auto-commit>
      <dburl>jdbc:oracle:thin:@localhost:1521:V8</dburl>
      <user>scott</user>
      <password>tiger</password>
    </jdbc>
  </datasources>

Oracle and Jdbc driver are correct, because esql with driver,dburl ... work 
fine

Any comments ?

regards
haris peco

---------------------------------------------------------------------
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