[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-06 Thread jbarrez
I've used jBPM 3.x on DB2 (v 9 I believe) for a large project. No problems at all (only had to change some varchar columns which were too big for the DBA's taste) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4248340#4248340 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-04 Thread lcor1979
Thank you for all the replies ! So I know it's possible, I'll give it a try :) View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247750#4247750 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247750

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-03 Thread sebastian.s
Since Hibernate supports DB2 and jBPM is using Hibernate to abstract database access it should be working with DB2. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247644#4247644 Reply to the post :

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-03 Thread kukeltje
Correct, but it could require some tweeks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247652#4247652 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247652 ___ jboss-user

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-03 Thread shiyeling
I tried jbpm4 on DB2 9.5. There is no db script for DB2, so you can use hibernate to auto generate the schema. The only tweak I did is change mapping definition for class Lob in the jbpm.execution.hbm.xml mapping file,add a length attribute to the BLOB_VALUE column. like this: This is for

[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2

2009-08-03 Thread shiyeling
Sorry the code is missing | column name=BLOB_VALUE_ length=128000//property | View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4247723#4247723 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4247723