4 Replies Latest reply on Nov 22, 2003 6:19 AM by musophil

    Jboss 3.2.0 CMP bean table name problem

    hoos

      I have upgraded to to jboss 3.2.0 without too much difficulty but
      the container still manages to persist this problem :(

      Can someone point out what I am missing here.

      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 is 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.1.2b
      Redhat 8

      Cheers Hoos