1 Reply Latest reply on Jan 5, 2003 3:50 PM by pesche

    firebird-service.xml

    mozheyko_d

      I have JBOSS 3.0.4
      if i use DefaultDS( HypersonicSQL) all work properly

      and want to use CMP2 Beans with FirebirdSQL Database

      I copy firebird-service.xml(from examples) into deploy directory, modify it for using of my firebird server,
      copy firebirdsql.rar -> deploy
      copy firebirdsql.jar -> lib

      starting jboss with no errors !

      in jbosscmp-jdbc.xml i change

      in

      java:/DefaultDS

      ------->

      java:/FirebirdDS

      string <datasource-mapping> i have comment

      while my ear deploying jboss print errors:

      FirebirdDS not bound !!!
      and other errors about section of jbosscmp-jdbc.xml

      what steps i must make to correct this problem ?

      Thanks

        • 1. Re: firebird-service.xml
          pesche

          Try this in your jbosscmp-jdbc.xml
          .
          .
          .
          java:/FirebirdDS
          <datasource-mapping>InterBase</datasource-mapping>
          .
          .
          .

          I have running firebird with JBoss 3.0.4, an it works !