Re: [JBoss-user] Add an index to a table on deployment

2003-06-10 Thread Brian McSweeney
excellent! How I love open source. Thanks Heiko! Brian - Original Message - From: "Rupp,Heiko" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 3:00 PM Subject: RE: [JBoss-user] Add an index to a table on deployment > Brian, > &

RE: [JBoss-user] Add an index to a table on deployment

2003-06-10 Thread Rupp,Heiko
Brian, > A) what versions of JBoss support this > I see it's assigned to group 3.2. Does that > mean this functionality is in all Jboss 3.2.x versions? No, it will be in 3.2.2+ > B) are there xdoclet tags to support this? Yes, in 1.2b3. @jboss.persistence dbindex=true and @jboss.persistence

Re: [JBoss-user] Add an index to a table on deployment

2003-06-10 Thread Brian McSweeney
this? thanks very much for your help, Brian - Original Message - From: "Alexey Loubyansky" <[EMAIL PROTECTED]> To: "Brian McSweeney" <[EMAIL PROTECTED]> Sent: Tuesday, June 10, 2003 1:56 PM Subject: Re: [JBoss-user] Add an index to a table on deployment > H

Re: [JBoss-user] Add an index to a table on deployment

2003-06-10 Thread Alexey Loubyansky
Hello Brian, Thanks to Heiko, we have this [ 743570 ] post-table-create commands and generate db-indices http://sourceforge.net/tracker/index.php?func=detail&aid=743570&group_id=22866&atid=381174 alex Tuesday, June 10, 2003, 1:17:48 PM, Brian McSweeney wrote: BM> Hi all, BM> We currently use

[JBoss-user] Add an index to a table on deployment

2003-06-10 Thread Brian McSweeney
Hi all,   We currently use the jboss create table tag to build our database schema on deployment using cmp entity beans.   I was wondering if there is a way to add an index to a specific column in a table. We're using mysql and having looked into it, we don't think you can add an index on