[jboss-user] [JBoss jBPM] - Re: Cannot create more than 1 process in MSSQL

2007-04-18 Thread pjodev
I read that post, but even if you remove the primary key constraint on the "ID_" column, it is still labeled an Identity column that is auto-incrementing. This still fails on insert. I do not want to remove the auto-increment feature because that seems dangerous. I may just try writing a custom

[jboss-user] [JBoss jBPM] - Re: Cannot create more than 1 process in MSSQL

2007-04-17 Thread khamburg
This is a problem in MSSQL and ORACLE I believe. The workaround is to remove a unique constraint. See this post... http://www.jboss.com/index.html?module=bb&op=viewtopic&t=105317 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4038221#4038221 Reply to the p