2 Replies Latest reply on Feb 6, 2002 6:02 PM by davidjencks

    CMP issue

    karrisr

      Hi,
      I am trying to run a CMP example on Jboss. The issue I am getting into is, whenever I try to deploy an entity bean, the jboss complains that the table does not exist in the database, so i manually created the table in the database and ran the jboss now it says the table already exists in the database. Has anybody encountered simile problem ?
      Thanks for your help
      Sri

        • 1. Re: CMP issue
          karrisr

          Hi,
          Sorry, forgot to mention the Jboss I am running. It is jboss-2.4.4 with JDK1.3 on NT the data base is Informix

          Thanks
          Sri

          • 2. Re: CMP issue
            davidjencks

            This may be caused by case issues. As I recall jboss tries to create them upper case and informix converts to lower. So, jboss can't quite figure out what is there. You can struggle to get it to work or, since you have already created your tables, just turn <create-tables>false</create-tables>