2 Replies Latest reply on Nov 6, 2002 3:23 AM by radhika

    Postgres Database & CMP

    radhika

      Hi all,

      Thank you for your continous support.

      I have created some CMP Entity Beans. The deployment is successfull. I have used default Data source with
      "<datasource-mapping>PostgreSQL</datasource-mapping>"

      At deployment it says successful creation for the tables for CMP Beans . But my problem is where will create the tables. I couldn't find tables either is "postgres" database or in my "rad" database.

      Once more point is where do I need to give database name,user name,password in CMP . as of now I couldn't find place to give those details.

      Please help me.
      Radhika

        • 1. Re: Postgres Database & CMP
          scoy

          Please read the "Getting Started" guide available from the "Documentation" link in the green panel on the left.

          Steve

          • 2. Re: Postgres Database & CMP
            radhika

            Hi,

            Thank you for your support.

            The problem is solved. Actually there are 2 problems.
            first one was I don't have a jar file for jdbc drivers for postgres which I have downloaded from postgres.org.

            the second is in postgres-service.xml file I have not give the port 5432 in the connection.

            Radhika