Hide Forgot
Description of problem: After installing FSW 6.0.0.ER3 and configuring new database driver (e.g. mysql/mariadb) jBPM Datasource remains configured to use H2 instead of newly created database driver configured during installation process. Version-Release number of selected component (if applicable): 6.0.0.ER3 How reproducible: Steps to Reproduce: 1. Install FSW 6.0.0.ER3 2. In post-installation steps define new database driver 3. Check standalone.xml for datasource definitions Actual results: Expected results: Additional info:
Actually driver is updated but the connection url remains the same as for H2 - so obviously incorrect: <datasource jndi-name="java:jboss/datasources/jbpmDS" pool-name="jbpmDS" use-java-context="true"> <connection-url>jdbc:h2:${jboss.server.data.dir}/jbpm5/jbpm</connection-url> <driver>mysql</driver> <security> <user-name>soa</user-name> <password>soa</password> </security> </datasource>
This issue will be resolved by the resolution of https://bugzilla.redhat.com/show_bug.cgi?id=1011571
This issue should be checked along with 1011571
Verified in FSW 6.0.0.ER4