0 Replies Latest reply on Feb 27, 2005 8:26 PM by pskhanwale

    getting JBoss to work with Oracle9i

      Hello All,
      I am trying to get JBoss to work with Oracle as the database. While I hae largely succeded in it, I cannot remove the hsql* files. As soon as I remove them I get errors.
      JBoss is trying to instnciate MBean for jboss.jca:name=DefaultDS,service=DataSourceBinding but fails to find it since I hace removed it.
      The MBean above is required for service=KeyGeneratorFactory,type=HiLo. I can not find how to configure this to use OracleDS.

      I get the following errors

      17:14:08,988 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
      MBeans waiting for other MBeans:
      ObjectName: jboss:service=KeyGeneratorFactory,type=HiLo
      state: CONFIGURED
      I Depend On: jboss:service=TransactionManager
      jboss.jca:name=DefaultDS,service=DataSourceBinding

      Depends On Me:

      MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
      ObjectName: jboss.jca:name=DefaultDS,service=DataSourceBinding
      state: NOTYETINSTALLED
      I Depend On:
      Depends On Me: jboss:service=KeyGeneratorFactory,type=HiLo

      I can see the entry for jboss:service=KeyGeneratorFactory,type=HiLo
      in my JMX console.