[
https://issues.jboss.org/browse/ARTIF-752?page=com.atlassian.jira.plugin....
]
Eric Wittmann commented on ARTIF-752:
-------------------------------------
If you want to change the database being used, you will need to swap out the datasource
file that is installed by default with one that is configured for the database you wish to
test. The default datasource file is configured for H2. If you want to test using mysql,
for example, you will need to remove the `artificer-h2-ds.xml` file and replace it with
something like artificer-mysql-ds.xml.
Additionally, you will need to manually change some properties in the
`artificer.properties` file. Specifically you will need to change these values:
https://github.com/ArtificerRepo/artificer/blob/master/installer/src/main...
The installer likely will never support anything but the default H2 configuration. So
alternative DBs will always need to be configured manually.
Change of the artificer datasource configuration does not change
datasource name
--------------------------------------------------------------------------------
Key: ARTIF-752
URL:
https://issues.jboss.org/browse/ARTIF-752
Project: Artificer
Issue Type: Bug
Affects Versions: 1.0.0.Final
Reporter: Viliam Kasala
Assignee: Brett Meyer
Currently in S-RAMP 6.2 DR1, the datasource name is hardcoded in following install
scripts:
- *./artificer-1.0.0.Final-redhat-3/.temp/artificer-installer/scripts/jboss-eap-6.xml*
-
*./artificer-1.0.0.Final-redhat-3/.temp/artificer-installer/scripts/jboss-wildfly-8.xml*
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)