Bug 1309714
| Summary: | Support MariaDB in Dashbuilder | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] JBoss BPMS Platform 6 | Reporter: | Marek Winkler <mwinkler> | ||||
| Component: | BAM | Assignee: | David Gutierrez <dgutierr> | ||||
| Status: | CLOSED EOL | QA Contact: | Gui Jospin <gjospin> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 6.3.0 | CC: | kverlaen, lpetrovi, rrajasek | ||||
| Target Milestone: | ER2 | ||||||
| Target Release: | 6.3.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:04:35 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: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 1320021 | ||||||
| Attachments: |
|
||||||
|
Description
Marek Winkler
2016-02-18 14:36:11 UTC
I am wondering if the SQL error could be caused by misconfigured DB, I will double check. Nevertheless, please have a look at the HibernateInitializer [1] and decide if it needs to be updated (afaik, MariaDB is using the same Hibernate dialect as MySQL). For instance, method inferDatabaseName() might fail. I've tested the current distribution on Maria DB and it works fine. MariaDB is treated the same way as Mysql by dashbuilder as both DBs are 100% compatible. So no changes are required in the dashboard-builder repo. As for UF based dashbuilder, we did have to make some adjustments: https://github.com/dashbuilder/dashbuilder/pull/159 https://github.com/dashbuilder/dashbuilder/pull/160 Ok, new dashbuilder tests passed with Maria DB 10. Verified with BPM Suite 6.2.0 ER2. |