0 Replies Latest reply on Jan 4, 2006 5:59 AM by stvboy

    JBoss creates tables for Entity Beans with an 'X' appended t

    stvboy

      My jbosscmp-jdbc.xml contents is below:

      <enterprise-beans>

      <ejb-name>UserBean</ejb-name>
      <table-name>user</table-name>
      .....

      but JBoss always creates the table Xuser instead of user. Also, even if I create the (user) table myself, it says that Xuser isn't found - it's not looking for user. Why is this so? Thanks in advance.

      _steve.