1 Reply Latest reply on Feb 5, 2004 4:10 AM by gcempla

    Problem setting up Firebird SQL with jboss 3.2.1

    zapa

      Hi there ,
      I was just wondering if anybody could advise me on this problem . I'm trying to use Firebird with Jboss and whenever I try deployng the firebird-ds.xml file Jboss comes up with this exception :
      org.firebirdsql.gds.GDSException: Unable to complete network request to host "localhost". , ObjectName : jboss.jca:service=TxCM,name=FIrebirdDS

        • 1. Re: Problem setting up Firebird SQL with jboss 3.2.1
          gcempla

          When deploying firebird-ds.xml you have to add one attribute:

          <!--FBManager can be used to create and drop databases.
          Drop is especially useful during testing, since it
          assures a clean start next time. -->


          <!-- added attribute -->
          [server address]

          [db file name]
          sysdba
          masterkey
          true
          false