i try to use cocoon 2.0.4 with firebird
i try interclient201 but i have problem with connection when use esql
sql transformer works,

i try to use new jca-jdbc firebird drivers .

i have configured cocoon

<jdbc name="pool_main">
<pool-controller min="5" max="10"/>
<dburl>jdbc:firebirdsql://localhost:3050/c:/server/data/db/elza.gdb</dburl>
<!-- i try som types of uri , the same error-->
<user>user</user>
<password>heslo</password>
</jdbc>

<init-param>
<param-name>load-class</param-name>
<param-value>
org.firebirdsql.jdbc.FBDriver
</param-value>
</init-param>
<!--

but i obtain error :
could not get the datasource ... Problem getting connection :couldnt get db connection

know somebody where can be a problem ?

Thanks




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

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to