Hello:

The problem I am facing is to connect to an SQL Database using Cocoon. I am
able to establish connection in a stand-alone Java application. However,
when I connect using Cocoon, I get the following exception:

____________Exception _________________

DEBUG   26250   [cocoon  ] (Thread-8): Connection established
DEBUG   26500   [cocoon  ] (Thread-8): Create Statement
DEBUG   26781   [cocoon  ] (Thread-8): [Microsoft][ODBC SQL Server
Driver]Connection is busy with results for another hstmt

___________ End of Exception


The data source setup in cocoon.xconf file is as follows:

------------Cocoon.xconf----------------------

<datasources>
    <jdbc name="ESDMConnection">
    <pool-controller min="5" max="10"/>
    <dburl>jdbc:odbc:esdm</dburl>
    <user>sa</user>
    <password></password>
  </jdbc>

-----------End of cocoon.xconf-----------------


Any help would be greatly appreciated.


Thanks,

Dinkar


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