[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread jbarrez
If you take a look at the jBPM hbms, you'll see that the id generator is set to 'native'. According to Hibernate doc, this means that indeed only one sequence will be used... You can change this by changing the hbms of jBPM. See http://www.hibernate.org/296.html for more information. View the

[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread erciped
Thanks jbarrez. I am aware I can change it but the question is will changing the model to use multiple sequences have any adverse affects in jBPM I don't want to get any unexpected behavior like I did with OSWorkflow View the original post :

[jboss-user] [JBoss jBPM] - Re: why the single hibernate oracle sequence

2008-12-17 Thread jbarrez
I haven't tried it yet, but I don't see any problems. After all, Hibernate will handle the primary key for jBPM and I don't see any problems in that. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4197121#4197121 Reply to the post :