0 Replies Latest reply on Feb 14, 2002 12:23 PM by fastball

    JBoss 3.0 + Interbase + JCA-JDBC from CVS

    fastball

      Hi,

      I've just downloaded a JCA-JDBC driver from CVS and compiled it to use with Interbase + JBoss 3.0. Right after that, I copied file firebirdsql.rar to #/deploy directory and configured the file interbase-service.xml as below:

      <?xml version="1.0" encoding="UTF-8"?>


      Database=localhost/D:/IBRoot/employee.gdb

      DefaultDS

      java:/TransactionManager
      <depends optional-attribute-name="ResourceAdapterName">jboss.jca:service=RARDeployment,name=Firebird Database Connector
      <depends optional-attribute-name="ConnectionManagerFactoryLoaderName">jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaXACMFactory
      #
      BlockingTimeoutMillis=500000
      IdleTimeoutMinutes=30
      MaxSize=10
      CleanupIntervalMinutes=30
      MinSize=0
      MaxIdleTimeoutPercent=1.0


      org.jboss.resource.security.ManyToOnePrincipalMapping

      UserName=sysdba
      Password=masterkey




      But I having the following error message:

      (...)

      [2002-02-14 16:17:11,124,DefaultDS,ERROR] Stopped
      javax.management.RuntimeOperationsException: Object name cannot be null
      at com.sun.management.jmx.MBeanServerImpl.isRegistered(MBeanServerImpl.java:1096)

      (...)

      does anyone have any idea of what can it be?
      If anyone has managed to use Interbase + JBoss 3.0, please tell me!

      Thanks!

      Emilio