0 Replies Latest reply on Jan 17, 2009 10:04 AM by sudipdas2005

    Problem generating hbm using reveng.xml

    sudipdas2005

      Hi,

      table tag in reveng.xml file is not showing any effect while generating hbm:
      Although dtd could validate the tag. And <table-filter> is working properly.

      eclipse: 3.4
      hibernate: HibernateTools-3.2.4.CR1-R200812191611
      I assumed no hibernate core jar is needed.

      <table name="AA">
       <primary-key>
       <key-column name="nn" property="NN"/>
       </primary-key>
       <column name="bb" property="BB"></column>
       </table>


      Please suggest? is it something to do with hibernate-tool jar version?
      or Is it really needed to use custom strategy?