-
Patch
-
Resolution: Duplicate
-
Blocker
-
None
-
jBPM 3.2.7, jBPM 3.2.8
-
None
-
Java version: 1.6.0_16,Sun Microsystems Inc., OS-System: Windows XP 5.1,x86, jboss-soa-p.4.3.0, DB2, version: DSN09015, Hibernate 3.2.4.sp1.cp08
When using jBPM with DB2 on zOS the JobSession object throws an exception when trying to find jobs with overdue lock time. The exception thrown is:
DB2 SQL error: SQLCODE: -180, SQLSTATE: 22007, SQLERRMC: 1
I attached a patch which corrects this problem. Currently JobSession#findJobsWithOverdueLockTime(Date) is using Query#setDate(..) instead of Query#setTimestamp(...)
This isn't a problem when using the DB2 Universal version on windows, only on zOS.
Regards,
Richard L. Burton III
- duplicates
-
JBPM-2608 JobSession.findJobsWithOverdueLockTime returns incorrect list of overdue jobs for LockMonitorThread
-
- Resolved
-