1 Reply Latest reply on Mar 6, 2006 10:42 PM by profet

    hibernatecfg XDoclet subtask DTD problem.

    profet

      I am trying to generate a hibernate.cfg.xml file using the JBossIDE XDoclet Configurations panel.

      It generates fine... but generates the document with a DTD of 2.0 instead of 3.0.

      According to the documentation here: http://xdoclet.sourceforge.net/xdoclet/ant/xdoclet/modules/hibernate/HibernateCfgSubTask.html

      2.0 is the default when 3.0 is not entered as the version.

      While the "hibernate" task has a "Version" property, the "hibernatecfg" task does not. How do I go about changing the DTD without a version property? Is this a bug?