Hello,
I'm executing a very simple simple process in jbpm3.2.5. When an action throws an Exception jbpm reports this problem:
09:09:35,868 WARN [JDBCExceptionReporter] SQL Error: 0, SQLState: 22001
09:09:35,868 ERROR [JDBCExceptionReporter] Data truncation: Data too long for column 'EXCEPTION_' at row 1
As a workaround i have increased the size of the column EXCEPTION_
in the tables jbpm_job and jbpm_log .
It works but i don't like to modify jbpm tables.
Does someone have experienced the same issue and solved it in a more robust way?
Thank you
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255688#4255688
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255688
Well, everything you mention is a module in the jBPM source, some even separate projects (BPEL, PageFlow, GPD) so you can easily just use what you need.
The download (I assume the downloading is not the problem is it?) does contain everything, but just use the jar files/config files you need.
jPDL is not a language to communicate with the PVM, it is a language implemented on top of the PVM.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255678#4255678
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255678