[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-21 Thread fbadt
Switched to datadirect drivers from Informix ones and things seem to work fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973266#3973266 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973266

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-21 Thread fbadt
Switched to datadirect drivers from Informix ones and things seem to work fine now. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3973265#3973265 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3973265

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-20 Thread fbadt
Right. Use FOR UPDATE to get a row lock. The hibernate code appears to do this so it can udpate the counter in an atomic transaction. That seems fine. Not sure what you are trying trying to convey. Can you restate or email me in private? View the original post :

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread epbernard
hibernate cannot read the db table apparently, check that it is in your DB. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972780#3972780 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972780

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread fbadt
yup. It is my DB. I can get to it fine with the same ID/pass via a test program to just select from the table, without for update and isql also. * note: using - strategy=GenerationType.TABLE and informix drivers from http://www14.software.ibm.com/webapp/download/search.jsp?go=yrs=ifxjdbc Here

[jboss-user] [EJB 3.0] - Re: using GenerationType.TABLE - ERROR [MultipleHiLoPerTable

2006-09-19 Thread epbernard
what is the way in Informix to acquire a row lock? AFAIK this is FOR UPDATE. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3972796#3972796 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3972796