[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-04 Thread dd_la_frime
[EMAIL PROTECTED] wrote : Are you sure schema validation was enabled before? I can't imagine it was. What do you mean by that ? Do I have to modify something in the configuration files like persistence.xml ? cheers. View the original post :

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-04 Thread dd_la_frime
Thank you very much Norman, I had indeed in my persistence-dev.xml the following line in 1.1.6 : and in 1.2.1 So for the moment I change the value of the value attribute to update and it's working. I don't know if it's the good choice but I don't know very well hibernate, I used to develop

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread damianharvey
I have a project under 1.2.1 with a Text datatype that generated fine. Try creating a test database and re-generating (ie. using 'vanilla' SeamGen) View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033920#4033920 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread fady.matar
Can you post the code of the bean that generates this error? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4033981#4033981 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4033981

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread dd_la_frime
fady.matar wrote : Can you post the code of the bean that generates this error? I can but there's nothing to do with the code as it is working perfectly with 1.1.6. I think there was a slightly change in a configuration file for hibernate in seam. It's the only thing I can see for now. View

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread dd_la_frime
damianharvey wrote : I have a project under 1.2.1 with a Text datatype that generated fine. | | Try creating a test database and re-generating (ie. using 'vanilla' SeamGen) After creating a new seam-project using seam-gen, I've just created a simple Entity Bean mapping an entity in my

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread dd_la_frime
If I modify the datatype of TEST_NUMBER column to integer, I have the next error : 15:14:04,062 WARN [ServiceController] Problem starting service persistence.units:ear=deja10ans.ear, | unitName=deja10ans | javax.persistence.PersistenceException: org.hibernate.HibernateException: Wrong

[jboss-user] [JBoss Seam] - Re: Upgrade from 1.1.6 to 1.2.1

2007-04-03 Thread [EMAIL PROTECTED]
Are you sure schema validation was enabled before? I can't imagine it was. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4034219#4034219 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4034219