From noreply at atlassian.com Thu Jul 5 09:46:52 2007 Content-Type: multipart/mixed; boundary="===============0273009065153083210==" 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> --===============0273009065153083210== 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 --===============0273009065153083210==-- From noreply at atlassian.com Thu Jul 5 10:40:52 2007 Content-Type: multipart/mixed; boundary="===============2636299438313212249==" MIME-Version: 1.0 From: Martin Serrano (JIRA) To: hibernate-issues at lists.jboss.org Subject: [hibernate-issues] [Hibernate-JIRA] Commented: (HBX-957) generated @SequenceGenerator annotation does not support customization of sequence table name Date: Thu, 05 Jul 2007 09:40:52 -0500 Message-ID: <141604616.1183646452433.JavaMail.j2ee@atlassian01.managed.contegix.com> In-Reply-To: 102152721.1183643212335.JavaMail.j2ee@atlassian01.managed.contegix.com --===============2636299438313212249== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable [ http://opensource.atlassian.com/projects/hibernate/browse/HBX-957?pag= e=3Dcom.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action= _27410 ] = Martin Serrano commented on HBX-957: ------------------------------------ Oops, my bad. This is really a documentation bug. I'll close this. The c= ode is correct. The example should change: seq_table = should be = seq_table > generated @SequenceGenerator annotation does not support customization of= sequence table name > -------------------------------------------------------------------------= -------------------- > > Key: HBX-957 > URL: http://opensource.atlassian.com/projects/hibernate/b= rowse/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 t= hat you should be able to specify the table used for id generation via sequ= ences. The "table" property is never used in the creation of the @Sequenc= eGenerator annotation. You get @SequenceGenerator(name=3D"generator") ins= tead of the expected @SequenceGenerator(name=3D"seq_table"). I'll be submi= tting 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 --===============2636299438313212249==--