[JBoss-user] [Persistence CMP/JBoss] - Re: Procedure for Database Structure Changes with CMP 2.0?

2004-07-09 Thread loubyansky
Fixed in 3.2.3 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841476#3841476 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3841476 --- This SF.Net email sponsored by

[JBoss-user] [Persistence CMP/JBoss] - Re: Procedure for Database Structure Changes with CMP 2.0?

2004-07-07 Thread garek
How many fields do you have in your database table? I believe I encountered this problem when I tried to have a bean with more than 63 fields managed by Jboss (cmp + cmr fields). I ended up splitting the table into 2 smaller tables and creating a one-to-one relationship between them. Hope

[JBoss-user] [Persistence CMP/JBoss] - Re: Procedure for Database Structure Changes with CMP 2.0?

2004-07-07 Thread kabkhan
I remember seeing something like this on the forums, and if it is a case of too many columns I believe this is fixed in 3.2.4 View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3841253#3841253 Reply to the post :

[JBoss-user] [Persistence CMP/JBoss] - Re: Procedure for Database Structure Changes with CMP 2.0?

2004-07-07 Thread hughallen
Very interesting question. I just hit 63 fields in this table. Is there a LIMIT on the number of fields in a CMP database table??? I have never seen any mention of such a limit anywhere. On a prior attempt to add fields, I had problems with a table that had fewer than 63 fields - I believe