Bug 1275245
| Summary: | Oracle DBs: Tasks is status 'Ready' not visible in task list | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Jan Hrcek <jhrcek> | ||||
| Component: | Business Central | Assignee: | Neus Miras <nmirasch> | ||||
| Status: | CLOSED EOL | QA Contact: | Lukáš Petrovický <lpetrovi> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.2.0 | CC: | kverlaen | ||||
| Target Milestone: | CR1 | ||||||
| Target Release: | 6.2.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2020-03-27 20:08:31 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Jan Hrcek
2015-10-26 11:11:06 UTC
I'm sorry for misinformation. Digging into this a bit more revealed that this issue is not caused by Internet Explorer, but by Oracle database used in the backend. I reproduced this issue with all Oracle versions that we certify against: Oracle 11g, Oracle11gR2RAC as well as Oracle12c. On all the other tested databases this particular problem doesn't exist. There was an issue about the condition over the task actualowner to check if it's empty. For the oracle11 database the '' is considered a null value. We added another check to view if it's an empty string or it's null. the commit at 6.3.x branch: https://github.com/droolsjbpm/jbpm-console-ng/commit/34d5bfbdd064652d05f9ea3281b0acd02d07a38a Tasks in status ready are now displayed correctly when Oracle databases are used as datasource. Verified with BPM Suite 6.2.0 CR1 |