[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
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=bb&op=viewtopic&p=4248340#4248340 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4248340 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
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=bb&op=viewtopic&p=4247750#4247750 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247750 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
Sorry the code is missing | | View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247723#4247723 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247723 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
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 one problem hibernate has with DB2,( or DB2 has with hibernate). you can find more information here: http://antagonisticpleiotropy.blogspot.com/2008/05/ibm-db2-blobs-hibernate-truncating.html After that, everything is fine. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247722#4247722 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247722 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
Correct, but it could require some tweeks View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4247652#4247652 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247652 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [JBoss jBPM] - Re: JBPM 4.0 on DB2
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=bb&op=viewtopic&p=4247644#4247644 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4247644 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user