Subject | Re: firebird and JBoss |
---|---|
Author | miglists |
Post date | 2005-10-31T11:06:39Z |
> What is the connection string that you are specifying in thefirebird-ds.xml
> file? Can you post the contents of this file.<?xml version="1.0" encoding="UTF-8"?>
>
> Cheers,
>
> -Ryan
>
>
<!--
==================================================================== -->
<!-- New ConnectionManager setup for firebird dbs using jca-jdbc xa
driver-->
<!-- Build jmx-api (build/build.sh all) and view for config
documentation -->
<!--
==================================================================== -->
<connection-factories>
<tx-connection-factory>
<jndi-name>jdbc/MyDS</jndi-name>
<xa-transaction/>
<rar-name>firebirdsql.rar</rar-name>
<connection-definition>javax.sql.DataSource</connection-definition>
<config-property name="Database"
type="java.lang.String">localhost/3050:/E:/work/db/myTest.fdb</config-property>
<user-name>sysdba</user-name>
<password>masterkey</password>
<min-pool-size>0</min-pool-size>
<!-- corresponding type-mapping in the standardjbosscmp-jdbc.xml
(optional) -->
<metadata>
<type-mapping>Firebird</type-mapping>
</metadata>
</tx-connection-factory>
</connection-factories>
**************
(JBoss 4.0.2, JayBird 1.5.6, Firebird 1.5.2)