Hi,
We are using MySQL as backend, and I was wondering if it is possible to make jbpm to save all datetimes in MySQL without making the DB server to start in UTC timezone?
In another project, I can save all my datetimes as UTC into MySQL by using mySQL flag usetimezone=true and also extending hibernate to use my UserType HibernateUTC timestamp in my mapping files.
Is there easy way to make jbpm to save only in UTC without having to change jbpm mapping files to use my UserType (per license, don't think we are allowed to do that)?
Thank you!!!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185996#4185996
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185996
Hi guys,
back again on this topic... unfortunately this is still a problem with our implementation, and before we roll this marvellous engine out to other projects, of course the boss is expecting me to solve this problem.
I imagine the problem is related to how we have implemented and integrated the JBPM platform into our own domain specific webapp.
I was hoping someone else had encountered this problem and could tel me something easy like its related to database interruption or transaction problems :-)
Has anyone else seen simultaneously active tasks out of their intended sequence ?
I hope to piece a little more info on this together early next week to tell a more detailed story.
Thanks for your help in advance.
Regards
Ross
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185978#4185978
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185978
Hi anyone run jBPM on non-JBoss Application Server?
1. I need to know how to just run jBPM framework on non-JBoss App Server. Need to run on existing app server. May i know where can i find such documentations?
2. Also, anyone configure cluster or HA for jBPM on non-JBoss Application Server? e.g. Weblogic, Websphere? looking for these documentations also.
Hope someone can help.
Regards,
Kian Ping
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185936#4185936
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185936
Hi, assuming i have some process instances running still in version 10.
Question 1
And the next moment i deployed a new workflow version 11 with some minor changes without changing the node's transition but the Actionhandlers. I need to move all the existing process instances to version 11.
How do i move the existing instances to the new version 11 without interrupting the current operations? supposingly this is Live system.
Question 2
Supposingly, some of the node and transition changed. Can the existing prcoess instance be move/migrated over transparently? Or some dirty work is required?
Thanks and regards,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185927#4185927
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185927
hi all,
On the jBPM datasheet pdf, it says "The process engine automatically
handles state, variable, and task management as well
as process timers and audit logging across all active processes."
May i know where exactly
1. How can we turn on the audit logging?
2. Where is the audit logs stored in the jBPM?
So far i realise there's a jbpm_log table in the schema but dont find it much use. And audit logging is not referring to log4 also.
Hope to hear from the Experts soon.
Regards,
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185900#4185900
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185900
Hi,
We are busy implementing jbpm.
In order to migrate historic data, I have written code to create the tasks, start the task and then end the task. This is working well except I now want to set the start date and end date on the taskInstance to my own dates.
However, if I look at the code in org.jbpm.taskmgmt.exe.TaskInstance setStart sets the date to null.
| public void setStart(Date date) {
| start = null;
| }
|
I am using version 3.2.3.
Does anyone know how I can set the start date?
Thanks in advance.
Caron
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4185729#4185729
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4185729