0 Replies Latest reply on Apr 19, 2003 1:27 AM by hoos

    Custom table name is ignored

    hoos

      Hello,

      My xdoclet generated jbosscmp-jdbc file has an entry for table name


      <ejb-name>CustomerBean</ejb-name>
      <create-table>true</create-table>
      <remove-table>false</remove-table>
      <read-only>false</read-only>
      <read-time-out>30</read-time-out>
      <table-name>customer</table-name>


      however jboss always creates a table named customerbean
      when the bean in deployed. Can anyone explain what I need to do to in order to create the table with the correct name.

      Jboss-3.0.6
      Postgresql-7.3
      Xdoclet-1.2b
      Redhat 8

      Cheers Hoos