1 Reply Latest reply on Oct 9, 2001 6:02 AM by volker666

    Postgres Resource Manager Configuration

    christoph

      I think I have a configuration problem:

      I have two EJB's, one is CMP, the other one is BMP. They are examples from a book and do essentially the
      same.

      I use JBoss 2.4.1 (downloaded the package with JBoss 2.4.1 and Tomcat 3.2.3) and a Postgres database.

      I got the CMP bean to work just as expected.

      However, when I try to deploy the BMP bean, I get the following error-message:

      ...
      [Container factory] Deploying TaxBean
      [Container factory] No resource manager found for java:/PostgresDS
      [ContainerManagement] Initializing
      [ContainerManagement] Initialized
      ...

      Can someone tell me where to look for errors in my configuration files? If you need more information, tell me what parts of what config-files you need (didn't want to post them all).

      Christoph