-
Enhancement
-
Resolution: Done
-
Major
-
Upstream
-
-
-
-
-
-
https://github.com/jboss-openshift/openshift-kieserver/pull/15, https://github.com/jboss-container-images/jboss-kieserver-6-openshift-image/pull/46, https://github.com/jboss-container-images/jboss-processserver-6-openshift-image/pull/31, https://github.com/jboss-container-images/jboss-kie-modules/pull/51, https://github.com/jboss-openshift/application-templates/pull/473
-
CLOUD Maintenance Sprint 27
Today, the Quartz setup only allows user to configure it with PostgreSQL or MySQL, we need to also support it with Oracle or other vendors:
if [[ "${KIE_SERVER_PERSISTENCE_DIALECT}" == "org.hibernate.dialect.MySQL"* ]]; then elif [[ "${KIE_SERVER_PERSISTENCE_DIALECT}" == "org.hibernate.dialect.PostgreSQL"* ]];
- is related to
-
CLOUD-2707 [BPMS] SqlImporter causes NPE when dbtype is unset
- Closed
- relates to
-
CLOUD-2896 Support Quartz configuration with schema parameter
- New