You must:
1) put firebirdsql.rar into deploy directory
2) put into deploy directory this(modified because the file from installation is wrong 
!)file:

  | <?xml version="1.0" encoding="UTF-8"?>
  | 
  |   <!-- ==================================================================== -->
  |   <!-- 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>FirebirdDS</jndi-name>
  | 
  |     <xa-transaction/>
  | 
  |     <adapter-display-name>Firebird Database Connector</adapter-display-name>
  | 
  |     <rar-name>firebirdsql.rar</rar-name>
  | 
  |     <connection-definition>javax.sql.DataSource</connection-definition>
  | 
  |     <config-property name="Database" 
type="java.lang.String">localhost/3050:/opt/firebird/bases/base.gdb</config-property>
  | 
  |     <user-name>jboss</user-name>
  | 
  |     <password>:-):-):-)</password>
  | 
  |     <config-property name="Encoding">UNICODE_FSS</config-property>
  | 
  |     <!--additional properties. only use one way of setting tx isolation, please
  |     <config-property name="TransactionIsolation"></config-property>
  |     <config-property 
name="TransactionIsolationName">TRANSACTION_READ_COMMITTED</config-property>
  |     <config-property name="BlobBufferLength"></config-property>
  |     -->
  | 
  |     <min-pool-size>0</min-pool-size>
  |         <!-- sql to call when connection is created
  |         <new-connection-sql>some arbitrary sql</new-connection-sql>
  |         -->
  | 
  |         <!-- sql to call on an existing pooled connection when it is obtained from 
pool 
  |         <check-valid-connection-sql>some arbitrary sql</check-valid-connection-sql>
  |         -->
  | 
  |   </tx-connection-factory>
  | 
  | </connection-factories>
  | 


After those steps my JBOSS-4.0 & Firebird are works.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3849419#3849419

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3849419


-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to