From noreply at atlassian.com Thu Jul 5 09:46:52 2007 Content-Type: multipart/mixed; boundary="===============6944331493479680986==" MIME-Version: 1.0 From: Martin Serrano (JIRA) To: hibernate-issues at lists.jboss.org Subject: [hibernate-issues] [Hibernate-JIRA] Created: (HBX-957) generated @SequenceGenerator annotation does not support customization of sequence table name Date: Thu, 05 Jul 2007 08:46:52 -0500 Message-ID: <102152721.1183643212335.JavaMail.j2ee@atlassian01.managed.contegix.com> --===============6944331493479680986== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable generated @SequenceGenerator annotation does not support customization of s= equence table name ---------------------------------------------------------------------------= ------------------ Key: HBX-957 URL: http://opensource.atlassian.com/projects/hibernate/br= owse/HBX-957 Project: Hibernate Tools Issue Type: Bug Components: hbm2java Affects Versions: 3.2beta9 Environment: 3.2.2ga Reporter: Martin Serrano Priority: Minor The tools documentation has an example (reproduced below) which implies tha= t you should be able to specify the table used for id generation via sequen= ces. The "table" property is never used in the creation of the @SequenceG= enerator annotation. You get @SequenceGenerator(name=3D"generator") inste= ad of the expected @SequenceGenerator(name=3D"seq_table"). I'll be submitt= ing a patch soon. = seq_table
-- = This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: htt= p://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6944331493479680986==--