0 Replies Latest reply on Nov 15, 2002 4:39 AM by linuxman

    table name in mysql?

    linuxman

      hi,

      I have test a very simple BMP with jboss 3.0.4 and mysql, deploy successfully, but when run the test client, client terminal told me that:

      javax.ejb.CreateException: java.sql.SQLException: Table not found: USERINFO in statement [INSERT INTO UserInfo(id, name,password) VALUES(1,'zhao','zhao123')]
      at test.entity.UserInfoBean.ejbCreate(UserInfoBean.java:96)

      I don't know why jboss translate the table "UserInfo" to "USERINFO"?

      and I have tried set up a table named "USERINFO", also failed.

      Is there something wrong? Any hints?

      Thanks in advance!

      linuxman