1 Reply Latest reply on Feb 5, 2002 6:58 AM by adrian.brock

    CMP - No Resource Manager Found

    garyj

      Hi

      Attempting to specify a MS Access database source (ODBC data source name test).

      I removed the existing JDBC drivers and ..

      I added the following to the jboss.jcml file:


      sun.jdbc.odbc.JdbcOdbcDriver



      org.jboss.pool.jdbc.xa.wrapper.XADataSourceImpl
      TestDB
      jdbc:odbc:test




      [This info taken from the documentation purchased]

      Running JBoss - messages showed the driver had been loaded, etc.

      However, when I attempt to deploy a test cmp bean - I get:

      No Resource Manager Found for TestDB.

      Also, setup TestDB in the standardjaws.xml - guessing this is correct?

      I would be very pleased to get any kind of pointers to where I am going wrong - relevant documentation etc - sorry if this is a newbie question :)

      Thanks

      Gary


        • 1. Re: CMP - No Resource Manager Found

          Try searching the persistence forum using "odbc" or
          "Access" you might find some hints.

          I would suggest you don't use the jdbcodbc bridge,
          it's not designed for real applications. You won't get
          very good performance and some functionality won't be
          present.
          The search mentioned above should give you alternatives.

          Regards,
          Adrian